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()
166 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
565 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()572 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()592 int FirstPredOp = MI.findFirstPredOperandIdx(); in createMIROperandComment()612 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()2234 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()2273 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
2882 int PIdx = I->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
836 int idx = MI.findFirstPredOperandIdx(); in isPredicated()947 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
171 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
1552 int findFirstPredOperandIdx() const;
7529 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()7543 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()7549 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()11060 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()11084 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()11111 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
1091 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr