Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h46 bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF,
H A DRISCVAsmBackend.cpp582 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign() function in RISCVAsmBackend
614 if (!shouldInsertExtraNopBytesForCodeAlign(AF, Count) || (Count == 0)) in shouldInsertFixupForCodeAlign()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h100 virtual bool shouldInsertExtraNopBytesForCodeAlign(const MCAlignFragment &AF, in shouldInsertExtraNopBytesForCodeAlign() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp335 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size)) in computeFragmentSize()