Lines Matching refs:Alignment
197 Value *Addr, unsigned Alignment);
200 Value *Addr, unsigned Alignment);
202 Value *Addr, unsigned Alignment);
214 // For irregular sizes of any alignment:
652 unsigned Alignment;
655 Alignment = Load->getAlignment();
659 Alignment = Store->getAlignment();
663 Alignment = 0;
667 Alignment = 0;
676 // Convert 0 to the default alignment.
677 if (Alignment == 0)
678 Alignment = DL.getPrefTypeAlignment(OrigTy);
692 instrumentFastpath(I, DL, IsStore, Addr, Alignment)) {
696 if (Alignment == 0 || (Alignment % TypeSizeBytes) == 0)
829 Value *Addr, unsigned Alignment) {
831 return instrumentFastpathCacheFrag(I, DL, Addr, Alignment);
833 return instrumentFastpathWorkingSet(I, DL, Addr, Alignment);
841 unsigned Alignment) {
847 Instruction *I, const DataLayout &DL, Value *Addr, unsigned Alignment) {
859 (Alignment % (TypeSize / 8)) == 0)) {