Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/IR/
DType.h66 TokenTyID, ///< 10: Tokens enumerator
190 bool isTokenTy() const { return getTypeID() == TokenTyID; } in isTokenTy()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h67 TokenTyID, ///< 10: Tokens enumerator
194 bool isTokenTy() const { return getTypeID() == TokenTyID; } in isTokenTy()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h66 TokenTyID, ///< 10: Tokens enumerator
192 bool isTokenTy() const { return getTypeID() == TokenTyID; } in isTokenTy()
/external/llvm-project/llvm/include/llvm/IR/
DType.h68 TokenTyID, ///< Tokens enumerator
195 bool isTokenTy() const { return getTypeID() == TokenTyID; } in isTokenTy()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp32 TokenTy(C, Type::TokenTyID), in LLVMContextImpl()
DType.cpp38 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
DConstants.cpp224 case Type::TokenTyID: in getNullValue()
DAsmWriter.cpp484 case Type::TokenTyID: OS << "token"; return; in print()
DCore.cpp345 case Type::TokenTyID: in LLVMGetTypeKind()
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.cpp33 TokenTy(C, Type::TokenTyID), in LLVMContextImpl()
DType.cpp52 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
DConstants.cpp369 case Type::TokenTyID: in getNullValue()
DAsmWriter.cpp612 case Type::TokenTyID: OS << "token"; return; in print()
DCore.cpp515 case Type::TokenTyID: in LLVMGetTypeKind()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp31 TokenTy(C, Type::TokenTyID), in LLVMContextImpl()
DType.cpp51 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
DConstants.cpp347 case Type::TokenTyID: in getNullValue()
DAsmWriter.cpp572 case Type::TokenTyID: OS << "token"; return; in print()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp298 case Type::TokenTyID: in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp332 case Type::TokenTyID: in getSmallestAddressableSize()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp334 case Type::TokenTyID: in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp437 case Type::TokenTyID: in cmpTypes()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp444 case Type::TokenTyID: in cmpTypes()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp849 case Type::TokenTyID: in cmpTypes()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp829 case Type::TokenTyID: Code = bitc::TYPE_CODE_TOKEN; break; in writeTypeTable()

12