Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp29 class AMDGPUAsmBackend : public MCAsmBackend { class
31 AMDGPUAsmBackend(const Target &T) : MCAsmBackend(support::little) {} in AMDGPUAsmBackend() function in __anoneca44c6f0111::AMDGPUAsmBackend
61 void AMDGPUAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()
70 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
80 bool AMDGPUAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation()
174 const MCFixupKindInfo &AMDGPUAsmBackend::getFixupKindInfo( in getFixupKindInfo()
190 bool AMDGPUAsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation()
196 unsigned AMDGPUAsmBackend::getMinimumNopSize() const { in getMinimumNopSize()
200 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
226 class ELFAMDGPUAsmBackend : public AMDGPUAsmBackend {
[all …]
H A DCMakeLists.txt2 AMDGPUAsmBackend.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DBUILD.gn98 "AMDGPUAsmBackend.cpp",