Searched refs:findFirstPredOperandIdx (Results 1 – 10 of 10) sorted by relevance
628 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
507 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
150 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
808 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
487 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()494 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()509 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()2124 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()2163 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
2170 int PIdx = Old.findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
863 int idx = MI.findFirstPredOperandIdx(); in isPredicated()973 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
1294 int findFirstPredOperandIdx() const;
7335 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()7349 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()7355 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()10391 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()10415 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()10442 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
1020 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr