Home
last modified time | relevance | path

Searched refs:TypedPointerTyID (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypedPointerType.h50 return T->getTypeID() == TypedPointerTyID; in classof()
H A DType.h77 TypedPointerTyID, ///< Typed pointer used by some GPU targets enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp32 : Type(E->getContext(), TypedPointerTyID), PointeeTy(E) { in TypedPointerType()
H A DType.cpp794 ElemTy->isPointerTy() || ElemTy->getTypeID() == TypedPointerTyID) in isValidElementType()
H A DAsmWriter.cpp697 case Type::TypedPointerTyID: { in print()
H A DCore.cpp626 case Type::TypedPointerTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp334 case Type::TypedPointerTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h279 return T && T->getTypeID() == Type::TypedPointerTyID; in isTypedPointerTy()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp278 case Type::TypedPointerTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1059 case Type::TypedPointerTyID: { in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1248 case Type::TypedPointerTyID: in writeTypeTable()