Lines Matching refs:AP
30 const AsmPrinter &AP) { in lowerSymbolOperand() argument
31 MCContext &Ctx = AP.OutContext; in lowerSymbolOperand()
92 const AsmPrinter &AP) { in lowerRISCVMachineOperandToMCOperand() argument
109 MCOp = lowerSymbolOperand(MO, MO.getMBB()->getSymbol(), AP); in lowerRISCVMachineOperandToMCOperand()
112 MCOp = lowerSymbolOperand(MO, AP.getSymbolPreferLocal(*MO.getGlobal()), AP); in lowerRISCVMachineOperandToMCOperand()
116 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in lowerRISCVMachineOperandToMCOperand()
120 MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), AP); in lowerRISCVMachineOperandToMCOperand()
123 MCOp = lowerSymbolOperand(MO, AP.GetCPISymbol(MO.getIndex()), AP); in lowerRISCVMachineOperandToMCOperand()
126 MCOp = lowerSymbolOperand(MO, AP.GetJTISymbol(MO.getIndex()), AP); in lowerRISCVMachineOperandToMCOperand()
214 AsmPrinter &AP) { in lowerRISCVMachineInstrToMCInst() argument
222 if (lowerRISCVMachineOperandToMCOperand(MO, MCOp, AP)) in lowerRISCVMachineInstrToMCInst()
235 AP.emitNops(Num); in lowerRISCVMachineInstrToMCInst()