Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h72 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 DDataLayout.h679 case Type::PointerTyID: in getTypeSizeInBits()
H A DDerivedTypes.h744 return T->getTypeID() == PointerTyID; in classof()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h284 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 DExecutionEngine.cpp777 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 DWindowsSecureHotPatching.cpp272 case Type::PointerTyID: in TypeContainsPointers()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp315 case Type::PointerTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp198 case llvm::Type::PointerTyID: in addStruct()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp116 case Type::PointerTyID: in getOverloadKind()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp277 case Type::PointerTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp602 case Type::PointerTyID: in runFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1216 case Type::PointerTyID: { in getPTXFundamentalTypeStr()
1639 case Type::PointerTyID: { in bufferLEByte()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp774 case Type::PointerTyID: { in getAlignment()
H A DType.cpp870 : Type(C, PointerTyID) { in PointerType()
H A DConstants.cpp386 case Type::PointerTyID: in getNullValue()
H A DAsmWriter.cpp671 case Type::PointerTyID: { in print()
H A DCore.cpp614 case Type::PointerTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp571 case Type::PointerTyID: in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp137 case Type::PointerTyID: in isLeakCheckerRoot()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1070 case Type::PointerTyID: { in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1169 case Type::PointerTyID: { in writeTypeTable()