Home
last modified time | relevance | path

Searched refs:DeadRemats (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h77 SmallPtrSet<MachineInstr *, 32> *DeadRemats; variable
133 DeadRemats(deadRemats) { in Parent()
231 if (DeadRemats) in markDeadRemat()
232 DeadRemats->insert(inst); in markDeadRemat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocBase.cpp164 for (auto DeadInst : DeadRemats) { in postOptimization()
168 DeadRemats.clear(); in postOptimization()
DRegAllocBasic.cpp239 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences()
298 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit()
DRegAllocBase.h76 SmallPtrSet<MachineInstr *, 32> DeadRemats; variable
DRegAllocPBQP.cpp161 SmallPtrSet<MachineInstr *, 32> DeadRemats; member in __anone52c97ea0111::RegAllocPBQP
683 nullptr, &DeadRemats); in spillVReg()
776 for (auto DeadInst : DeadRemats) { in postOptimization()
780 DeadRemats.clear(); in postOptimization()
DLiveRangeEdit.cpp362 if (isOrigDef && DeadRemats && TII.isTriviallyReMaterializable(*MI, AA)) { in eliminateDeadDef()
367 DeadRemats->insert(MI); in eliminateDeadDef()
DRegAllocGreedy.cpp1937 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in doRegionSplit()
1984 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryBlockSplit()
2055 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryInstructionSplit()
2377 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryLocalSplit()
3078 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl()
/external/llvm/lib/CodeGen/
DRegAllocBase.cpp156 for (auto DeadInst : DeadRemats) { in postOptimization()
160 DeadRemats.clear(); in postOptimization()
DRegAllocBasic.cpp202 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, nullptr, &DeadRemats); in spillInterferences()
261 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, nullptr, &DeadRemats); in selectOrSplit()
DRegAllocBase.h72 SmallPtrSet<MachineInstr *, 32> DeadRemats; variable
DRegAllocPBQP.cpp130 SmallPtrSet<MachineInstr *, 32> DeadRemats; member in __anon4cb6f5b20111::RegAllocPBQP
642 nullptr, &DeadRemats); in spillVReg()
727 for (auto DeadInst : DeadRemats) { in postOptimization()
731 DeadRemats.clear(); in postOptimization()
DRegAllocGreedy.cpp1470 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in doRegionSplit()
1518 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryBlockSplit()
1590 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryInstructionSplit()
1913 LiveRangeEdit LREdit(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in tryLocalSplit()
2556 LiveRangeEdit LRE(&VirtReg, NewVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplitImpl()
DLiveRangeEdit.cpp336 if (isOrigDef && DeadRemats && TII.isTriviallyReMaterializable(*MI, AA)) { in eliminateDeadDef()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h87 SmallPtrSet<MachineInstr *, 32> *DeadRemats; variable
145 FirstNew(newRegs.size()), DeadRemats(deadRemats) { in Parent()