Lines Matching refs:ZExtCondReg
960 unsigned ZExtCondReg = 0; in selectBranch() local
963 ZExtCondReg = createResultReg(&Mips::GPR32RegClass); in selectBranch()
964 if (!emitCmp(ZExtCondReg, CI)) in selectBranch()
970 if (ZExtCondReg == 0) { in selectBranch()
975 ZExtCondReg = emitIntExt(MVT::i1, CondReg, MVT::i32, true); in selectBranch()
976 if (ZExtCondReg == 0) in selectBranch()
981 .addReg(ZExtCondReg) in selectBranch()
1055 unsigned ZExtCondReg = createResultReg(&Mips::GPR32RegClass); in selectSelect() local
1056 if (!ZExtCondReg) in selectSelect()
1059 if (!emitIntExt(MVT::i1, CondReg, MVT::i32, ZExtCondReg, true)) in selectSelect()
1070 .addReg(Src1Reg).addReg(ZExtCondReg).addReg(TempReg); in selectSelect()