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()
849 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
171 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
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 MatchInstruction()11309 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()11336 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
1132 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr