Lines Matching defs:Alignment
49 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline,
68 if (Alignment < Align(4) || !ConstantSize ||
82 if (Alignment >= Align(4)) {
88 if (Subtarget.is64Bit() && Alignment >= Align(8)) { // QWORD aligned
93 } else if (Alignment == Align(2)) {
148 Val, DAG.getConstant(BytesLeft, dl, SizeVT), Alignment,
187 Align Alignment) {
188 uint64_t Align = Alignment.value();
210 Align Alignment, bool isVolatile, bool AlwaysInline,
225 if (!AlwaysInline && (Alignment.value() & 3) != 0)
228 const MVT BlockType = getOptimalRepmovsType(Subtarget, Alignment);
257 DAG.getConstant(BytesLeft, dl, SizeVT), Alignment, isVolatile,
265 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline,
289 Size.getValueType(), Alignment, isVolatile,