Lines Matching refs:SDValue
24 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &DL,
25 SDValue Chain, SDValue Dst, SDValue Src,
26 SDValue Size, Align Alignment,
31 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
32 SDValue Chain, SDValue Dst, SDValue Byte,
33 SDValue Size, Align Alignment,
37 std::pair<SDValue, SDValue>
38 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
39 SDValue Src1, SDValue Src2, SDValue Size,
43 std::pair<SDValue, SDValue>
44 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
45 SDValue Src, SDValue Char, SDValue Length,
48 std::pair<SDValue, SDValue> EmitTargetCodeForStrcpy(
49 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest,
50 SDValue Src, MachinePointerInfo DestPtrInfo,
53 std::pair<SDValue, SDValue>
54 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
55 SDValue Src1, SDValue Src2,
59 std::pair<SDValue, SDValue>
60 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
61 SDValue Src,
64 std::pair<SDValue, SDValue>
65 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
66 SDValue Src, SDValue MaxLength,