Searched refs:ArrayType (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSGlobalInfoPass.cpp | 197 llvm::ArrayType *VoidPtrArrayTy = llvm::ArrayType::get(VoidPtrTy, in runOnModule() 200 llvm::ArrayType *SizeArrayTy = llvm::ArrayType::get(SizeTy, NumGlobals); in runOnModule() 203 llvm::ArrayType *Int32ArrayTy = llvm::ArrayType::get(Int32Ty, NumGlobals); in runOnModule()
|
D | RSKernelExpand.cpp | 257 llvm::Type *Int8PtrArrayInputLimitTy = llvm::ArrayType::get(Int8PtrTy, RS_KERNEL_INPUT_LIMIT); in buildTypes() 259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT); in buildTypes() 261 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4); in buildTypes()
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_surface.cpp | 25 using ArrayType = std::array<T, N>; in ArrayCopy() typedef 26 *destination = ArrayType{}; in ArrayCopy() 28 std::get<ArrayType>(*destination).begin()); in ArrayCopy()
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 1178 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt64Ty(C), 4)); in convertToLLVMType() 1182 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt32Ty(C), 1)); in convertToLLVMType() 1428 llvm::ArrayType *X = llvm::ArrayType::get(llvm::Type::getFloatTy(C), in convertToLLVMType() 1464 return llvm::ArrayType::get(mElementType->getLLVMType(), getNumElement()); in convertToLLVMType()
|
D | slang_backend.cpp | 537 clang::ArrayType::Normal, 0 /* IndexTypeQuals */); in PadStruct() 863 paddedFieldTypes.push_back(llvm::ArrayType::get(byteType, prePadding)); in PadHelperFunctionStruct() 882 paddedFieldTypes.push_back(llvm::ArrayType::get(byteType, tailPadding)); in PadHelperFunctionStruct()
|
D | slang_rs_foreach_lowering.cpp | 293 clang::ArrayType::ArraySizeModifier::Normal, in VisitCallExpr()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 116 ArrayType *AType = in TransferClausesToLandingPadInst() 117 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() : in TransferClausesToLandingPadInst() 1376 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseTypeTableBody() 1580 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseOldTypeTable() 2023 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) { in ParseConstants() 2042 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() 2056 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() 3371 !isa<ArrayType>(Val->getType())) && in ParseFunctionBody() 3374 isa<ArrayType>(Val->getType())) && in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1081 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseTypeTableBody() 1268 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseOldTypeTable() 1730 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) { in ParseConstants() 1749 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() 1763 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants()
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | serialization.h | 608 template <typename ArrayType> 609 inline void SerializeArrayType(const ArrayType& value, std::size_t size, 965 template <typename ArrayType> 966 inline void SerializeArray(const ArrayType& v, MessageWriter* writer,
|
/frameworks/native/libs/vr/libpdx/ |
D | variant_tests.cpp | 1110 using ArrayType = const float[3]; in TEST() typedef 1123 EXPECT_FALSE((detail::IsConstructible<bool, ArrayType>::value)); in TEST()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 316 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 316 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 318 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
|