/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEMCInstLower.cpp | 30 const MCSymbol *Symbol, AsmPrinter &AP) { in LowerSymbolOperand() 44 AsmPrinter &AP) { in LowerOperand() 78 AsmPrinter &AP) { in LowerVEMachineInstrToMCInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchMCInstLower.cpp | 28 const AsmPrinter &AP) { in lowerSymbolOperand() 136 const AsmPrinter &AP) { in lowerLoongArchMachineOperandToMCOperand() 178 MCInst &OutMI, AsmPrinter &AP) { in lowerLoongArchMachineInstrToMCInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcMCInstLower.cpp | 31 AsmPrinter &AP) { in LowerSymbolOperand() 69 AsmPrinter &AP) { in LowerOperand() 95 AsmPrinter &AP) in LowerSparcMachineInstrToMCInst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | GCMetadataPrinter.h | 58 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in beginAssembly() 62 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in finishAssembly() 67 virtual bool emitStackMaps(StackMaps &SM, AsmPrinter &AP) { return false; } in emitStackMaps()
|
H A D | FaultMaps.h | 69 AsmPrinter ≈ variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | OcamlGCPrinter.cpp | 51 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() 74 AsmPrinter &AP) { in beginAssembly() 99 AsmPrinter &AP) { in finishAssembly()
|
H A D | DIE.cpp | 160 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit() argument 454 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 483 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 515 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 534 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 566 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 618 void DIEInlineString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 643 void DIEEntry::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 832 void DIELocList::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 857 void DIEAddrOffset::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument
|
H A D | DIEHash.h | 35 : AP(A), CU(CU) {} in AP() function 106 AsmPrinter *AP; variable
|
H A D | ErlangGCPrinter.cpp | 43 AsmPrinter &AP) { in finishAssembly()
|
H A D | AsmPrinterInlineAsm.cpp | 136 AsmPrinter *AP, uint64_t LocCookie, in EmitInlineAsmStr() 370 AsmPrinter *AP = const_cast<AsmPrinter*>(this); in emitInlineAsm() local
|
H A D | AsmPrinter.cpp | 1122 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { in emitKill() 1138 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugValueComment() 1245 static bool emitDebugLabelComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugLabelComment() 3351 static void emitGlobalAliasInline(AsmPrinter &AP, uint64_t Offset, in emitGlobalAliasInline() 3364 const DataLayout &DL, const ConstantDataSequential *CDS, AsmPrinter &AP, in emitGlobalConstantDataSequential() 3407 const ConstantArray *CA, AsmPrinter &AP, in emitGlobalConstantArray() 3429 const ConstantVector *CV, AsmPrinter &AP, in emitGlobalConstantVector() 3467 const ConstantStruct *CS, AsmPrinter &AP, in emitGlobalConstantStruct() 3497 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { in emitGlobalConstantFP() 3541 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() [all …]
|
H A D | DwarfFile.cpp | 20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
|
H A D | DwarfExpression.h | 345 const AsmPrinter &AP; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMCInstLower.cpp | 35 AsmPrinter &AP) { in GetSymbolFromOperand() 178 AsmPrinter &AP) { in LowerPPCMachineInstrToMCInst() 189 MCOperand &OutMO, AsmPrinter &AP) { in LowerPPCMachineOperandToMCOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 104 NVPTXAsmPrinter &AP; variable 108 AggBuffer(unsigned size, NVPTXAsmPrinter &AP) in AggBuffer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.h | 31 LanaiMCInstLower(MCContext &CTX, AsmPrinter &AP) : Ctx(CTX), Printer(AP) {} in LanaiMCInstLower()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.h | 32 const AsmPrinter &AP; variable
|
H A D | R600MCInstLower.cpp | 35 const AsmPrinter &AP) in R600MCInstLower()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonMCInstLower.cpp | 98 MCInst &MCB, HexagonAsmPrinter &AP) { in HexagonLowerToMC()
|
H A D | HexagonRegisterInfo.cpp | 197 Register AP = in getReservedRegs() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | FaultMaps.cpp | 26 FaultMaps::FaultMaps(AsmPrinter &AP) : AP(AP) {} in FaultMaps()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 34 M68kMCInstLower::M68kMCInstLower(MachineFunction &MF, M68kAsmPrinter &AP) in M68kMCInstLower()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMMCInstLower.cpp | 140 ARMAsmPrinter &AP) { in LowerARMMachineInstrToMCInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | PrettyStackTrace.cpp | 238 va_list AP; in PrettyStackTraceFormat() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RunLoopAutoreleaseLeakChecker.cpp | 94 const auto *AP = in emitDiagnostics() local
|