Searched refs:Idx2 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 125 unsigned Idx1, Idx2; in commuteInstruction() local 126 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction() 133 assert(MI->getOperand(Idx1).isReg() && MI->getOperand(Idx2).isReg() && in commuteInstruction() 137 unsigned Reg2 = MI->getOperand(Idx2).getReg(); in commuteInstruction() 140 unsigned SubReg2 = MI->getOperand(Idx2).getSubReg(); in commuteInstruction() 142 bool Reg2IsKill = MI->getOperand(Idx2).isKill(); in commuteInstruction() 151 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) { in commuteInstruction() 167 MI->getOperand(Idx2).setReg(Reg1); in commuteInstruction() 169 MI->getOperand(Idx2).setSubReg(SubReg1); in commuteInstruction() 171 MI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstruction()
|
D | ShadowStackGC.cpp | 71 int Idx1, int Idx2, const char *Name); 350 int Idx, int Idx2, const char *Name) { in CreateGEP() argument 353 ConstantInt::get(Type::getInt32Ty(Context), Idx2) }; in CreateGEP()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1168 CodeGenSubRegIndex *Idx2 = i2->first; in computeComposites() local 1178 if (CodeGenSubRegIndex *Prev = Idx1->addComposite(Idx2, Idx3)) in computeComposites() 1180 " and " + Idx2->getQualifiedName() + in computeComposites()
|