Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp567 unsigned OpEnd = OldMI->getNumOperands(); in changeLoad() local
614 for (unsigned i = OpStart; i < OpEnd; ++i) in changeLoad()
624 unsigned OpEnd = OldMI->getNumOperands(); in changeStore() local
665 for (unsigned i = OpStart; i < OpEnd; ++i) in changeStore()
711 unsigned OpEnd = UseMI->getNumOperands(); in changeAddAsl() local
736 for (unsigned i = OpStart; i < OpEnd; ++i) in changeAddAsl()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp566 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx < OpEnd; in forwardUses() local
871 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx != OpEnd; in propagateDefs() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86DomainReassignment.cpp562 int OpEnd = DefMI->getNumOperands(); in buildClosure() local
567 for (int OpIdx = 0; OpIdx < OpEnd; ++OpIdx) { in buildClosure()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprCXX.cpp4935 for (LookupResult::iterator Op = Res.begin(), OpEnd = Res.end(); in HasNoThrowOperator() local
4936 Op != OpEnd; ++Op) { in HasNoThrowOperator()