Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp315 for (ConstMIBundleOperands O(MI); O.isValid(); ++O) { in AnalyzeVirtRegLanesInBundle()
342 for (ConstMIBundleOperands O(MI); O.isValid(); ++O) { in AnalyzePhysRegInBundle()
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.cpp1137 for (ConstMIBundleOperands O(MI); O.isValid(); ++O) { in fixupKills()
H A DMachineVerifier.cpp3142 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in verifyLiveRangeValue()
3284 for (ConstMIBundleOperands MOI(*MI); MOI.isValid(); ++MOI) { in verifyLiveRangeSegment()
H A DMachineInstr.cpp947 for (ConstMIBundleOperands OpndIt(*this); OpndIt.isValid() && CurRC; in getRegClassConstraintEffectForVReg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6898 for (ConstMIBundleOperands OperI(*SU->getInstr()); OperI.isValid(); in tooMuchRegisterPressure()
6932 for (ConstMIBundleOperands OperI(*CurInstI); OperI.isValid(); ++OperI) { in tooMuchRegisterPressure()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4094 for (ConstMIBundleOperands OP(MI); OP.isValid(); ++OP) { in isBlockOnlyReachableByFallthrough()