Searched refs:getCondReg (Results 1 – 6 of 6) sorted by relevance
400 LLT TestTy = MRI.getType(Sel.getCondReg()); in getInstrMapping()
1127 getOperandsForBranch(SelectMI.getCondReg(), MRI, CC, LHS, RHS); in selectSelect()
349 Register getCondReg() const { return getReg(1); } in getCondReg() function
1835 .addReg(Sel.getCondReg()) in selectSelect()1836 .addReg(Sel.getCondReg()); in selectSelect()
2770 isConstantOrConstantSplatVector(*MRI.getVRegDef(SelMI.getCondReg()), MRI); in matchConstantSelectCmp()6684 Register Cond = Select->getCondReg(); in tryFoldSelectOfConstants()6687 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants()6816 Register Cond = Select->getCondReg(); in tryFoldBoolSelectToLogic()6819 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic()6896 GICmp *Cmp = cast<GICmp>(MRI.getVRegDef(Select->getCondReg())); in matchSelectIMinMax()
3414 const Register CondReg = Sel.getCondReg(); in select()4911 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()