Searched refs:RISCVAsmBackend (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 26 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 …]
|
D | RISCVAsmBackend.h | 24 class RISCVAsmBackend : public MCAsmBackend { 33 RISCVAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit, in RISCVAsmBackend() function 41 ~RISCVAsmBackend() override {} in ~RISCVAsmBackend()
|
D | CMakeLists.txt | 2 RISCVAsmBackend.cpp
|
D | RISCVELFStreamer.cpp | 32 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 29 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 …]
|
D | RISCVAsmBackend.h | 24 class RISCVAsmBackend : public MCAsmBackend { 33 RISCVAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit, in RISCVAsmBackend() function 41 ~RISCVAsmBackend() override {} in ~RISCVAsmBackend()
|
D | CMakeLists.txt | 2 RISCVAsmBackend.cpp
|
D | RISCVELFStreamer.cpp | 28 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer()
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | BUILD.gn | 61 "RISCVAsmBackend.cpp",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 1442 RISCVAsmBackend &MAB = in ParseInstruction() 1443 static_cast<RISCVAsmBackend &>(Assembler->getBackend()); in ParseInstruction()
|
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 1794 RISCVAsmBackend &MAB = in ParseInstruction() 1795 static_cast<RISCVAsmBackend &>(Assembler->getBackend()); in ParseInstruction()
|