Home
last modified time | relevance | path

Searched refs:ZExtCondReg (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp956 unsigned ZExtCondReg = 0; in selectBranch() local
959 ZExtCondReg = createResultReg(&Mips::GPR32RegClass); in selectBranch()
960 if (!emitCmp(ZExtCondReg, CI)) in selectBranch()
966 if (ZExtCondReg == 0) { in selectBranch()
971 ZExtCondReg = emitIntExt(MVT::i1, CondReg, MVT::i32, true); in selectBranch()
972 if (ZExtCondReg == 0) in selectBranch()
977 .addReg(ZExtCondReg) in selectBranch()
1051 unsigned ZExtCondReg = createResultReg(&Mips::GPR32RegClass); in selectSelect() local
1052 if (!ZExtCondReg) in selectSelect()
1055 if (!emitIntExt(MVT::i1, CondReg, MVT::i32, ZExtCondReg, true)) in selectSelect()
[all …]