/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 51 case TokenTyID : return getTokenTy(C); in getPrimitiveType() 167 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
|
D | Core.cpp | 767 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()
|
D | Function.cpp | 895 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 38 case TokenTyID : return getTokenTy(C); in getPrimitiveType() 160 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
|
D | Function.cpp | 792 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
|
D | Core.cpp | 452 return (LLVMTypeRef) Type::getTokenTy(*unwrap(C)); in LLVMTokenTypeInContext()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 387 static Type *getTokenTy(LLVMContext &C);
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 376 static Type *getTokenTy(LLVMContext &C);
|
D | Constants.h | 772 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 405 static Type *getTokenTy(LLVMContext &C);
|
D | Constants.h | 818 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 720 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
|
D | LLParser.cpp | 5398 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/ |
D | LLLexer.cpp | 810 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
|
D | LLParser.cpp | 5890 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/ |
D | BitcodeReader.cpp | 1587 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/ |
D | BitcodeReader.cpp | 1663 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()
|