Home
last modified time | relevance | path

Searched refs:PointerType (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/tools/hidl/
H A DPointerType.cpp24 PointerType::PointerType(Scope* parent) : Type(parent, "pointer") {} in PointerType() function in android::PointerType
26 bool PointerType::isPointer() const { in isPointer()
30 bool PointerType::isElidableType() const { in isElidableType()
34 std::string PointerType::getCppType(StorageMode /*mode*/, in getCppType()
39 std::string PointerType::typeName() const { in typeName()
43 std::string PointerType::getVtsType() const { in getVtsType()
47 void PointerType::emitReaderWriter( in emitReaderWriter()
61 void PointerType::emitReaderWriterEmbedded( in emitReaderWriterEmbedded()
81 bool PointerType::needsEmbeddedReadWrite() const { in needsEmbeddedReadWrite()
85 bool PointerType::resultNeedsDeref() const { in resultNeedsDeref()
[all …]
H A DPointerType.h25 struct PointerType : public Type { struct
26 PointerType(Scope* parent);
H A Dhidl-gen_l.ll43 #include "PointerType.h"
134 "pointer" { yylval->type = new PointerType(*scope); return token::TYPE; }
H A DAndroid.bp97 "PointerType.cpp",
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DCommonUtils.h67 template <typename PointerType>
69 PointerType data;
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp360 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in TypeExportableHelper()
628 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in ValidateTypeHelper()
797 const clang::PointerType *P = static_cast<const clang::PointerType*>(CTI); in GetTypeName()
893 static_cast<const clang::PointerType*>(CTI), in Create()
1253 const clang::PointerType *PT, in Create()
1277 return llvm::PointerType::getUnqual(PointeeType); in convertToLLVMType()
H A Dslang_rs_export_type.h56 inline const clang::Type* GetPointeeType(const clang::PointerType *T) { in GetPointeeType()
468 const clang::PointerType *PT,
H A Dslang_backend.cpp973 llvm::PointerType *HelperFunctionParameterTyP = in dumpExportFunctionInfo()
974 llvm::PointerType::getUnqual(PaddedHelperFunctionParameterTy); in dumpExportFunctionInfo()
H A Dslang_rs_object_ref_count.cpp1552 const clang::PointerType* PtrType = CalleeType->getAs<clang::PointerType>(); in VisitCallExpr()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp118 PointerType::getUnqual(Type::getInt8Ty(Context)), in TransferClausesToLandingPadInst()
149 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); in UpgradeExceptionHandling()
1263 ResultTy = PointerType::get(ResultTy, AddressSpace); in ParseTypeTableBody()
1538 ResultTy = PointerType::get(ResultTy, AddressSpace); in ParseOldTypeTable()
2221 PointerType *PTy = cast<PointerType>(CurTy); in ParseConstants()
2479 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule()
2579 auto *PTy = dyn_cast<PointerType>(Ty); in ParseModule()
3260 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody()
3387 PointerType *Ty = in ParseFunctionBody()
3388 dyn_cast_or_null<PointerType>(getTypeByID(Record[0])); in ParseFunctionBody()
[all …]
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp987 ResultTy = PointerType::get(ResultTy, AddressSpace); in ParseTypeTableBody()
1243 ResultTy = PointerType::get(ResultTy, AddressSpace); in ParseOldTypeTable()
1928 PointerType *PTy = cast<PointerType>(CurTy); in ParseConstants()
2212 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule()
2312 auto *PTy = dyn_cast<PointerType>(Ty); in ParseModule()
3012 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody()
3093 PointerType *Ty = in ParseFunctionBody()
3094 dyn_cast_or_null<PointerType>(getTypeByID(Record[0])); in ParseFunctionBody()
3129 PointerType *Ty = in ParseFunctionBody()
3170 PointerType::getUnqual(Val->getType()), Ptr)|| in ParseFunctionBody()
[all …]
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dserializable.h36 using PointerType = Type Class::*;
/aosp12/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in isStepOptSupported()
240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in getStepValue()
666 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { in ExpandInputsLoopInvariant()
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp282 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable()
1199 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction()
1262 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp267 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable()
1197 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction()
1324 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp270 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable()
1230 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction()
1358 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()