Searched refs:RoundInstr (Results 1 – 1 of 1) sorted by relevance
713 auto removeFRSPIfPossible = [&](MachineInstr *RoundInstr) { in simplifyCode() argument714 unsigned Opc = RoundInstr->getOpcode(); in simplifyCode()716 MRI->hasOneNonDBGUse(RoundInstr->getOperand(0).getReg())) { in simplifyCode()718 Register ConvReg1 = RoundInstr->getOperand(1).getReg(); in simplifyCode()719 Register FRSPDefines = RoundInstr->getOperand(0).getReg(); in simplifyCode()726 LLVM_DEBUG(RoundInstr->dump()); in simplifyCode()731 RoundInstr->eraseFromParent(); in simplifyCode()