Home
last modified time | relevance | path

Searched refs:reg_operands (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp155 for (MachineOperand &M : reg_operands(Reg)) { in verifyUseList()
DTwoAddressInstructionPass.cpp360 for (MachineOperand &MO : MRI->reg_operands(Reg)) { in noUseAfterLastDef()
DLiveIntervalAnalysis.cpp517 for (MachineOperand &MO : MRI->reg_operands(Reg)) { in shrinkToUses()
DRegisterCoalescer.cpp1249 for (MachineOperand &MO : MRI->reg_operands(DstReg)) { in updateRegDefsUses()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h252 inline iterator_range<reg_iterator> reg_operands(unsigned Reg) const { in reg_operands() function