Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h387 static Type *getTokenTy(LLVMContext &C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h418 static Type *getTokenTy(LLVMContext &C);
DConstants.h822 : ConstantData(Type::getTokenTy(Context), ConstantTokenNoneVal) {}
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()