Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp476 for (ConstMIBundleOperands OperI(MI); OperI.isValid(); ++OperI) in collectInstr() local
477 collectOperand(*OperI); in collectInstr()
485 for (ConstMIBundleOperands OperI(MI); OperI.isValid(); ++OperI) in collectInstrLanes() local
486 collectOperandLanes(*OperI); in collectInstrLanes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6682 for (ConstMIBundleOperands OperI(*SU->getInstr()); OperI.isValid(); in tooMuchRegisterPressure() local
6683 ++OperI) { in tooMuchRegisterPressure()
6684 auto MO = *OperI; in tooMuchRegisterPressure()
6715 for (ConstMIBundleOperands OperI(*CurInstI); OperI.isValid(); ++OperI) { in tooMuchRegisterPressure() local
6716 auto MO = *OperI; in tooMuchRegisterPressure()