Searched refs:findFirstPredOperandIdx (Results 1 – 11 of 11) sorted by relevance
621 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
506 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
832 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
167 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
537 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()544 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()564 int FirstPredOp = MI.findFirstPredOperandIdx(); in createMIROperandComment()584 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()2212 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()2251 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
2343 int PIdx = I->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
183 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
840 int idx = MI.findFirstPredOperandIdx(); in isPredicated()951 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
1475 int findFirstPredOperandIdx() const;
7617 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()7631 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()7637 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()10852 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()10876 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()10903 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
1069 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr