Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp60 bool llvm::LowerRISCVMachineOperandToMCOperand(const MachineOperand &MO, in LowerRISCVMachineOperandToMCOperand() function in llvm
105 if (LowerRISCVMachineOperandToMCOperand(MO, MCOp, AP)) in LowerRISCVMachineInstrToMCInst()
H A DRISCV.h33 bool LowerRISCVMachineOperandToMCOperand(const MachineOperand &MO,
H A DRISCVAsmPrinter.cpp58 return LowerRISCVMachineOperandToMCOperand(MO, MCOp, *this); in lowerOperand()