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