| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 72 PointerTyID, ///< Pointers enumerator 264 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() 311 getTypeID() == PointerTyID || getTypeID() == X86_AMXTyID) 504 return Ty.getTypeID() == Type::PointerTyID;
|
| H A D | DataLayout.h | 679 case Type::PointerTyID: in getTypeSizeInBits()
|
| H A D | DerivedTypes.h | 744 return T->getTypeID() == PointerTyID; in classof()
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVUtils.h | 284 return T && T->getTypeID() == Type::PointerTyID; in isUntypedPointerTy() 296 return SubT->getTypeID() == Type::PointerTyID in getPointerAddressSpace()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 777 case Type::PointerTyID: in getConstantValue() 915 case Type::PointerTyID: in getConstantValue() 1057 case Type::PointerTyID: in StoreValueToMemory() 1107 case Type::PointerTyID: in LoadValueFromMemory()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WindowsSecureHotPatching.cpp | 272 case Type::PointerTyID: in TypeContainsPointers()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 315 case Type::PointerTyID: in getSmallestAddressableSize()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 198 case llvm::Type::PointerTyID: in addStruct()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 116 case Type::PointerTyID: in getOverloadKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IR2Vec.cpp | 277 case Type::PointerTyID: in getVocabKeyForTypeID()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 602 case Type::PointerTyID: in runFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1216 case Type::PointerTyID: { in getPTXFundamentalTypeStr() 1639 case Type::PointerTyID: { in bufferLEByte()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 774 case Type::PointerTyID: { in getAlignment()
|
| H A D | Type.cpp | 870 : Type(C, PointerTyID) { in PointerType()
|
| H A D | Constants.cpp | 386 case Type::PointerTyID: in getNullValue()
|
| H A D | AsmWriter.cpp | 671 case Type::PointerTyID: { in print()
|
| H A D | Core.cpp | 614 case Type::PointerTyID: in LLVMGetTypeKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 571 case Type::PointerTyID: in cmpTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 137 case Type::PointerTyID: in isLeakCheckerRoot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1070 case Type::PointerTyID: { in writeTypeTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1169 case Type::PointerTyID: { in writeTypeTable()
|