| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 73 PointerTyID, ///< Pointers enumerator 255 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() 305 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID || 509 return Ty.getTypeID() == Type::PointerTyID;
|
| H A D | DataLayout.h | 677 case Type::PointerTyID: in getTypeSizeInBits()
|
| H A D | DerivedTypes.h | 683 return T->getTypeID() == PointerTyID; in classof()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 96 case Type::PointerTyID: return 'P'; in getTypeID() 146 case Type::PointerTyID: return &ffi_type_pointer; in ffiTypeFor() 191 case Type::PointerTyID: { in ffiValueFor() 259 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break; in ffiInvoke()
|
| H A D | Execution.cpp | 187 case Type::PointerTyID: \ 1925 case Type::PointerTyID: in visitExtractValueInst() 1973 case Type::PointerTyID: in visitInsertValueInst()
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVUtils.h | 116 return T && T->getTypeID() == Type::PointerTyID; in isUntypedPointerTy() 128 return SubT->getTypeID() == Type::PointerTyID in getPointerAddressSpace()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 778 case Type::PointerTyID: in getConstantValue() 916 case Type::PointerTyID: in getConstantValue() 1061 case Type::PointerTyID: in StoreValueToMemory() 1111 case Type::PointerTyID: in LoadValueFromMemory()
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 99 case Type::PointerTyID: in getOverloadKind()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 315 case Type::PointerTyID: in getSmallestAddressableSize()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 196 case llvm::Type::PointerTyID: in addStruct()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 605 case Type::PointerTyID: in runFunction()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 756 : Type(C, PointerTyID) { in PointerType()
|
| H A D | DataLayout.cpp | 795 case Type::PointerTyID: { in getAlignment()
|
| H A D | Constants.cpp | 383 case Type::PointerTyID: in getNullValue()
|
| H A D | AsmWriter.cpp | 615 case Type::PointerTyID: { in print()
|
| H A D | Core.cpp | 608 case Type::PointerTyID: in LLVMGetTypeKind()
|
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1416 case Type::PointerTyID: { in getPTXFundamentalTypeStr() 1893 case Type::PointerTyID: { in bufferLEByte()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 557 case Type::PointerTyID: in cmpTypes()
|
| /src/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 315 case Type::PointerTyID: in get()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 131 case Type::PointerTyID: in isLeakCheckerRoot()
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1070 case Type::PointerTyID: { in writeTypeTable()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1100 case Type::PointerTyID: { in writeTypeTable()
|