Lines Matching defs:Byte
36 SDValue LenAdj, SDValue Byte) {
41 Ops = { Chain, Dst, LenAdj, Byte };
53 uint64_t Size, SDValue Byte = SDValue()) {
57 return createMemMemNode(DAG, DL, Op, Chain, Dst, Src, LenAdj, Byte);
62 SDValue Size, SDValue Byte = SDValue()) {
67 return createMemMemNode(DAG, DL, Op, Chain, Dst, Src, LenAdj, Byte);
100 SDValue Byte, SDValue Size, Align Alignment, bool IsVolatile,
107 auto *CByte = dyn_cast<ConstantSDNode>(Byte);
139 DAG.getStore(Chain, DL, Byte, Dst, DstPtrInfo, Alignment);
144 SDValue Chain2 = DAG.getStore(Chain, DL, Byte, Dst2,
156 Bytes, DAG.getAnyExtOrTrunc(Byte, DL, MVT::i32));
165 Size, DAG.getAnyExtOrTrunc(Byte, DL, MVT::i32));