Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp1067 for (ConstMIBundleOperands OpndIt(this); OpndIt.isValid() && CurRC; in getRegClassConstraintEffectForVReg() local
1068 ++OpndIt) in getRegClassConstraintEffectForVReg()
1069 CurRC = OpndIt->getParent()->getRegClassConstraintEffectForVRegImpl( in getRegClassConstraintEffectForVReg()
1070 OpndIt.getOperandNo(), Reg, CurRC, TII, TRI); in getRegClassConstraintEffectForVReg()
1073 for (ConstMIOperands OpndIt(this); OpndIt.isValid() && CurRC; ++OpndIt) in getRegClassConstraintEffectForVReg() local
1074 CurRC = getRegClassConstraintEffectForVRegImpl(OpndIt.getOperandNo(), Reg, in getRegClassConstraintEffectForVReg()