Home
last modified time | relevance | path

Searched refs:shouldInsertExtraNopBytesForCodeAlign (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h49 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
H A DLoongArchAsmBackend.cpp184 bool LoongArchAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign() function in LoongArchAsmBackend
216 if (!shouldInsertExtraNopBytesForCodeAlign(AF, InsertedNopBytes)) in shouldInsertFixupForCodeAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h42 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
H A DRISCVAsmBackend.cpp919 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign() function in RISCVAsmBackend
951 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count) || (Count == 0)) in shouldInsertFixupForCodeAlign()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h114 virtual bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF, in shouldInsertExtraNopBytesForCodeAlign() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp387 !Asm->getBackend().shouldInsertExtraNopBytesForCodeAlign( in attemptToFoldSymbolOffsetDifference()
H A DMCObjectStreamer.cpp612 if (getAssembler().getBackend().shouldInsertExtraNopBytesForCodeAlign(*F, in emitCodeAlignment()
H A DMCAssembler.cpp239 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size)) in computeFragmentSize()