Home
last modified time | relevance | path

Searched defs:isPointer (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
93 bool isPointer() const { return isValid() && IsPointer && !IsVector; } in isPointer() function
/external/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h82 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
94 bool isPointer() const { return isValid() && IsPointer && !IsVector; } in isPointer() function
/external/golang-protobuf/proto/
Dtable_merge.go72 isPointer bool member
Dtable_marshal.go77 isPointer bool member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp80 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx) { in isPointer() function in LegalityPredicates
86 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx, in isPointer() function in LegalityPredicates
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp80 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx) { in isPointer() function in LegalityPredicates
86 LegalityPredicate LegalityPredicates::isPointer(unsigned TypeIdx, in isPointer() function in LegalityPredicates
/external/llvm-project/llvm/utils/TableGen/
DInfoByHwMode.h140 bool isPointer() const { in isPointer() function
DCodeGenDAGPatterns.h229 bool isPointer() const { in isPointer() function
/external/llvm-project/flang/lib/Evaluate/
Dinitial-image.cpp99 bool isPointer{IsPointer(component)}; in Test() local
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86.cpp239 bool ArchHandler_x86::isPointer(const Reference &ref) { in isPointer() function in lld::mach_o::ArchHandler_x86
DArchHandler_x86_64.cpp347 bool ArchHandler_x86_64::isPointer(const Reference &ref) { in isPointer() function in lld::mach_o::ArchHandler_x86_64
DArchHandler_arm64.cpp322 bool ArchHandler_arm64::isPointer(const Reference &ref) { in isPointer() function in lld::mach_o::ArchHandler_arm64
DArchHandler_arm.cpp312 bool ArchHandler_arm::isPointer(const Reference &ref) { in isPointer() function in lld::mach_o::ArchHandler_arm
/external/llvm-project/llvm/unittests/FuzzMutate/
DOperationsTest.cpp147 auto isPointer = [](Value *V) { return V->getType()->isPointerTy(); }; in TEST() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp469 const AddressSpace *SymbolEnv::isPointer(VarField x) const in isPointer() function in SymbolEnv
DEmitMetal.cpp121 const AddressSpace *isPointer = nullptr; member
/external/llvm-project/flang/lib/Semantics/
Ddata-to-inits.cpp252 bool isPointer{lastSymbol && IsPointer(*lastSymbol)}; in InitElement() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h125 bool isPointer() const { return IsPointer; } in isPointer() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetCallingConv.h141 bool isPointer() const { return IsPointer; } in isPointer() function
/external/llvm-project/clang/utils/TableGen/
DSveEmitter.cpp85 bool isPointer() const { return Pointer; } in isPointer() function in __anon5c0d77c40111::SVEType
DNeonEmitter.cpp186 bool isPointer() const { return Pointer; } in isPointer() function in __anon50209d260111::Type
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h206 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h206 bool isPointer(Id resultId) const { return isPointerType(getTypeId(resultId)); } in isPointer() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp443 bool isPointer = false; in addBlockByrefAddress() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp169 bool isPointer() const { return Pointer; } in isPointer() function in __anonde9241780111::Type

12