Lines Matching refs:isLoadSS
1199 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionForSpills() argument
1239 FoldSS = isLoadSS; in rewriteInstructionForSpills()
1422 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionsForSpills() argument
1448 if (Slot != VirtRegMap::MAX_STACK_SLOT || isLoadSS) { in rewriteInstructionsForSpills()
1452 int FI = isLoadSS ? LdSlot : (int)Slot; in rewriteInstructionsForSpills()
1549 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in rewriteInstructionsForSpills()
1790 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills() local
1791 bool isLoad = isLoadSS || in addIntervalsForSpills()
1802 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in addIntervalsForSpills()
1879 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills() local
1880 bool isLoad = isLoadSS || in addIntervalsForSpills()
1883 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in addIntervalsForSpills()
2000 bool isLoadSS = tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills() local
2002 if (isLoadSS || ReMatDefMI->getDesc().canFoldAsLoad()) in addIntervalsForSpills()
2004 Ops, isLoadSS, LdSlot, VReg); in addIntervalsForSpills()