Searched refs:ParseCall (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 364 bool ParseCall(Instruction *&I, PerFunctionState &PFS, bool isTail);
|
D | LLParser.cpp | 2952 case lltok::kw_call: return ParseCall(Inst, PFS, false); in ParseInstruction() 2953 case lltok::kw_tail: return ParseCall(Inst, PFS, true); in ParseInstruction() 3569 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall() function in LLParser
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 489 bool ParseCall(Instruction *&I, PerFunctionState &PFS,
|
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 578 bool ParseCall(Instruction *&Inst, PerFunctionState &PFS,
|
D | LLParser.cpp | 5536 case lltok::kw_call: return ParseCall(Inst, PFS, CallInst::TCK_None); in ParseInstruction() 5537 case lltok::kw_tail: return ParseCall(Inst, PFS, CallInst::TCK_Tail); in ParseInstruction() 5538 case lltok::kw_musttail: return ParseCall(Inst, PFS, CallInst::TCK_MustTail); in ParseInstruction() 5539 case lltok::kw_notail: return ParseCall(Inst, PFS, CallInst::TCK_NoTail); in ParseInstruction() 6330 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS, in ParseCall() function in LLParser
|