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.h185 class ConstMIBundleOperands
189 ConstMIBundleOperands(MachineBasicBlock::instr_iterator InstrE, in ConstMIBundleOperands() function
194 ConstMIBundleOperands(const MachineInstr &MI) in ConstMIBundleOperands() function
198 static ConstMIBundleOperands end(const MachineBasicBlock &MBB) { in end()
204 inline iterator_range<ConstMIBundleOperands>
206 return make_range(ConstMIBundleOperands(MI), in const_mi_bundle_ops()
207 ConstMIBundleOperands::end(*MI.getParent())); in const_mi_bundle_ops()
H A DLiveRegUnits.h51 for (ConstMIBundleOperands O(MI); O.isValid(); ++O) { in accumulateUsedDefed()
165 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.cpp480 for (ConstMIBundleOperands OperI(MI); OperI.isValid(); ++OperI) in collectInstr()
489 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.cpp1141 for (ConstMIBundleOperands O(MI); O.isValid(); ++O) { in fixupKills()
H A DMachineVerifier.cpp3451 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in verifyLiveRangeValue()
3593 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in verifyLiveRangeSegment()
H A DMachineInstr.cpp988 for (ConstMIBundleOperands OpndIt(*this); OpndIt.isValid() && CurRC; in getRegClassConstraintEffectForVReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6900 for (ConstMIBundleOperands OperI(*SU->getInstr()); OperI.isValid(); in tooMuchRegisterPressure()
6934 for (ConstMIBundleOperands OperI(*CurInstI); OperI.isValid(); ++OperI) { in tooMuchRegisterPressure()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4117 for (ConstMIBundleOperands OP(MI); OP.isValid(); ++OP) { in isBlockOnlyReachableByFallthrough()