Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp1010 for (ConstMIBundleOperands OpndIt(this); OpndIt.isValid() && CurRC; in getRegClassConstraintEffectForVReg() local
1011 ++OpndIt) in getRegClassConstraintEffectForVReg()
1012 CurRC = OpndIt->getParent()->getRegClassConstraintEffectForVRegImpl( in getRegClassConstraintEffectForVReg()
1013 OpndIt.getOperandNo(), Reg, CurRC, TII, TRI); in getRegClassConstraintEffectForVReg()
1016 for (ConstMIOperands OpndIt(this); OpndIt.isValid() && CurRC; ++OpndIt) in getRegClassConstraintEffectForVReg() local
1017 CurRC = getRegClassConstraintEffectForVRegImpl(OpndIt.getOperandNo(), Reg, in getRegClassConstraintEffectForVReg()