Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h52 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
H A DLoongArchAsmBackend.cpp185 bool LoongArchAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign() function in LoongArchAsmBackend
217 if (!shouldInsertExtraNopBytesForCodeAlign(AF, InsertedNopBytes)) in shouldInsertFixupForCodeAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h43 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
H A DRISCVAsmBackend.cpp659 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign() function in RISCVAsmBackend
693 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count) || (Count == 0)) in shouldInsertFixupForCodeAlign()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h104 virtual bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF, in shouldInsertExtraNopBytesForCodeAlign() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp702 !Asm->getBackend().shouldInsertExtraNopBytesForCodeAlign( in AttemptToFoldSymbolOffsetDifference()
H A DMCAssembler.cpp294 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size)) in computeFragmentSize()