Searched refs:RISCVMCCodeEmitter (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCCodeEmitter.cpp | 40 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 D | CMakeLists.txt | 7 RISCVMCCodeEmitter.cpp
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMRISCVDesc/ |
| H A D | Makefile | 14 RISCVMCCodeEmitter.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | BUILD.gn | 71 "RISCVMCCodeEmitter.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 28 // RISCVMCCodeEmitter to determine which form of fixup to use. These
|