Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Alignment

479   /// and set IsWrite/Alignment. Otherwise return nullptr.
481 uint64_t *TypeSize, unsigned *Alignment);
936 /// and set IsWrite/Alignment. Otherwise return nullptr.
940 unsigned *Alignment) {
950 *Alignment = LI->getAlignment();
956 *Alignment = SI->getAlignment();
962 *Alignment = 0;
968 *Alignment = 0;
1032 unsigned Alignment = 0;
1034 Value *Addr = isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment);
1080 (Alignment >= Granularity || Alignment == 0 || Alignment >= TypeSize / 8))
1194 // Instrument unusual size or unusual alignment.
1276 // For now, just ignore this Global if the alignment is large.
1798 unsigned Alignment;
1811 &Alignment)) {
1853 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment))