Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp30 class AMDGPUAsmBackend : public MCAsmBackend { class
32 AMDGPUAsmBackend(const Target &T) : MCAsmBackend(llvm::endianness::little) {} in AMDGPUAsmBackend() function in __anon1fb5533f0111::AMDGPUAsmBackend
62 void AMDGPUAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()
71 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
79 bool AMDGPUAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation()
137 void AMDGPUAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
165 AMDGPUAsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()
174 const MCFixupKindInfo &AMDGPUAsmBackend::getFixupKindInfo( in getFixupKindInfo()
192 bool AMDGPUAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation()
199 unsigned AMDGPUAsmBackend::getMinimumNopSize() const { in getMinimumNopSize()
[all …]