Home
last modified time | relevance | path

Searched refs:MONext (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp1003 for (const MachineOperand &MONext : NextI->operands()) { in isLocationSpill() local
1006 if (isKilledReg(MONext, RegNext) && RegNext == Reg) in isLocationSpill()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp1312 for (const MachineOperand &MONext : NextI->operands()) { in isLocationSpill() local
1315 if (isKilledReg(MONext, RegNext) && RegNext == Reg) in isLocationSpill()
DInstrRefBasedImpl.cpp1900 for (const MachineOperand &MONext : NextI->operands()) { in isLocationSpill() local
1903 if (isKilledReg(MONext, RegNext) && RegNext == Reg) in isLocationSpill()