| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 73 PointerTyID, ///< Pointers enumerator 223 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy() 272 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID || 388 assert(getTypeID() == PointerTyID); in getNonOpaquePointerElementType() 498 return Ty.getTypeID() == Type::PointerTyID;
|
| H A D | DataLayout.h | 678 case Type::PointerTyID: in getTypeSizeInBits()
|
| H A D | DerivedTypes.h | 702 return T->getTypeID() == PointerTyID; in classof()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 87 case Type::PointerTyID: return 'P'; in getTypeID() 136 case Type::PointerTyID: return &ffi_type_pointer; in ffiTypeFor() 181 case Type::PointerTyID: { in ffiValueFor() 249 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break; in ffiInvoke()
|
| H A D | Execution.cpp | 187 case Type::PointerTyID: \ 1961 case Type::PointerTyID: in visitExtractValueInst() 2009 case Type::PointerTyID: in visitInsertValueInst()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 766 case Type::PointerTyID: in getConstantValue() 898 case Type::PointerTyID: in getConstantValue() 1038 case Type::PointerTyID: in StoreValueToMemory() 1085 case Type::PointerTyID: in LoadValueFromMemory()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 99 case Type::PointerTyID: in getOverloadKind()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 763 : Type(E->getContext(), PointerTyID), PointeeTy(E) { in PointerType() 770 : Type(C, PointerTyID), PointeeTy(nullptr) { in PointerType()
|
| H A D | DataLayout.cpp | 753 case Type::PointerTyID: { in getAlignment()
|
| H A D | Constants.cpp | 363 case Type::PointerTyID: in getNullValue()
|
| H A D | AsmWriter.cpp | 580 case Type::PointerTyID: { in print()
|
| H A D | Core.cpp | 532 case Type::PointerTyID: in LLVMGetTypeKind()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 315 case Type::PointerTyID: in getSmallestAddressableSize()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 419 } else if (ArgType->getTypeID() == Type::PointerTyID) { in lowerPrintfForGpu()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 605 case Type::PointerTyID: in runFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1364 case Type::PointerTyID: in getPTXFundamentalTypeStr() 1855 case Type::PointerTyID: { in bufferLEByte()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 559 case Type::PointerTyID: return MVT(MVT::iPTR); in getVT()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 455 case Type::PointerTyID: in cmpTypes()
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 311 case Type::PointerTyID: in get()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 130 case Type::PointerTyID: in isLeakCheckerRoot()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1082 case Type::PointerTyID: { in writeTypeTable()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 955 case Type::PointerTyID: { in writeTypeTable()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 9736 case llvm::Type::PointerTyID: in addStruct()
|