/external/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 77 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/ |
D | RegAllocBase.cpp | 164 for (auto DeadInst : DeadRemats) { in postOptimization() 168 DeadRemats.clear(); in postOptimization()
|
D | RegAllocBasic.cpp | 239 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in spillInterferences() 298 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, this, &DeadRemats); in selectOrSplit()
|
D | RegAllocBase.h | 76 SmallPtrSet<MachineInstr *, 32> DeadRemats; variable
|
D | RegAllocPBQP.cpp | 161 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()
|
D | LiveRangeEdit.cpp | 362 if (isOrigDef && DeadRemats && TII.isTriviallyReMaterializable(*MI, AA)) { in eliminateDeadDef() 367 DeadRemats->insert(MI); in eliminateDeadDef()
|
D | RegAllocGreedy.cpp | 1937 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/ |
D | RegAllocBase.cpp | 156 for (auto DeadInst : DeadRemats) { in postOptimization() 160 DeadRemats.clear(); in postOptimization()
|
D | RegAllocBasic.cpp | 202 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM, nullptr, &DeadRemats); in spillInterferences() 261 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM, nullptr, &DeadRemats); in selectOrSplit()
|
D | RegAllocBase.h | 72 SmallPtrSet<MachineInstr *, 32> DeadRemats; variable
|
D | RegAllocPBQP.cpp | 130 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()
|
D | RegAllocGreedy.cpp | 1470 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()
|
D | LiveRangeEdit.cpp | 336 if (isOrigDef && DeadRemats && TII.isTriviallyReMaterializable(*MI, AA)) { in eliminateDeadDef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 87 SmallPtrSet<MachineInstr *, 32> *DeadRemats; variable 145 FirstNew(newRegs.size()), DeadRemats(deadRemats) { in Parent()
|