Home
last modified time | relevance | path

Searched refs:allowEnhancedRelaxation (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h63 virtual bool allowEnhancedRelaxation() const { return false; } in allowEnhancedRelaxation() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp162 bool allowEnhancedRelaxation() const override;
379 bool X86AsmBackend::allowEnhancedRelaxation() const { in allowEnhancedRelaxation() function in X86AsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp448 Backend.allowEnhancedRelaxation())) { in emitInstructionImpl()