Home
last modified time | relevance | path

Searched refs:lowerRISCVMachineInstrToMCInst (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCV.h36 bool lowerRISCVMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
H A DRISCVMCInstLower.cpp216 bool llvm::lowerRISCVMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, in lowerRISCVMachineInstrToMCInst() function in llvm
H A DRISCVAsmPrinter.cpp119 if (!lowerRISCVMachineInstrToMCInst(MI, TmpInst, *this)) in emitInstruction()