Home
last modified time | relevance | path

Searched refs:const_mi_bundle_ops (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp314 for (const MachineOperand &MO : const_mi_bundle_ops(MI)) { in AnalyzeVirtRegLanesInBundle()
340 for (const MachineOperand &MO : const_mi_bundle_ops(MI)) { in AnalyzePhysRegInBundle()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h171 return make_filter_range(const_mi_bundle_ops(MI), in phys_regs_and_masks()
H A DMachineInstrBundle.h205 const_mi_bundle_ops(const MachineInstr &MI) { in const_mi_bundle_ops() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp496 for (const auto &Op : const_mi_bundle_ops(*DefMI)) { in adjustSchedDependency()
508 for (const auto &Op : const_mi_bundle_ops(*UseMI)) { in adjustSchedDependency()