|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/MachineInstr.h 507 return make_range(explicit_operands().end(), operands_end());
lib/Target/AMDGPU/GCNHazardRecognizer.cpp 1239 for (const MachineOperand &Op : MI->explicit_operands()) {
lib/Target/AMDGPU/SILowerControlFlow.cpp 462 for (const auto &SrcOp : Def->explicit_operands())
lib/Target/ARC/ARCOptAddrMode.cpp 405 for (auto &O : Ldst->explicit_operands()) {
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp 124 for (MachineOperand &MO : MI.explicit_operands())
lib/Target/WebAssembly/WebAssemblyPeephole.cpp 91 for (auto &MO : MI.explicit_operands()) {
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp 915 for (MachineOperand &MO : reverse(MI.explicit_operands())) {
lib/Target/X86/X86DomainReassignment.cpp 158 for (auto &Op : MI->explicit_operands())