Lines Matching defs:RF
49 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF,
53 E.encodeInstruction(HMB, Code, Fixups, *RF.getSubtargetInfo());
56 RF.setInst(HMB);
57 RF.getContents() = Code;
58 RF.getFixups() = Fixups;
729 auto &RF = cast<MCRelaxableFragment>(*Frags[K]);
730 auto &Inst = const_cast<MCInst &>(RF.getInst());
738 Context, *MCII, *RF.getSubtargetInfo(), Inst,
746 *RF.getSubtargetInfo(), Inst);
749 ReplaceInstruction(Asm.getEmitter(), RF, Inst);