Home
last modified time | relevance | path

Searched defs:LiveReg (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp84 struct LiveReg { struct in __anond82fbc350111::RegAllocFast
85 MachineInstr *LastUse = nullptr; ///< Last instr to use reg.
86 Register VirtReg; ///< Virtual register number.
87 MCPhysReg PhysReg = 0; ///< Currently held here.
88 unsigned short LastOpNum = 0; ///< OpNum on LastUse.
89 bool Dirty = false; ///< Register needs spill.
91 explicit LiveReg(Register VirtReg) : VirtReg(VirtReg) {} in LiveReg() argument
93 unsigned getSparseSetIndex() const { in getSparseSetIndex()
DInlineSpiller.cpp1171 MachineBasicBlock &BB, unsigned &LiveReg) { in isSpillCandBB()
1391 unsigned LiveReg = 0; in runHoistSpills() local
1506 unsigned LiveReg = Insert.second; in hoistAllSpills() local
DTargetInstrInfo.cpp448 Register LiveReg = LiveOp.getReg(); in canFoldCopy() local