Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h187 class ConstMIBundleOperands
191 ConstMIBundleOperands(MachineBasicBlock::instr_iterator InstrE, in ConstMIBundleOperands() function
196 ConstMIBundleOperands(const MachineInstr &MI) in ConstMIBundleOperands() function
200 static ConstMIBundleOperands end(const MachineBasicBlock &MBB) { in end()
206 inline iterator_range<ConstMIBundleOperands>
208 return make_range(ConstMIBundleOperands(MI), in const_mi_bundle_ops()
209 ConstMIBundleOperands::end(*MI.getParent())); in const_mi_bundle_ops()
H A DLiveRegUnits.h52 for (ConstMIBundleOperands O(MI); O.isValid(); ++O) { in accumulateUsedDefed()
166 filter_iterator<ConstMIBundleOperands, bool (*)(const MachineOperand &)>>
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp83 for (ConstMIBundleOperands O(MI); O.isValid(); ++O) { in stepForward()
H A DRegisterPressure.cpp476 for (ConstMIBundleOperands OperI(MI); OperI.isValid(); ++OperI) in collectInstr()
485 for (ConstMIBundleOperands OperI(MI); OperI.isValid(); ++OperI) in collectInstrLanes()
H A DLiveInterval.cpp893 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in stripValuesNotDefiningMask()
H A DScheduleDAGInstrs.cpp1158 for (ConstMIBundleOperands O(MI); O.isValid(); ++O) { in fixupKills()
H A DMachineVerifier.cpp3604 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in verifyLiveRangeValue()
3744 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in verifyLiveRangeSegment()
H A DMachineInstr.cpp1015 for (ConstMIBundleOperands OpndIt(*this); OpndIt.isValid() && CurRC; in getRegClassConstraintEffectForVReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6682 for (ConstMIBundleOperands OperI(*SU->getInstr()); OperI.isValid(); in tooMuchRegisterPressure()
6715 for (ConstMIBundleOperands OperI(*CurInstI); OperI.isValid(); ++OperI) { in tooMuchRegisterPressure()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4505 for (ConstMIBundleOperands OP(MI); OP.isValid(); ++OP) { in isBlockOnlyReachableByFallthrough()