Home
last modified time | relevance | path

Searched refs:getTokenTy (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/IR/
DType.h376 static Type *getTokenTy(LLVMContext &C);
DConstants.h772 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h418 static Type *getTokenTy(LLVMContext &C);
DConstants.h822 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h387 static Type *getTokenTy(LLVMContext &C);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp51 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
171 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
DCore.cpp787 return wrap(Type::getTokenTy(*unwrap(C))); in LLVMTokenTypeInContext()
3154 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCleanupPad()
3170 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCatchSwitch()
DFunction.cpp976 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
/external/llvm/lib/IR/
DType.cpp38 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
160 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
DFunction.cpp792 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
/external/llvm-project/llvm/lib/IR/
DType.cpp52 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
177 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
DCore.cpp810 return wrap(Type::getTokenTy(*unwrap(C))); in LLVMTokenTypeInContext()
3190 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCleanupPad()
3206 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCatchSwitch()
DFunction.cpp1111 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
/external/llvm-project/llvm/include/llvm/IR/
DType.h408 static Type *getTokenTy(LLVMContext &C);
DConstants.h831 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp66 return llvm::Type::getTokenTy(context); in translateType()
/external/llvm/lib/AsmParser/
DLLLexer.cpp720 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
DLLParser.cpp5398 if (ParseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in ParseCleanupRet()
5427 if (ParseValue(Type::getTokenTy(Context), CatchPad, PFS)) in ParseCatchRet()
5452 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCatchSwitch()
5501 if (ParseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in ParseCatchPad()
5524 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCleanupPad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp828 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
DLLParser.cpp6190 if (ParseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in ParseCleanupRet()
6219 if (ParseValue(Type::getTokenTy(Context), CatchPad, PFS)) in ParseCatchRet()
6243 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCatchSwitch()
6292 if (ParseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in ParseCatchPad()
6315 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCleanupPad()
/external/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp842 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
DLLParser.cpp6561 if (parseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in parseCleanupRet()
6590 if (parseValue(Type::getTokenTy(Context), CatchPad, PFS)) in parseCatchRet()
6614 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCatchSwitch()
6662 if (parseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in parseCatchPad()
6685 if (parseValue(Type::getTokenTy(Context), ParentPad, PFS)) in parseCleanupPad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1755 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody()
4261 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4280 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4299 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4338 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1663 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody()
4876 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4895 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4914 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4953 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1763 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody()
4363 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4382 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4401 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
4440 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()

12