reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2258 SDValue &Src = Ops[OperandIdx[i] - 1]; 2259 SDValue &Neg = Ops[NegIdx[i] - 1]; 2260 SDValue &Abs = Ops[AbsIdx[i] - 1]; 2265 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; 2267 return DAG.getMachineNode(Opcode, SDLoc(Node), Node->getVTList(), Ops); 2271 SDValue &Src = Ops[i]; 2273 return DAG.getMachineNode(Opcode, SDLoc(Node), Node->getVTList(), Ops); 2296 SDValue &Src = Ops[OperandIdx[i] - 1]; 2297 SDValue &Neg = Ops[NegIdx[i] - 1]; 2299 SDValue &Abs = (AbsIdx[i] > -1) ? Ops[AbsIdx[i] - 1] : FakeAbs; 2307 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; 2308 SDValue &Imm = Ops[ImmIdx]; 2310 return DAG.getMachineNode(Opcode, SDLoc(Node), Node->getVTList(), Ops);