Lines Matching refs:RF
50 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() argument
55 E.encodeInstruction(HMB, VecOS, Fixups, *RF.getSubtargetInfo()); in ReplaceInstruction()
58 RF.setInst(HMB); in ReplaceInstruction()
59 RF.getContents() = Code; in ReplaceInstruction()
60 RF.getFixups() = Fixups; in ReplaceInstruction()
737 auto &RF = cast<MCRelaxableFragment>(*K); in finishLayout() local
738 auto &Inst = const_cast<MCInst &>(RF.getInst()); in finishLayout()
746 Context, *MCII, *RF.getSubtargetInfo(), Inst, in finishLayout()
754 *RF.getSubtargetInfo(), Inst); in finishLayout()
757 ReplaceInstruction(Asm.getEmitter(), RF, Inst); in finishLayout()
758 Layout.invalidateFragmentsFrom(&RF); in finishLayout()