Searched refs:OpsWithMD (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5261 SmallVector<SDValue, 4> OpsWithMD; in Select() local 5300 OpsWithMD = {Ops[0], Ops[1], Ops[2]}; in Select() 5303 OpsWithMD = {getI32Imm(24, dl), N->getOperand(2), getI32Imm(0, dl)}; in Select() 5318 OpsWithMD.push_back( in Select() 5323 OpsWithMD.push_back(N->getOperand(0)); // chain in Select() 5324 CurDAG->SelectNodeTo(N, Opcode, MVT::Other, OpsWithMD); in Select()
|