Home
last modified time | relevance | path

Searched refs:CurrentSpill (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1232 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1233 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1238 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1239 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1240 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1244 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1230 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1231 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1236 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1237 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1238 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1242 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DInlineSpiller.cpp1202 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1203 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1208 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1209 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1210 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1214 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DInlineSpiller.cpp1220 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1221 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1226 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1227 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1228 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1232 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1202 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1203 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1208 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1209 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1210 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1214 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1202 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1203 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1208 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1209 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1210 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1214 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DInlineSpiller.cpp1207 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1208 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1213 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1214 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1215 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1219 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DInlineSpiller.cpp1171 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1172 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1177 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1178 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1179 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1183 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DInlineSpiller.cpp1171 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1172 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1177 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1178 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1179 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1183 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1281 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1282 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1287 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1288 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1289 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1293 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DInlineSpiller.cpp1281 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1282 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1287 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1288 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1289 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1293 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1274 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1275 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1280 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1281 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1282 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1286 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1281 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1282 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1287 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1288 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1289 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1293 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1281 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1282 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1287 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1288 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1289 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1293 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1281 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1282 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1287 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1288 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1289 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1293 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1274 for (const auto CurrentSpill : Spills) { in rmRedundantSpills() local
1275 MachineBasicBlock *Block = CurrentSpill->getParent(); in rmRedundantSpills()
1280 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill); in rmRedundantSpills()
1281 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill; in rmRedundantSpills()
1282 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill; in rmRedundantSpills()
1286 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1281 for (const auto CurrentSpill : Spills) {
1282 MachineBasicBlock *Block = CurrentSpill->getParent();
1287 SlotIndex CIdx = LIS.getInstructionIndex(*CurrentSpill);
1288 MachineInstr *SpillToRm = (CIdx > PIdx) ? CurrentSpill : PrevSpill;
1289 MachineInstr *SpillToKeep = (CIdx > PIdx) ? PrevSpill : CurrentSpill;
1293 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill;