Lines Matching refs:AP
33 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() argument
34 return AP.MMI->getObjFileInfo<MachineModuleInfoMachO>(); in getMachOMMI()
38 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, AsmPrinter &AP){ in GetSymbolFromOperand() argument
39 const TargetMachine &TM = AP.TM; in GetSymbolFromOperand()
40 Mangler *Mang = AP.Mang; 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()
142 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst() argument
165 MO.getMBB()->getSymbol(), AP.OutContext)); in LowerPPCMachineInstrToMCInst()
169 MCOp = GetSymbolRef(MO, GetSymbolFromOperand(MO, AP), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
172 MCOp = GetSymbolRef(MO, AP.GetJTISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
175 MCOp = GetSymbolRef(MO, AP.GetCPISymbol(MO.getIndex()), AP, isDarwin); in LowerPPCMachineInstrToMCInst()
178 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP, in LowerPPCMachineInstrToMCInst()