Home
last modified time | relevance | path

Searched refs:TokenTyID (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h67 TokenTyID, ///< Tokens enumerator
234 bool isTokenTy() const { return getTypeID() == TokenTyID; } in isTokenTy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp37 MetadataTy(C, Type::MetadataTyID), TokenTy(C, Type::TokenTyID), in LLVMContextImpl()
H A DType.cpp52 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
H A DConstants.cpp393 case Type::TokenTyID: in getNullValue()
H A DAsmWriter.cpp635 case Type::TokenTyID: OS << "token"; return; in print()
H A DCore.cpp620 case Type::TokenTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp303 case Type::TokenTyID: in getEVT()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp333 case Type::TokenTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp285 case Type::TokenTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp568 case Type::TokenTyID: in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1023 case Type::TokenTyID: in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1163 case Type::TokenTyID: Code = bitc::TYPE_CODE_TOKEN; break; in writeTypeTable()