Lines Matching defs:Alignment
556 // +1 because index 0 is reserved for return type alignment
619 // Check if we have call alignment metadata
640 // Check for function alignment information if we found that the
646 // Call is indirect or alignment information is not available, fall back to
647 // the ABI type alignment
927 // so we don't need to worry about natural alignment or not.
1564 unsigned Alignment = ST->getAlignment();
1570 isVolatile, Alignment);
2370 // alignment is available as metadata.
2371 // Grab it and set the alignment.
2372 assert(I.hasMetadataOtherThanDebugLoc() && "Must have alignment metadata");
2377 int64_t Alignment = cast<ConstantInt>(Align)->getZExtValue();
2378 Info.align = Alignment;
2399 // alignment is available as metadata.
2400 // Grab it and set the alignment.
2401 assert(I.hasMetadataOtherThanDebugLoc() && "Must have alignment metadata");
2406 int64_t Alignment = cast<ConstantInt>(Align)->getZExtValue();
2407 Info.align = Alignment;
2642 /// getFunctionAlignment - Return the Log2 alignment of this function.