Lines Matching defs:AF
186 const MCAlignFragment &AF, unsigned &Size) {
188 if (!AF.getSubtargetInfo()->hasFeature(LoongArch::FeatureRelax))
193 if (AF.getMaxBytesToEmit() < MinNopLen)
195 Size = AF.getAlignment().value() - MinNopLen;
196 return AF.getAlignment() > MinNopLen;
209 MCAlignFragment &AF) {
211 if (!AF.getSubtargetInfo()->hasFeature(LoongArch::FeatureRelax))
217 if (!shouldInsertExtraNopBytesForCodeAlign(AF, InsertedNopBytes))
220 MCSection *Sec = AF.getParent();
226 unsigned MaxBytesToEmit = AF.getMaxBytesToEmit();
239 MaxBytesToEmit << 8 | Log2(AF.getAlignment()));
246 Asm.getWriter().recordRelocation(Asm, &AF, Fixup, Value, FixedValue);