Home
last modified time | relevance | path

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

/src/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()
/src/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: \
1925 case Type::PointerTyID: in visitExtractValueInst()
1973 case Type::PointerTyID: in visitInsertValueInst()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h116 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 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()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp99 case Type::PointerTyID: in getOverloadKind()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp315 case Type::PointerTyID: in getSmallestAddressableSize()
/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp196 case llvm::Type::PointerTyID: in addStruct()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp605 case Type::PointerTyID: in runFunction()
/src/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.cpp383 case Type::PointerTyID: in getNullValue()
H A DAsmWriter.cpp615 case Type::PointerTyID: { in print()
H A DCore.cpp608 case Type::PointerTyID: in LLVMGetTypeKind()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1416 case Type::PointerTyID: { in getPTXFundamentalTypeStr()
1893 case Type::PointerTyID: { in bufferLEByte()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp557 case Type::PointerTyID: in cmpTypes()
/src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp315 case Type::PointerTyID: in get()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp131 case Type::PointerTyID: in isLeakCheckerRoot()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1070 case Type::PointerTyID: { in writeTypeTable()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1100 case Type::PointerTyID: { in writeTypeTable()