Searched refs:ParseAtomicRMW (Results 1 – 4 of 4) sorted by relevance
369 int ParseAtomicRMW(Instruction *&I, PerFunctionState &PFS);
2959 case lltok::kw_atomicrmw: return ParseAtomicRMW(Inst, PFS); in ParseInstruction()3832 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW() function in LLParser
495 int ParseAtomicRMW(Instruction *&I, PerFunctionState &PFS);
5040 case lltok::kw_atomicrmw: return ParseAtomicRMW(Inst, PFS); in ParseInstruction()6147 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW() function in LLParser