Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp1762 for (unsigned OtherIdx = Idx+1; in getAddExpr() local
1763 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
1764 ++OtherIdx) in getAddExpr()
1765 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
1769 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
1770 ++OtherIdx) in getAddExpr()
1772 dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx])) in getAddExpr()
1784 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx; in getAddExpr()
2019 for (unsigned OtherIdx = Idx+1; in getMulExpr() local
2020 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getMulExpr()
[all …]
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp942 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand() local
943 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand()
948 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()
951 if (OtherIdx < MCID.getNumOperands()) { in visitMachineOperand()
952 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO)) in visitMachineOperand()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2330 for (unsigned OtherIdx = Idx+1; in getAddExpr() local
2331 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2332 ++OtherIdx) in getAddExpr()
2333 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2337 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2338 ++OtherIdx) in getAddExpr()
2339 if (const auto *OtherAddRec = dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx])) in getAddExpr()
2351 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx; in getAddExpr()
2599 for (unsigned OtherIdx = Idx+1; in getMulExpr() local
2600 OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getMulExpr()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2273 unsigned OtherIdx = !UI.getOperandNo(); in CollectLoopInvariantFixupsAndFormulae() local
2274 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); in CollectLoopInvariantFixupsAndFormulae()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3127 unsigned OtherIdx = !U.getOperandNo(); in CollectLoopInvariantFixupsAndFormulae() local
3128 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); in CollectLoopInvariantFixupsAndFormulae()