/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-10.0/llvm/include/llvm/IR/ |
D | Type.h | 418 static Type *getTokenTy(LLVMContext &C);
|
D | Constants.h | 822 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 387 static Type *getTokenTy(LLVMContext &C);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 51 case TokenTyID : return getTokenTy(C); in getPrimitiveType() 171 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
|
D | Core.cpp | 787 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()
|
D | Function.cpp | 976 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()
|
/external/llvm-project/llvm/lib/IR/ |
D | Type.cpp | 52 case TokenTyID : return getTokenTy(C); in getPrimitiveType() 177 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() function in Type
|
D | Core.cpp | 810 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()
|
D | Function.cpp | 1111 case IITDescriptor::Token: return Type::getTokenTy(Context); in DecodeFixedType()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 408 static Type *getTokenTy(LLVMContext &C);
|
D | Constants.h | 831 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | TypeTranslation.cpp | 66 return llvm::Type::getTokenTy(context); in translateType()
|
/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-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 828 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
|
D | LLParser.cpp | 6190 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/ |
D | LLLexer.cpp | 842 TYPEKEYWORD("token", Type::getTokenTy(Context)); in LexIdentifier()
|
D | LLParser.cpp | 6561 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/ |
D | BitcodeReader.cpp | 1755 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/ |
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()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1763 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()
|