Home
last modified time | relevance | path

Searched refs:PointerTyID (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/third_party/LLVM/include/llvm/
DType.h65 PointerTyID, ///< 13: Pointers enumerator
185 bool isPointerTy() const { return ID == PointerTyID; } in isPointerTy()
221 ID == IntegerTyID || ID == PointerTyID || ID == VectorTyID; in isSingleValueType()
239 if (ID == IntegerTyID || isFloatingPointTy() || ID == PointerTyID || in isSized()
363 return Ty.getTypeID() == Type::PointerTyID;
DDerivedTypes.h163 T->getTypeID() == PointerTyID || in classof()
324 T->getTypeID() == PointerTyID || in classof()
450 return T->getTypeID() == PointerTyID; in classof()
/external/llvm/include/llvm/IR/
DType.h74 PointerTyID, ///< 15: Pointers enumerator
111 return TyID == ArrayTyID || TyID == PointerTyID || TyID == VectorTyID; in isSequentialType()
211 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy()
255 getTypeID() == PointerTyID ||
423 return Ty.getTypeID() == Type::PointerTyID;
DDerivedTypes.h171 T->getTypeID() == PointerTyID || in classof()
332 T->getTypeID() == PointerTyID || in classof()
470 return T->getTypeID() == PointerTyID; in classof()
DDataLayout.h515 case Type::PointerTyID: in getTypeSizeInBits()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h74 PointerTyID, ///< 15: Pointers enumerator
213 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy()
257 getTypeID() == PointerTyID ||
359 assert(getTypeID() == PointerTyID); in getPointerElementType()
434 return Ty.getTypeID() == Type::PointerTyID;
DDerivedTypes.h475 return T->getTypeID() == PointerTyID; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h75 PointerTyID, ///< 15: Pointers enumerator
224 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy()
268 getTypeID() == PointerTyID ||
377 assert(getTypeID() == PointerTyID); in getPointerElementType()
466 return Ty.getTypeID() == Type::PointerTyID;
DDataLayout.h565 case Type::PointerTyID: in getTypeSizeInBits()
DDerivedTypes.h499 return T->getTypeID() == PointerTyID; in classof()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp77 case Type::PointerTyID: return 'P'; in getTypeID()
124 case Type::PointerTyID: return &ffi_type_pointer; in ffiTypeFor()
168 case Type::PointerTyID: { in ffiValueFor()
236 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break; in ffiInvoke()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp88 case Type::PointerTyID: return 'P'; in getTypeID()
135 case Type::PointerTyID: return &ffi_type_pointer; in ffiTypeFor()
179 case Type::PointerTyID: { in ffiValueFor()
246 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break; in ffiInvoke()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp77 case Type::PointerTyID: return 'P'; in getTypeID()
124 case Type::PointerTyID: return &ffi_type_pointer; in ffiTypeFor()
168 case Type::PointerTyID: { in ffiValueFor()
235 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break; in ffiInvoke()
/external/swiftshader/third_party/subzero/src/
DIceTypeConverter.cpp52 case llvm::Type::PointerTyID: in convertToIceTypeOther()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp119 case Type::PointerTyID: in runFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp119 case Type::PointerTyID: in runFunction()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp404 case Type::PointerTyID: in getTypeSizeInBits()
453 case Type::PointerTyID: in getAlignment()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp215 case Type::PointerTyID: in runFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp670 case Type::PointerTyID: in getConstantValue()
798 case Type::PointerTyID: in getConstantValue()
864 case Type::PointerTyID: in StoreValueToMemory()
925 case Type::PointerTyID: in LoadValueFromMemory()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp480 case Type::PointerTyID: in runFunction()
521 case Type::PointerTyID: in runFunction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp770 case Type::PointerTyID: in getConstantValue()
902 case Type::PointerTyID: in getConstantValue()
1063 case Type::PointerTyID: in StoreValueToMemory()
1136 case Type::PointerTyID: in LoadValueFromMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp773 case Type::PointerTyID: in getConstantValue()
905 case Type::PointerTyID: in getConstantValue()
1069 case Type::PointerTyID: in StoreValueToMemory()
1142 case Type::PointerTyID: in LoadValueFromMemory()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValueTypes.cpp211 case Type::PointerTyID: return MVT(MVT::iPTR); in getEVT()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp281 case Type::PointerTyID: in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp308 case Type::PointerTyID: in getSmallestAddressableSize()

123