Home
last modified time | relevance | path

Searched refs:OpEnd (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp491 unsigned OpEnd = OldMI->getNumOperands(); in changeLoad() local
538 for (unsigned i = OpStart; i < OpEnd; ++i) in changeLoad()
548 unsigned OpEnd = OldMI->getNumOperands(); in changeStore() local
589 for (unsigned i = OpStart; i < OpEnd; ++i) in changeStore()
635 unsigned OpEnd = UseMI->getNumOperands(); in changeAddAsl() local
660 for (unsigned i = OpStart; i < OpEnd; ++i) in changeAddAsl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp487 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx < OpEnd; in forwardUses() local
773 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx != OpEnd; in propagateDefs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp561 int OpEnd = DefMI->getNumOperands(); in buildClosure() local
566 for (int OpIdx = 0; OpIdx < OpEnd; ++OpIdx) { in buildClosure()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2035 for (unsigned OpIdx = 0, OpEnd = Inst->getNumOperands(); OpIdx != OpEnd; in rememberInstruction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp4741 for (LookupResult::iterator Op = Res.begin(), OpEnd = Res.end(); in HasNoThrowOperator() local
4742 Op != OpEnd; ++Op) { in HasNoThrowOperator()