Lines Matching refs:AP
33 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() argument
34 return AP.MMI->getObjFileInfo<MachineModuleInfoMachO>(); in getMachOMMI()
38 AsmPrinter &AP) { in GetSymbolFromOperand() argument
39 const TargetMachine &TM = AP.TM; in GetSymbolFromOperand()
41 const DataLayout &DL = AP.getDataLayout(); in GetSymbolFromOperand()
42 MCContext &Ctx = AP.OutContext; in GetSymbolFromOperand()
66 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand()
73 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
152 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst() argument
157 if (LowerPPCMachineOperandToMCOperand(MI->getOperand(i), MCOp, AP, in LowerPPCMachineInstrToMCInst()
164 MCOperand &OutMO, AsmPrinter &AP, in LowerPPCMachineOperandToMCOperand() argument
181 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), AP.OutContext)); in LowerPPCMachineOperandToMCOperand()
185 OutMO = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineOperandToMCOperand()
188 OutMO = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineOperandToMCOperand()
191 OutMO = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineOperandToMCOperand()
194 OutMO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP, in LowerPPCMachineOperandToMCOperand()