Home
last modified time | relevance | path

Searched refs:KeepRegs (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp36 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()
53 KeepRegs.reset(); in StartBlock()
87 KeepRegs.reset(); in FinishBlock()
218 KeepRegs.set(*SubRegs); in PrescanInstruction()
222 KeepRegs.set(*SuperRegs); in PrescanInstruction()
227 if (!KeepRegs.test(Reg)) { in PrescanInstruction()
230 KeepRegs.set(*SubRegs); in PrescanInstruction()
253 KeepRegs.reset(i); in ScanInstruction()
269 bool Keep = KeepRegs.test(Reg); in ScanInstruction()
280 KeepRegs.reset(SubregReg); in ScanInstruction()
[all …]
DCriticalAntiDepBreaker.h66 BitVector KeepRegs; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp51 DefIndices(TRI->getNumRegs(), 0), KeepRegs(TRI->getNumRegs(), false) {} in CriticalAntiDepBreaker()
67 KeepRegs.reset(); in StartBlock()
104 KeepRegs.reset(); in FinishBlock()
235 KeepRegs.set(*SubRegs); in PrescanInstruction()
239 KeepRegs.set(*SuperRegs); in PrescanInstruction()
244 if (!KeepRegs.test(Reg)) { in PrescanInstruction()
247 KeepRegs.set(*SubRegs); in PrescanInstruction()
270 KeepRegs.reset(i); in ScanInstruction()
286 bool Keep = KeepRegs.test(Reg); in ScanInstruction()
297 KeepRegs.reset(SubregReg); in ScanInstruction()
[all …]
DCriticalAntiDepBreaker.h72 BitVector KeepRegs; variable