Searched refs:Idx2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 539 void merge(StratifiedIndex Idx1, StratifiedIndex Idx2) { in merge() argument 540 assert(inbounds(Idx1) && inbounds(Idx2)); in merge() 541 assert(&linksAt(Idx1) != &linksAt(Idx2) && in merge() 547 if (tryMergeUpwards(Idx1, Idx2)) in merge() 550 if (tryMergeUpwards(Idx2, Idx1)) in merge() 555 mergeDirect(Idx1, Idx2); in merge() 560 void mergeDirect(StratifiedIndex Idx1, StratifiedIndex Idx2) { in mergeDirect() argument 561 assert(inbounds(Idx1) && inbounds(Idx2)); in mergeDirect() 564 auto *LinksFrom = &linksAt(Idx2); in mergeDirect()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 124 unsigned Idx2) const { in commuteInstructionImpl() 132 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() 134 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl() 136 assert(MI->getOperand(Idx1).isReg() && MI->getOperand(Idx2).isReg() && in commuteInstructionImpl() 141 unsigned Reg2 = MI->getOperand(Idx2).getReg(); in commuteInstructionImpl() 144 unsigned SubReg2 = MI->getOperand(Idx2).getSubReg(); in commuteInstructionImpl() 146 bool Reg2IsKill = MI->getOperand(Idx2).isKill(); in commuteInstructionImpl() 148 bool Reg2IsUndef = MI->getOperand(Idx2).isUndef(); in commuteInstructionImpl() 150 bool Reg2IsInternal = MI->getOperand(Idx2).isInternalRead(); in commuteInstructionImpl() 159 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) { in commuteInstructionImpl() [all …]
|
D | ShadowStackGCLowering.cpp | 59 Type *Ty, Value *BasePtr, int Idx1, int Idx2, 352 int Idx2, in CreateGEP() argument 356 ConstantInt::get(Type::getInt32Ty(Context), Idx2)}; in CreateGEP()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1140 CodeGenSubRegIndex *Idx2 = i2->first; in computeComposites() local 1150 if (CodeGenSubRegIndex *Prev = Idx1->addComposite(Idx2, Idx3)) in computeComposites() 1152 " and " + Idx2->getQualifiedName() + in computeComposites() 1201 for (auto &Idx2 : SubRegIndices) { in computeSubRegLaneMasks() local 1203 if (!Idx2.getComposites().empty()) in computeSubRegLaneMasks() 1210 assert(Idx2.LaneMask == SrcMask); in computeSubRegLaneMasks() 1213 auto C = Composites.find(&Idx2); in computeSubRegLaneMasks()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11925 auto *Idx2 = dyn_cast<ConstantSDNode>(Vec.getOperand(2)); in LowerINSERT_SUBVECTOR() local 11926 if (Idx2 && Idx2->getZExtValue() == 0) { in LowerINSERT_SUBVECTOR()
|