Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h74 PointerTyID, ///< Pointers enumerator
229 bool isPointerTy() const { return getTypeID() == PointerTyID; } in isPointerTy()
275 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
379 assert(getTypeID() == PointerTyID); in getPointerElementType()
505 return Ty.getTypeID() == Type::PointerTyID;
H A DDataLayout.h660 case Type::PointerTyID: in getTypeSizeInBits()
H A DDerivedTypes.h689 return T->getTypeID() == PointerTyID; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp87 case Type::PointerTyID: return 'P'; in getTypeID()
135 case Type::PointerTyID: return &ffi_type_pointer; in ffiTypeFor()
179 case Type::PointerTyID: { in ffiValueFor()
247 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break; in ffiInvoke()
H A DExecution.cpp187 case Type::PointerTyID: \
1961 case Type::PointerTyID: in visitExtractValueInst()
2009 case Type::PointerTyID: in visitInsertValueInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp766 case Type::PointerTyID: in getConstantValue()
898 case Type::PointerTyID: in getConstantValue()
1038 case Type::PointerTyID: in StoreValueToMemory()
1085 case Type::PointerTyID: in LoadValueFromMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp717 : Type(E->getContext(), PointerTyID), PointeeTy(E) { in PointerType()
724 : Type(C, PointerTyID), PointeeTy(nullptr) { in PointerType()
H A DDataLayout.cpp745 case Type::PointerTyID: { in getAlignment()
H A DConstants.cpp373 case Type::PointerTyID: in getNullValue()
H A DAsmWriter.cpp653 case Type::PointerTyID: { in print()
H A DCore.cpp523 case Type::PointerTyID: in LLVMGetTypeKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp316 case Type::PointerTyID: in getSmallestAddressableSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp605 case Type::PointerTyID: in runFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp424 } else if (ArgType->getTypeID() == Type::PointerTyID) { in lowerPrintfForGpu()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp519 case Type::PointerTyID: return MVT(MVT::iPTR); in getVT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1295 case Type::PointerTyID: in getPTXFundamentalTypeStr()
1871 case Type::PointerTyID: { in bufferLEByte()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp447 case Type::PointerTyID: in cmpTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp304 case Type::PointerTyID: in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp130 case Type::PointerTyID: in isLeakCheckerRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp937 case Type::PointerTyID: { in writeTypeTable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp9439 case llvm::Type::PointerTyID: in addStruct()