Searched refs:findFirstPredOperandIdx (Results 1 – 10 of 10) sorted by relevance
586 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
152 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
564 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
785 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
488 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()495 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()510 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()1994 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()2033 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
2058 int PIdx = Old.findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
864 int idx = MI.findFirstPredOperandIdx(); in isPredicated()974 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
1209 int findFirstPredOperandIdx() const;
6460 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()6474 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()6479 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()9206 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()9230 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()9257 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
1006 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr