HomeSort by relevance Sort by last modified time
    Searched refs:reg_operands (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 124 for (MachineOperand &M : reg_operands(Reg)) {
LiveIntervalAnalysis.cpp 508 for (MachineOperand &MO : MRI->reg_operands(Reg)) {
    [all...]
TwoAddressInstructionPass.cpp 362 for (MachineOperand &MO : MRI->reg_operands(Reg)) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 248 inline iterator_range<reg_iterator> reg_operands(unsigned Reg) const { function in class:llvm::MachineRegisterInfo
    [all...]

Completed in 177 milliseconds