Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp40 class RISCVMCCodeEmitter : public MCCodeEmitter { class
41 RISCVMCCodeEmitter(const RISCVMCCodeEmitter &) = delete;
42 void operator=(const RISCVMCCodeEmitter &) = delete;
47 RISCVMCCodeEmitter(MCContext &ctx, MCInstrInfo const &MCII) in RISCVMCCodeEmitter() function in __anone8b871a40111::RISCVMCCodeEmitter
50 ~RISCVMCCodeEmitter() override = default;
92 return new RISCVMCCodeEmitter(Ctx, MCII); in createRISCVMCCodeEmitter()
103 void RISCVMCCodeEmitter::expandFunctionCall(const MCInst &MI, raw_ostream &OS, in expandFunctionCall()
145 void RISCVMCCodeEmitter::expandAddTPRel(const MCInst &MI, raw_ostream &OS, in expandAddTPRel()
182 void RISCVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction()
226 RISCVMCCodeEmitter::getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue()
[all …]
H A DCMakeLists.txt7 RISCVMCCodeEmitter.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMRISCVDesc/
H A DMakefile14 RISCVMCCodeEmitter.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/MCTargetDesc/
H A DBUILD.gn71 "RISCVMCCodeEmitter.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td28 // RISCVMCCodeEmitter to determine which form of fixup to use. These