Searched refs:getCondReg (Results 1 – 8 of 8) sorted by relevance
211 LLT CondTy = MRI.getType(Select->getCondReg()); in matchCastOfSelect()215 Register Cond = Select->getCondReg(); in matchCastOfSelect()
2795 isConstantOrConstantSplatVector(*MRI.getVRegDef(SelMI.getCondReg()), MRI); in matchConstantSelectCmp()6976 Register Cond = Select->getCondReg(); in tryFoldSelectOfConstants()6979 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants()7125 Register Cond = Select->getCondReg(); in tryFoldBoolSelectToLogic()7128 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic()7205 GICmp *Cmp = cast<GICmp>(MRI.getVRegDef(Select->getCondReg())); in matchSelectIMinMax()
837 Register Cond = SelMI.getCondReg(); in computeKnownFPClass()
378 LLT TestTy = MRI.getType(Sel.getCondReg()); in getInstrMapping()
1216 getOperandsForBranch(SelectMI.getCondReg(), CC, LHS, RHS, *MRI); in selectSelect()
352 Register getCondReg() const { return getReg(1); } in getCondReg() function
1875 .addReg(Sel.getCondReg()) in selectSelect()1876 .addReg(Sel.getCondReg()); in selectSelect()
3549 const Register CondReg = Sel.getCondReg(); in select()5046 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()