HomeSort by: relevance | last modified time | path
    Searched refs:OtherIdx (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUExportClustering.cpp 50 unsigned OtherIdx = PosCount;
55 Chain[OtherIdx++] = SU;
SIFoldOperands.cpp 422 unsigned OtherIdx = CommuteOpNo == CommuteIdx0 ? CommuteIdx1 : CommuteIdx0;
423 MachineOperand &OtherOp = MI->getOperand(OtherIdx);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CaptureTracking.cpp 337 unsigned OtherIdx = 1 - Idx;
338 if (auto *CPN = dyn_cast<ConstantPointerNull>(I->getOperand(OtherIdx))) {
357 auto *LI = dyn_cast<LoadInst>(I->getOperand(OtherIdx));
ScalarEvolution.cpp 2662 for (unsigned OtherIdx = Idx+1;
2663 OtherIdx < Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2664 ++OtherIdx) {
2668 cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()->getHeader(),
2671 if (AddRecLoop == cast<SCEVAddRecExpr>(Ops[OtherIdx])->getLoop()) {
2674 for (; OtherIdx != Ops.size() && isa<SCEVAddRecExpr>(Ops[OtherIdx]);
2675 ++OtherIdx) {
2676 const auto *OtherAddRec = cast<SCEVAddRecExpr>(Ops[OtherIdx]);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 1124 int OtherIdx = (SrcIdx == 0) ? 1 : 0;
1125 Value *OtherSrc = Cmp->getOperand(OtherIdx);
1129 Cmp->setOperand(OtherIdx, OtherNewV);
1139 Cmp->setOperand(OtherIdx,
LoopStrengthReduce.cpp 3469 unsigned OtherIdx = !U.getOperandNo();
3470 Value *OtherOp = const_cast<Value *>(ICI->getOperand(OtherIdx));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineVerifier.cpp 1855 unsigned OtherIdx = MI->findTiedOperandIdx(MONum);
1856 const MachineOperand &OtherMO = MI->getOperand(OtherIdx);
1861 if (MI->findTiedOperandIdx(OtherIdx) != MONum)
1864 if (OtherIdx < MCID.getNumOperands()) {
1865 if (-1 == MCID.getOperandConstraint(OtherIdx, MCOI::TIED_TO))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 21545 unsigned OtherIdx = N0.getConstantOperandVal(2);
21546 if (InsIdx < OtherIdx) {

Completed in 43 milliseconds