Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCV.h38 bool lowerRISCVMachineOperandToMCOperand(const MachineOperand &MO,
H A DRISCVMCInstLower.cpp90 bool llvm::lowerRISCVMachineOperandToMCOperand(const MachineOperand &MO, in lowerRISCVMachineOperandToMCOperand() function in llvm
222 if (lowerRISCVMachineOperandToMCOperand(MO, MCOp, AP)) in lowerRISCVMachineInstrToMCInst()
H A DRISCVAsmPrinter.cpp66 return lowerRISCVMachineOperandToMCOperand(MO, MCOp, *this); in lowerOperand()