Searched refs:ParseCall (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/AsmParser/ |
H A D | LLParser.h | 489 bool ParseCall(Instruction *&I, PerFunctionState &PFS,
|
H A D | LLParser.cpp | 5031 case lltok::kw_call: return ParseCall(Inst, PFS, CallInst::TCK_None); in ParseInstruction() 5032 case lltok::kw_tail: return ParseCall(Inst, PFS, CallInst::TCK_Tail); in ParseInstruction() 5033 case lltok::kw_musttail: return ParseCall(Inst, PFS, CallInst::TCK_MustTail); in ParseInstruction() 5034 case lltok::kw_notail: return ParseCall(Inst, PFS, CallInst::TCK_NoTail); in ParseInstruction() 5839 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall() function in LLParser
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.h | 592 bool ParseCall(Instruction *&Inst, PerFunctionState &PFS,
|
H A D | LLParser.cpp | 5834 case lltok::kw_call: return ParseCall(Inst, PFS, CallInst::TCK_None); in ParseInstruction() 5835 case lltok::kw_tail: return ParseCall(Inst, PFS, CallInst::TCK_Tail); in ParseInstruction() 5836 case lltok::kw_musttail: return ParseCall(Inst, PFS, CallInst::TCK_MustTail); in ParseInstruction() 5837 case lltok::kw_notail: return ParseCall(Inst, PFS, CallInst::TCK_NoTail); in ParseInstruction() 6777 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall() function in LLParser
|