Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h73 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 DDataLayout.h677 case Type::PointerTyID: in getTypeSizeInBits()
H A DDerivedTypes.h683 return T->getTypeID() == PointerTyID; in classof()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp96 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 DExecution.cpp187 case Type::PointerTyID: \
1961 case Type::PointerTyID: in visitExtractValueInst()
2009 case Type::PointerTyID: in visitInsertValueInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp778 case Type::PointerTyID: in getConstantValue()
916 case Type::PointerTyID: in getConstantValue()
1061 case Type::PointerTyID: in StoreValueToMemory()
1111 case Type::PointerTyID: in LoadValueFromMemory()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp99 case Type::PointerTyID: in getOverloadKind()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp315 case Type::PointerTyID: in getSmallestAddressableSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp196 case llvm::Type::PointerTyID: in addStruct()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp605 case Type::PointerTyID: in runFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp756 : Type(C, PointerTyID) { in PointerType()
H A DDataLayout.cpp795 case Type::PointerTyID: { in getAlignment()
H A DConstants.cpp369 case Type::PointerTyID: in getNullValue()
H A DCore.cpp580 case Type::PointerTyID: in LLVMGetTypeKind()
H A DAsmWriter.cpp608 case Type::PointerTyID: { in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1408 case Type::PointerTyID: { in getPTXFundamentalTypeStr()
1874 case Type::PointerTyID: { in bufferLEByte()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp610 case Type::PointerTyID: return MVT(MVT::iPTR); in getVT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp537 case Type::PointerTyID: in cmpTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp314 case Type::PointerTyID: in get()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp128 case Type::PointerTyID: in isLeakCheckerRoot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1071 case Type::PointerTyID: { in writeTypeTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1012 case Type::PointerTyID: { in writeTypeTable()