Home
last modified time | relevance | path

Searched refs:ParseCall (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h364 bool ParseCall(Instruction *&I, PerFunctionState &PFS, bool isTail);
DLLParser.cpp2952 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/
DLLParser.h489 bool ParseCall(Instruction *&I, PerFunctionState &PFS,
DLLParser.cpp5031 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/
DLLParser.h578 bool ParseCall(Instruction *&Inst, PerFunctionState &PFS,
DLLParser.cpp5536 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