Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp26 Optional<MCFixupKind> RISCVAsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()
41 RISCVAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
90 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
114 bool RISCVAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced()
142 void RISCVAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()
181 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode()
195 bool RISCVAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation()
200 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData()
319 bool RISCVAsmBackend::evaluateTargetFixup( in evaluateTargetFixup()
380 void RISCVAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
[all …]
DRISCVAsmBackend.h24 class RISCVAsmBackend : public MCAsmBackend {
33 RISCVAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit, in RISCVAsmBackend() function
41 ~RISCVAsmBackend() override {} in ~RISCVAsmBackend()
DCMakeLists.txt2 RISCVAsmBackend.cpp
DRISCVELFStreamer.cpp32 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp29 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
51 bool RISCVAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced()
79 void RISCVAsmBackend::relaxInstruction(const MCInst &Inst, in relaxInstruction()
117 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode()
131 bool RISCVAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation()
136 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData()
255 bool RISCVAsmBackend::evaluateTargetFixup( in evaluateTargetFixup()
316 void RISCVAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
347 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign()
369 bool RISCVAsmBackend::shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign()
[all …]
DRISCVAsmBackend.h24 class RISCVAsmBackend : public MCAsmBackend {
33 RISCVAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit, in RISCVAsmBackend() function
41 ~RISCVAsmBackend() override {} in ~RISCVAsmBackend()
DCMakeLists.txt2 RISCVAsmBackend.cpp
DRISCVELFStreamer.cpp28 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/MCTargetDesc/
DBUILD.gn61 "RISCVAsmBackend.cpp",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1442 RISCVAsmBackend &MAB = in ParseInstruction()
1443 static_cast<RISCVAsmBackend &>(Assembler->getBackend()); in ParseInstruction()
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1794 RISCVAsmBackend &MAB = in ParseInstruction()
1795 static_cast<RISCVAsmBackend &>(Assembler->getBackend()); in ParseInstruction()