Searched refs:OtherIdx (Results 1 – 9 of 9) sorted by relevance
50 unsigned OtherIdx = PosCount; in sortChain() local55 Chain[OtherIdx++] = SU; in sortChain()
411 unsigned OtherIdx = CommuteOpNo == CommuteIdx0 ? CommuteIdx1 : CommuteIdx0; in tryAddToFoldList() local412 MachineOperand &OtherOp = MI->getOperand(OtherIdx); in tryAddToFoldList()
388 unsigned OtherIdx = 1 - Idx; in DetermineUseCaptureKind() local389 if (auto *CPN = dyn_cast<ConstantPointerNull>(I->getOperand(OtherIdx))) { in DetermineUseCaptureKind()409 auto *LI = dyn_cast<LoadInst>(I->getOperand(OtherIdx)); in DetermineUseCaptureKind()
2965 for (unsigned OtherIdx = Idx+1; in getAddExpr() local2966 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()2967 ++OtherIdx) { in getAddExpr()2977 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getAddExpr()2978 ++OtherIdx) { in getAddExpr()2991 Ops.erase(Ops.begin() + OtherIdx); --OtherIdx; in getAddExpr()3330 for (unsigned OtherIdx = Idx+1; in getMulExpr() local3331 OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]); in getMulExpr()3332 ++OtherIdx) { in getMulExpr()3334 dyn_cast<SCEVAddRecExpr>(Ops[OtherIdx]); in getMulExpr()[all …]
1216 int OtherIdx = (SrcIdx == 0) ? 1 : 0; in rewriteWithNewAddressSpaces() local1217 Value *OtherSrc = Cmp->getOperand(OtherIdx); in rewriteWithNewAddressSpaces()1221 Cmp->setOperand(OtherIdx, OtherNewV); in rewriteWithNewAddressSpaces()1231 Cmp->setOperand(OtherIdx, in rewriteWithNewAddressSpaces()
3565 unsigned OtherIdx = !U.getOperandNo(); in CollectLoopInvariantFixupsAndFormulae() local3566 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx)); in CollectLoopInvariantFixupsAndFormulae()
2069 unsigned OtherIdx = MI->findTiedOperandIdx(MONum); in visitMachineOperand() local2070 const MachineOperand &OtherMO = MI->getOperand(OtherIdx); in visitMachineOperand()2075 if (MI->findTiedOperandIdx(OtherIdx) != MONum) in visitMachineOperand()2078 if (OtherIdx < MCID.getNumOperands()) { in visitMachineOperand()2079 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO)) in visitMachineOperand()
24667 unsigned OtherIdx = N0.getConstantOperandVal(2); in visitINSERT_SUBVECTOR() local24668 if (InsIdx < OtherIdx) { in visitINSERT_SUBVECTOR()
31583 unsigned OtherIdx = I->getOperand(0) == AI ? 1 : 0; in shouldExpandLogicAtomicRMWInIR() local31586 if (AI == I->getOperand(OtherIdx)) in shouldExpandLogicAtomicRMWInIR()31592 auto *C2 = dyn_cast<ConstantInt>(I->getOperand(OtherIdx)); in shouldExpandLogicAtomicRMWInIR()31607 auto BitTested = FindSingleBitChange(I->getOperand(OtherIdx)); in shouldExpandLogicAtomicRMWInIR()