Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h68 TokenTyID, ///< Tokens enumerator
225 bool isTokenTy() const { return getTypeID() == TokenTyID; } in isTokenTy()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContextImpl.cpp41 MetadataTy(C, Type::MetadataTyID), TokenTy(C, Type::TokenTyID), in LLVMContextImpl()
HDType.cpp50 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
HDConstants.cpp390 case Type::TokenTyID: in getNullValue()
HDAsmWriter.cpp579 case Type::TokenTyID: OS << "token"; return; in print()
HDCore.cpp616 case Type::TokenTyID: in LLVMGetTypeKind()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDValueTypes.cpp278 case Type::TokenTyID: in getEVT()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetObjectFile.cpp334 case Type::TokenTyID: in getSmallestAddressableSize()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFunctionComparator.cpp554 case Type::TokenTyID: in cmpTypes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp1020 case Type::TokenTyID: in writeTypeTable()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1094 case Type::TokenTyID: Code = bitc::TYPE_CODE_TOKEN; break; in writeTypeTable()