Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp51 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
167 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
DCore.cpp767 return wrap(Type::getTokenTy(*unwrap(C))); in LLVMTokenTypeInContext()
2736 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCleanupPad()
2752 Type *Ty = Type::getTokenTy(unwrap(B)->getContext()); in LLVMBuildCatchSwitch()
DFunction.cpp895 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()
DCore.cpp452 return (LLVMTypeRef) Type::getTokenTy(*unwrap(C)); in LLVMTokenTypeInContext()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h387 static Type *getTokenTy(LLVMContext &C);
/external/llvm/include/llvm/IR/
DType.h376 static Type *getTokenTy(LLVMContext &C);
DConstants.h772 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h405 static Type *getTokenTy(LLVMContext &C);
DConstants.h818 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/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-7.0/llvm/lib/AsmParser/
DLLLexer.cpp810 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
DLLParser.cpp5890 if (ParseValue(Type::getTokenTy(Context), CleanupPad, PFS)) in ParseCleanupRet()
5919 if (ParseValue(Type::getTokenTy(Context), CatchPad, PFS)) in ParseCatchRet()
5943 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCatchSwitch()
5992 if (ParseValue(Type::getTokenTy(Context), CatchSwitch, PFS)) in ParseCatchPad()
6015 if (ParseValue(Type::getTokenTy(Context), ParentPad, PFS)) in ParseCleanupPad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1587 ResultTy = Type::getTokenTy(Context); in parseTypeTableBody()
3888 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
3907 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
3926 getValue(Record, Idx++, NextValueNo, Type::getTokenTy(Context)); in parseFunctionBody()
3965 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()