Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypedPointerType.h48 return T->getTypeID() == TypedPointerTyID; in classof()
H A DType.h78 TypedPointerTyID, ///< Typed pointer used by some GPU targets enumerator
/src/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp33 : Type(E->getContext(), TypedPointerTyID), PointeeTy(E) { in TypedPointerType()
H A DType.cpp685 ElemTy->isPointerTy() || ElemTy->getTypeID() == TypedPointerTyID; in isValidElementType()
H A DAsmWriter.cpp641 case Type::TypedPointerTyID: { in print()
H A DCore.cpp622 case Type::TypedPointerTyID: in LLVMGetTypeKind()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h111 return T && T->getTypeID() == Type::TypedPointerTyID; in isTypedPointerTy()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp335 case Type::TypedPointerTyID: in getSmallestAddressableSize()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1059 case Type::TypedPointerTyID: { in writeTypeTable()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1180 case Type::TypedPointerTyID: in writeTypeTable()