Home
last modified time | relevance | path

Searched refs:ArrayType (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp197 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()
DRSKernelExpand.cpp257 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/
Ddvr_surface.cpp25 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/
Dslang_rs_export_type.cpp1178 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()
Dslang_backend.cpp537 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()
Dslang_rs_foreach_lowering.cpp293 clang::ArrayType::ArraySizeModifier::Normal, in VisitCallExpr()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp116 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/
DBitcodeReader.cpp1081 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/
Dserialization.h608 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/
Dvariant_tests.cpp1110 using ArrayType = const float[3]; in TEST() typedef
1123 EXPECT_FALSE((detail::IsConstructible<bool, ArrayType>::value)); in TEST()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp316 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp316 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp318 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()