Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h52 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
H A DLoongArchAsmBackend.cpp186 bool LoongArchAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign() function in LoongArchAsmBackend
218 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count)) in shouldInsertFixupForCodeAlign()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h43 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
H A DRISCVAsmBackend.cpp668 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign() function in RISCVAsmBackend
703 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count) || (Count == 0)) in shouldInsertFixupForCodeAlign()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h112 virtual bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF, in shouldInsertExtraNopBytesForCodeAlign() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp712 !Asm->getBackend().shouldInsertExtraNopBytesForCodeAlign( in AttemptToFoldSymbolOffsetDifference()
H A DMCAssembler.cpp347 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size)) in computeFragmentSize()