Home
last modified time | relevance | path

Searched refs:OutMO (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp189 MCOperand &OutMO, AsmPrinter &AP) { in LowerPPCMachineOperandToMCOperand() argument
200 OutMO = in LowerPPCMachineOperandToMCOperand()
207 OutMO = MCOperand::createReg(MO.getReg()); in LowerPPCMachineOperandToMCOperand()
210 OutMO = MCOperand::createImm(MO.getImm()); in LowerPPCMachineOperandToMCOperand()
213 OutMO = MCOperand::createExpr( in LowerPPCMachineOperandToMCOperand()
218 OutMO = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP); in LowerPPCMachineOperandToMCOperand()
221 OutMO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP); in LowerPPCMachineOperandToMCOperand()
224 OutMO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP); in LowerPPCMachineOperandToMCOperand()
227 OutMO = in LowerPPCMachineOperandToMCOperand()
231 OutMO = GetSymbolRef(MO, MO.getMCSymbol(), AP); in LowerPPCMachineOperandToMCOperand()
H A DPPC.h59 MCOperand &OutMO, AsmPrinter &AP);