Searched refs:RISCVMCCodeEmitter (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 39 class RISCVMCCodeEmitter : public MCCodeEmitter { class 40 RISCVMCCodeEmitter(const RISCVMCCodeEmitter &) = delete; 41 void operator=(const RISCVMCCodeEmitter &) = delete; 46 RISCVMCCodeEmitter(MCContext &ctx, MCInstrInfo const &MCII) in RISCVMCCodeEmitter() function in __anone26a40d80111::RISCVMCCodeEmitter 49 ~RISCVMCCodeEmitter() override {} in ~RISCVMCCodeEmitter() 98 return new RISCVMCCodeEmitter(Ctx, MCII); in createRISCVMCCodeEmitter() 109 void RISCVMCCodeEmitter::expandFunctionCall(const MCInst &MI, raw_ostream &OS, in expandFunctionCall() 153 void RISCVMCCodeEmitter::expandAddTPRel(const MCInst &MI, raw_ostream &OS, in expandAddTPRel() 190 void RISCVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() 237 RISCVMCCodeEmitter::getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue() [all …]
|
H A D | CMakeLists.txt | 7 RISCVMCCodeEmitter.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | BUILD.gn | 70 "RISCVMCCodeEmitter.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrFormats.td | 28 // RISCVMCCodeEmitter to determine which form of fixup to use. These
|