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()
826 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()2222 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()2261 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
2311 int PIdx = Old.findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
183 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
840 int idx = MI.findFirstPredOperandIdx(); in isPredicated()951 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
1462 int findFirstPredOperandIdx() const;
7616 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()7630 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()7636 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()10851 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()10875 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()10902 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
1069 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr