Lines Matching full:chain
37 const SDLoc &DL, SDValue Chain,
64 SDValue Ops[] = {Dst, Size, SrcOrValue, Chain};
70 SDValue Ops[] = {Dst, SrcOrValue, Size, Chain};
83 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src,
135 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee(
141 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src,
148 return EmitMOPS(AArch64::MOPSMemoryCopyPseudo, DAG, DL, Chain, Dst, Src,
153 return EmitStreamingCompatibleMemLibCall(DAG, DL, Chain, Dst, Src, Size,
159 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
166 return EmitMOPS(AArch64::MOPSMemorySetPseudo, DAG, dl, Chain, Dst, Src,
172 return EmitStreamingCompatibleMemLibCall(DAG, dl, Chain, Dst, Src, Size,
178 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
185 return EmitMOPS(AArch64::MOPSMemoryMovePseudo, DAG, dl, Chain, Dst, Src,
190 return EmitStreamingCompatibleMemLibCall(DAG, dl, Chain, Dst, Src, Size,
198 SDValue Chain, SDValue Ptr, uint64_t ObjSize,
224 {Chain, TagSrc, AddrNode},
237 {Chain, TagSrc, AddrNode},
250 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Addr,
262 return EmitUnrolledSetTag(DAG, dl, Chain, Addr, ObjSize, BaseMemOperand,
275 SDValue Ops[] = {DAG.getTargetConstant(ObjSize, dl, MVT::i64), Addr, Chain};