Lines Matching refs:SDValue
27 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &DL,
28 SDValue Chain, SDValue Dst, SDValue Src,
29 SDValue Size, unsigned Align, bool IsVolatile,
34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
35 SDValue Chain, SDValue Dst, SDValue Byte,
36 SDValue Size, unsigned Align, bool IsVolatile,
39 std::pair<SDValue, SDValue>
40 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
41 SDValue Src1, SDValue Src2, SDValue Size,
45 std::pair<SDValue, SDValue>
46 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
47 SDValue Src, SDValue Char, SDValue Length,
50 std::pair<SDValue, SDValue> EmitTargetCodeForStrcpy(
51 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest,
52 SDValue Src, MachinePointerInfo DestPtrInfo,
55 std::pair<SDValue, SDValue>
56 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
57 SDValue Src1, SDValue Src2,
61 std::pair<SDValue, SDValue>
62 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
63 SDValue Src,
66 std::pair<SDValue, SDValue>
67 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
68 SDValue Src, SDValue MaxLength,