• Home
  • Raw
  • Download

Lines Matching refs:DefIsReMat

1199                  bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,  in rewriteInstructionForSpills()  argument
1219 bool TryFold = !DefIsReMat; in rewriteInstructionForSpills()
1222 if (DefIsReMat) { in rewriteInstructionForSpills()
1301 CanFold = canFoldMemoryOperand(MI, Ops, DefIsReMat); in rewriteInstructionForSpills()
1321 if (DefIsReMat) { in rewriteInstructionForSpills()
1348 if (DefIsReMat && ImpUse) in rewriteInstructionForSpills()
1422 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionsForSpills() argument
1490 unsigned ImpUse = DefIsReMat ? getReMatImplicitUse(li, ReMatDefMI) : 0; in rewriteInstructionsForSpills()
1549 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in rewriteInstructionsForSpills()
1784 bool DefIsReMat = vrm.isReMaterialized(li.reg); in addIntervalsForSpills() local
1787 MachineInstr *ReMatDefMI = DefIsReMat ? in addIntervalsForSpills()
1790 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills()
1792 (DefIsReMat && (ReMatDefMI->getDesc().canFoldAsLoad())); in addIntervalsForSpills()
1802 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in addIntervalsForSpills()
1876 bool DefIsReMat = ReMatDefMI != NULL; in addIntervalsForSpills() local
1879 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills()
1881 (DefIsReMat && ReMatDefMI->getDesc().canFoldAsLoad()); in addIntervalsForSpills()
1883 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in addIntervalsForSpills()