Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp69 struct LiveReg { struct in __anon7e78a8920111::RAFast
70 MachineInstr *LastUse; // Last instr to use reg.
71 unsigned VirtReg; // Virtual register number.
72 unsigned PhysReg; // Currently held here.
73 unsigned short LastOpNum; // OpNum on LastUse.
74 bool Dirty; // Register needs spill.
76 explicit LiveReg(unsigned v) in LiveReg() function
79 unsigned getSparseSetIndex() const { in getSparseSetIndex()
DExecutionDepsFix.cpp117 struct LiveReg { struct
120 DomainValue *Value;
126 int Def;
DInlineSpiller.cpp1081 MachineBasicBlock &BB, unsigned &LiveReg) { in isSpillCandBB()
1303 unsigned LiveReg = 0; in runHoistSpills() local
1425 unsigned LiveReg = Insert.second; in hoistAllSpills() local
DTargetInstrInfo.cpp413 unsigned LiveReg = LiveOp.getReg(); in canFoldCopy() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp84 struct LiveReg { struct in __anonac325ff40111::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