Searched refs:LdSlot (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1198 unsigned Slot, int LdSlot, in rewriteInstructionForSpills() argument 1240 FoldSlot = LdSlot; in rewriteInstructionForSpills() 1421 unsigned Slot, int LdSlot, in rewriteInstructionsForSpills() argument 1452 int FI = isLoadSS ? LdSlot : (int)Slot; in rewriteInstructionsForSpills() 1549 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in rewriteInstructionsForSpills() 1789 int LdSlot = 0; in addIntervalsForSpills() local 1790 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills() 1802 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in addIntervalsForSpills() 1878 int LdSlot = 0; in addIntervalsForSpills() local 1879 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 440 unsigned Slot, int LdSlot, 449 MachineInstr *OrigDefMI, MachineInstr *DefMI, unsigned Slot, int LdSlot,
|