Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.h35 bool LowerRISCVMachineOperandToMCOperand(const MachineOperand &MO,
H A DRISCVMCInstLower.cpp90 bool llvm::LowerRISCVMachineOperandToMCOperand(const MachineOperand &MO, in LowerRISCVMachineOperandToMCOperand() function in llvm
216 if (LowerRISCVMachineOperandToMCOperand(MO, MCOp, AP)) in lowerRISCVMachineInstrToMCInst()
H A DRISCVAsmPrinter.cpp65 return LowerRISCVMachineOperandToMCOperand(MO, MCOp, *this); in lowerOperand()