Searched refs:ParseStore (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 367 int ParseStore(Instruction *&I, PerFunctionState &PFS, bool isVolatile);
|
D | LLParser.cpp | 2957 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/ |
D | LLParser.h | 493 int ParseStore(Instruction *&I, PerFunctionState &PFS);
|
D | LLParser.cpp | 5038 case lltok::kw_store: return ParseStore(Inst, PFS); in ParseInstruction() 6049 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore() function in LLParser
|