Home
last modified time | relevance | path

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

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