Lines Matching refs:ZExtCondReg
950 unsigned ZExtCondReg = 0; in selectBranch() local
953 ZExtCondReg = createResultReg(&Mips::GPR32RegClass); in selectBranch()
954 if (!emitCmp(ZExtCondReg, CI)) in selectBranch()
960 if (ZExtCondReg == 0) { in selectBranch()
965 ZExtCondReg = emitIntExt(MVT::i1, CondReg, MVT::i32, true); in selectBranch()
966 if (ZExtCondReg == 0) in selectBranch()
971 .addReg(ZExtCondReg) in selectBranch()
1045 Register ZExtCondReg = createResultReg(&Mips::GPR32RegClass); in selectSelect() local
1046 if (!ZExtCondReg) in selectSelect()
1049 if (!emitIntExt(MVT::i1, CondReg, MVT::i32, ZExtCondReg, true)) in selectSelect()
1060 .addReg(Src1Reg).addReg(ZExtCondReg).addReg(TempReg); in selectSelect()