Searched refs:findFirstPredOperandIdx (Results 1 – 12 of 12) sorted by relevance
609 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
134 int CCIdx = MI.findFirstPredOperandIdx(); in isSafeAESInput()
598 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
171 int PIdx = MI.findFirstPredOperandIdx();
849 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
566 int PIdx = I->findFirstPredOperandIdx(); in isPredicated() 573 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated() 593 int FirstPredOp = MI.findFirstPredOperandIdx(); in createMIROperandComment() 613 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction() 2235 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate() 2274 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
2885 int PIdx = I->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
835 int idx = MI.findFirstPredOperandIdx(); in isPredicated() 945 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
171 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
1583 int findFirstPredOperandIdx() const;
7647 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction() 7661 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction() 7667 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction() 11285 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in ParseDirective() 11309 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in ParseDirective() 11336 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in parseDirectiveThumb()
1129 /// findFirstPredOperandIdx() - Find the index of the first operand in the in tieOperands() 1132 int MachineInstr::findFirstPredOperandIdx() const { in tieOperands() 1133 // Don't call MCID.findFirstPredOperandIdx() because this variant in tieOperands() 1091 int MachineInstr::findFirstPredOperandIdx() const { findFirstPredOperandIdx() function in MachineInstr