Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp957 int OtherIdx = (SrcIdx == 0) ? 1 : 0; in rewriteWithNewAddressSpaces() local
958 Value *OtherSrc = Cmp->getOperand(OtherIdx); in rewriteWithNewAddressSpaces()
962 Cmp->setOperand(OtherIdx, OtherNewV); in rewriteWithNewAddressSpaces()
972 Cmp->setOperand(OtherIdx, in rewriteWithNewAddressSpaces()
DLoopStrengthReduce.cpp3411 unsigned OtherIdx = !U.getOperandNo(); in CollectLoopInvariantFixupsAndFormulae() local
3412 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); in CollectLoopInvariantFixupsAndFormulae()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1156 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand() local
1157 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand()
1162 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()
1165 if (OtherIdx < MCID.getNumOperands()) { in visitMachineOperand()
1166 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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp2701 for (unsigned OtherIdx = Idx+1; in getAddExpr() local
2702 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2703 ++OtherIdx) { in getAddExpr()
2707 cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()->getHeader(), in getAddExpr()
2710 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) { in getAddExpr()
2714 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2715 ++OtherIdx) { in getAddExpr()
2716 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()
2729 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx; in getAddExpr()
3028 for (unsigned OtherIdx = Idx+1; in getMulExpr() local
[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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17390 unsigned OtherIdx = N0.getConstantOperandVal(2); in visitINSERT_SUBVECTOR() local
17391 if (InsIdx < OtherIdx) { in visitINSERT_SUBVECTOR()