Searched refs:ZExtCondReg (Results 1 – 1 of 1) sorted by relevance
962 unsigned ZExtCondReg = 0; in selectBranch() local965 ZExtCondReg = createResultReg(&Mips::GPR32RegClass); in selectBranch()966 if (!emitCmp(ZExtCondReg, CI)) in selectBranch()972 if (ZExtCondReg == 0) { in selectBranch()977 ZExtCondReg = emitIntExt(MVT::i1, CondReg, MVT::i32, true); in selectBranch()978 if (ZExtCondReg == 0) in selectBranch()983 .addReg(ZExtCondReg) in selectBranch()1057 Register ZExtCondReg = createResultReg(&Mips::GPR32RegClass); in selectSelect() local1058 if (!ZExtCondReg) in selectSelect()1061 if (!emitIntExt(MVT::i1, CondReg, MVT::i32, ZExtCondReg, true)) in selectSelect()[all …]