Searched refs:OutMO (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCMCInstLower.cpp | 163 MCOperand &OutMO, AsmPrinter &AP) { in LowerPPCMachineOperandToMCOperand() argument 175 OutMO = MCOperand::createReg(MO.getReg()); in LowerPPCMachineOperandToMCOperand() 178 OutMO = MCOperand::createImm(MO.getImm()); in LowerPPCMachineOperandToMCOperand() 181 OutMO = MCOperand::createExpr( in LowerPPCMachineOperandToMCOperand() 186 OutMO = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP); in LowerPPCMachineOperandToMCOperand() 189 OutMO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP); in LowerPPCMachineOperandToMCOperand() 192 OutMO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP); in LowerPPCMachineOperandToMCOperand() 195 OutMO = in LowerPPCMachineOperandToMCOperand() 199 OutMO = GetSymbolRef(MO, MO.getMCSymbol(), AP); in LowerPPCMachineOperandToMCOperand()
|
| H A D | PPC.h | 59 MCOperand &OutMO, AsmPrinter &AP);
|