Lines Matching refs:RF
49 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() argument
54 E.encodeInstruction(HMB, VecOS, Fixups, *RF.getSubtargetInfo()); in ReplaceInstruction()
57 RF.setInst(HMB); in ReplaceInstruction()
58 RF.getContents() = Code; in ReplaceInstruction()
59 RF.getFixups() = Fixups; in ReplaceInstruction()
735 auto &RF = cast<MCRelaxableFragment>(*K); in finishLayout() local
736 auto &Inst = const_cast<MCInst &>(RF.getInst()); in finishLayout()
744 Context, *MCII, *RF.getSubtargetInfo(), Inst, in finishLayout()
752 *RF.getSubtargetInfo(), Inst); in finishLayout()
755 ReplaceInstruction(Asm.getEmitter(), RF, Inst); in finishLayout()
756 Layout.invalidateFragmentsFrom(&RF); in finishLayout()