Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp863 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand() local
864 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand()
869 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()
872 if (OtherIdx < MCID.getNumOperands()) { in visitMachineOperand()
873 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO)) in visitMachineOperand()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2258 for (unsigned OtherIdx = Idx+1; in getAddExpr() local
2259 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2260 ++OtherIdx) in getAddExpr()
2261 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2265 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2266 ++OtherIdx) in getAddExpr()
2268 dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx])) in getAddExpr()
2280 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx; in getAddExpr()
2534 for (unsigned OtherIdx = Idx+1; in getMulExpr() local
2535 OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getMulExpr()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3171 unsigned OtherIdx = !U.getOperandNo(); in CollectLoopInvariantFixupsAndFormulae() local
3172 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); in CollectLoopInvariantFixupsAndFormulae()