Searched refs:OutMO (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 189 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 D | PPC.h | 59 MCOperand &OutMO, AsmPrinter &AP);
|