Searched refs:ParseStore (Results 1 – 6 of 6) sorted by relevance
493 int ParseStore(Instruction *&I, PerFunctionState &PFS);
5038 case lltok::kw_store: return ParseStore(Inst, PFS); in ParseInstruction()6049 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore() function in LLParser
596 int ParseStore(Instruction *&Inst, PerFunctionState &PFS);
5841 case lltok::kw_store: return ParseStore(Inst, PFS); in ParseInstruction()7000 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) { in ParseStore() function in LLParser
163 void ParseStore(const uint32_t *_instruction,
672 void ParseStore(const uint32_t *_instruction, in ParseStore() function