Searched refs:getCondReg (Results 1 – 5 of 5) sorted by relevance
311 Register getCondReg() const { return getReg(1); } in getCondReg() function
1803 .addReg(Sel.getCondReg()) in selectSelect()1804 .addReg(Sel.getCondReg()); in selectSelect()
2642 isConstantOrConstantSplatVector(*MRI.getVRegDef(SelMI.getCondReg()), MRI); in matchConstantSelectCmp()6354 Register Cond = Select->getCondReg(); in tryFoldSelectOfConstants()6357 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldSelectOfConstants()6483 Register Cond = Select->getCondReg(); in tryFoldBoolSelectToLogic()6486 LLT CondTy = MRI.getType(Select->getCondReg()); in tryFoldBoolSelectToLogic()6559 Register Cond = Select->getCondReg(); in tryFoldSelectToIntMinMax()
1099 getOperandsForBranch(SelectMI.getCondReg(), MRI, CC, LHS, RHS); in selectSelect()
3441 const Register CondReg = Sel.getCondReg(); in select()5056 MachineInstr *ConjMI = emitConjunction(SelI.getCondReg(), AArch64CC, MIB); in tryOptSelectConjunction()