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.cpp480 for (ConstMIBundleOperands OperI(MI); OperI.isValid(); ++OperI) in collectInstr() local
481 collectOperand(*OperI); in collectInstr()
489 for (ConstMIBundleOperands OperI(MI); OperI.isValid(); ++OperI) in collectInstrLanes() local
490 collectOperandLanes(*OperI); in collectInstrLanes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6900 for (ConstMIBundleOperands OperI(*SU->getInstr()); OperI.isValid(); in tooMuchRegisterPressure() local
6901 ++OperI) { in tooMuchRegisterPressure()
6902 auto MO = *OperI; in tooMuchRegisterPressure()
6934 for (ConstMIBundleOperands OperI(*CurInstI); OperI.isValid(); ++OperI) { in tooMuchRegisterPressure() local
6935 auto MO = *OperI; in tooMuchRegisterPressure()