Home
last modified time | relevance | path

Searched refs:ParseRet (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h345 bool ParseRet(Instruction *&Inst, BasicBlock *BB, PerFunctionState &PFS);
DLLParser.cpp2886 case lltok::kw_ret: return ParseRet(Inst, BB, PFS); in ParseInstruction()
3023 bool LLParser::ParseRet(Instruction *&Inst, BasicBlock *BB, in ParseRet() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h465 bool ParseRet(Instruction *&Inst, BasicBlock *BB, PerFunctionState &PFS);
DLLParser.cpp4941 case lltok::kw_ret: return ParseRet(Inst, BB, PFS); in ParseInstruction()
5096 bool LLParser::ParseRet(Instruction *&Inst, BasicBlock *BB, in ParseRet() function in LLParser