Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h367 int ParseStore(Instruction *&I, PerFunctionState &PFS, bool isVolatile);
DLLParser.cpp2957 case lltok::kw_store: return ParseStore(Inst, PFS, false); in ParseInstruction()
2966 return ParseStore(Inst, PFS, true); in ParseInstruction()
3741 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS, in ParseStore() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h493 int ParseStore(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp5038 case lltok::kw_store: return ParseStore(Inst, PFS); in ParseInstruction()
6049 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore() function in LLParser