Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Alignment

434   /// and set IsWrite/Alignment. Otherwise return nullptr.
436 uint64_t *TypeSize, unsigned *Alignment);
874 /// and set IsWrite/Alignment. Otherwise return nullptr.
878 unsigned *Alignment) {
888 *Alignment = LI->getAlignment();
894 *Alignment = SI->getAlignment();
900 *Alignment = 0;
906 *Alignment = 0;
962 unsigned Alignment = 0;
964 Value *Addr = isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment);
1010 (Alignment >= Granularity || Alignment == 0 || Alignment >= TypeSize / 8))
1124 // Instrument unusual size or unusual alignment.
1206 // For now, just ignore this Global if the alignment is large.
1609 unsigned Alignment;
1620 &Alignment)) {
1662 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment))