Searched defs:AP (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DGCMetadataPrinter.cpp21 void GCMetadataPrinter::beginAssembly(AsmPrinter &AP) { argument
25 void GCMetadataPrinter::finishAssembly(AsmPrinter &AP) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp145 LowerAArch64MachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, AArch64AsmPrinter &AP) argument
/freebsd-10-stable/lib/csu/ia64/
H A Dcrt1.S35 #define AP in0 define
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp49 void ErlangGCPrinter::beginAssembly(AsmPrinter &AP) { } argument
51 void ErlangGCPrinter::finishAssembly(AsmPrinter &AP) { argument
[all...]
H A DOcamlGCPrinter.cpp47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { argument
69 void OcamlGCMetadataPrinter::beginAssembly(AsmPrinter &AP) { argument
71 EmitCamlGlobal(getModule(), AP, "code_begin"); local
74 EmitCamlGlobal(getModule(), AP, "data_begin"); local
93 finishAssembly(AsmPrinter &AP) argument
97 EmitCamlGlobal(getModule(), AP, "code_end"); local
100 EmitCamlGlobal(getModule(), AP, "data_end"); local
106 EmitCamlGlobal(getModule(), AP, "frametable"); local
[all...]
H A DDIE.cpp244 unsigned DIEInteger::SizeOf(AsmPrinter *AP, dwarf::Form Form) const { argument
279 void DIEExpr::EmitValue(AsmPrinter *AP, dwar argument
285 SizeOf(AsmPrinter *AP, dwarf::Form Form) const argument
305 EmitValue(AsmPrinter *AP, dwarf::Form Form) const argument
314 SizeOf(AsmPrinter *AP, dwarf::Form Form) const argument
333 EmitValue(AsmPrinter *AP, dwarf::Form Form) const argument
339 SizeOf(AsmPrinter *AP, dwarf::Form Form) const argument
358 EmitValue(AsmPrinter *AP, dwarf::Form Form) const argument
364 SizeOf(AsmPrinter *AP, dwarf::Form Form) const argument
381 EmitValue(AsmPrinter *AP, dwarf::Form Form) const argument
385 getRefAddrSize(AsmPrinter *AP) argument
407 ComputeSize(AsmPrinter *AP) argument
435 SizeOf(AsmPrinter *AP, dwarf::Form Form) const argument
[all...]
H A DAsmPrinterInlineAsm.cpp469 AsmPrinter *AP = const_cast<AsmPrinter*>(this); local
140 EmitMSInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, int InlineAsmVariant, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
238 EmitGCCInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, int InlineAsmVariant, int AsmPrinterVariant, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
[all...]
H A DDIE.h398 SizeOf(AsmPrinter *AP, dwarf::Form Form) const argument
[all...]
H A DAsmPrinter.cpp558 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { argument
574 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { argument
1500 lowerConstant(const Constant *CV, AsmPrinter &AP) argument
1685 emitGlobalConstantDataSequential(const ConstantDataSequential *CDS, AsmPrinter &AP) argument
1750 emitGlobalConstantArray(const ConstantArray *CA, AsmPrinter &AP) argument
1765 emitGlobalConstantVector(const ConstantVector *CV, AsmPrinter &AP) argument
1777 emitGlobalConstantStruct(const ConstantStruct *CS, AsmPrinter &AP) argument
1804 emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) argument
1849 emitGlobalConstantLargeInt(const ConstantInt *CI, AsmPrinter &AP) argument
1905 emitGlobalConstantImpl(const Constant *CV, AsmPrinter &AP) argument
2089 emitBasicBlockLoopComments(const MachineBasicBlock &MBB, const MachineLoopInfo *LI, const AsmPrinter &AP) argument
[all...]
H A DDwarfDebug.h251 DwarfUnits(AsmPrinter *AP, FoldingSet<DIEAbbrev> *AS, argument
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp114 LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, ARMAsmPrinter &AP) argument
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp42 HexagonLowerToMC(const MachineInstr* MI, HexagonMCInst& MCI, HexagonAsmPrinter& AP) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp31 LowerSymbolOperand(const MachineInstr *MI, const MachineOperand &MO, AsmPrinter &AP) argument
69 LowerOperand(const MachineInstr *MI, const MachineOperand &MO, AsmPrinter &AP) argument
95 LowerSparcMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, AsmPrinter &AP) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp45 static int cmpRel(const ELFRelocationEntry *AP, const ELFRelocationEntry *BP) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp29 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { argument
34 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, AsmPrinter &AP){ argument
163 LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, AsmPrinter &AP, bool isDarwin) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DStackMaps.h106 StackMaps(AsmPrinter &AP, OperandParser OpParser) argument
157 AsmPrinter &AP; member in class:llvm::StackMaps
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h99 NVPTXAsmPrinter &AP; member in class:llvm::NVPTXAsmPrinter::AggBuffer
H A DNVPTXAsmPrinter.cpp119 const MCExpr *nvptx::LowerConstant(const Constant *CV, AsmPrinter &AP) { argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp255 generateDeallocatorMismatchReport(const AllocationPair &AP, argument
382 const AllocationPair AP = std::make_pair(ArgSM, AS); local
392 const AllocationPair AP = std::make_pair(ArgSM, AS); local
418 const AllocationPair AP = std::make_pair(ArgSM, AS); local
513 generateAllocatedDataNotReleasedReport(const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp518 Pass *AP = *I; local
[all...]
/freebsd-10-stable/libexec/getty/
H A Dgettytab.h150 #define AP gettyflags[4].value macro
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2811 const APInt &AP = CI->getValue(); local

Completed in 162 milliseconds