Home
last modified time | relevance | path

Searched defs:AP (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp234 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf()
269 void DIEExpr::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue()
275 unsigned DIEExpr::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf()
295 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue()
301 unsigned DIELabel::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf()
320 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue()
326 unsigned DIEDelta::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf()
344 void DIEString::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue()
350 unsigned DIEString::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf()
367 void DIEEntry::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue()
[all …]
DOcamlGCPrinter.cpp47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal()
69 void OcamlGCMetadataPrinter::beginAssembly(AsmPrinter &AP) { in beginAssembly()
93 void OcamlGCMetadataPrinter::finishAssembly(AsmPrinter &AP) { in finishAssembly()
DErlangGCPrinter.cpp49 void ErlangGCPrinter::beginAssembly(AsmPrinter &AP) { } in beginAssembly()
51 void ErlangGCPrinter::finishAssembly(AsmPrinter &AP) { in finishAssembly()
DAsmPrinter.cpp533 static void emitImplicitDef(const MachineInstr *MI, AsmPrinter &AP) { in emitImplicitDef()
540 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { in emitKill()
556 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugValueComment()
1461 static const MCExpr *lowerConstant(const Constant *CV, AsmPrinter &AP) { in lowerConstant()
1647 AsmPrinter &AP){ in emitGlobalConstantDataSequential()
1711 static void emitGlobalConstantArray(const ConstantArray *CA, AsmPrinter &AP) { in emitGlobalConstantArray()
1726 static void emitGlobalConstantVector(const ConstantVector *CV, AsmPrinter &AP) { in emitGlobalConstantVector()
1738 static void emitGlobalConstantStruct(const ConstantStruct *CS, AsmPrinter &AP) { in emitGlobalConstantStruct()
1765 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP()
1810 static void emitGlobalConstantLargeInt(const ConstantInt *CI, AsmPrinter &AP) { in emitGlobalConstantLargeInt()
[all …]
DAsmPrinterInlineAsm.cpp142 AsmPrinter *AP, unsigned LocCookie, in EmitMSInlineAsmStr()
240 int AsmPrinterVariant, AsmPrinter *AP, in EmitGCCInlineAsmStr()
469 AsmPrinter *AP = const_cast<AsmPrinter*>(this); in EmitInlineAsm() local
/external/llvm/lib/CodeGen/
DGCMetadataPrinter.cpp21 void GCMetadataPrinter::beginAssembly(AsmPrinter &AP) { in beginAssembly()
25 void GCMetadataPrinter::finishAssembly(AsmPrinter &AP) { in finishAssembly()
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp29 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI()
34 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, AsmPrinter &AP){ in GetSymbolFromOperand()
164 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst()
/external/valgrind/main/coregrind/m_demangle/
Dansidecl.h170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy argument
171 #define VA_CLOSE(AP) } va_end(AP); } argument
172 #define VA_FIXEDARG(AP, T, N) struct Qdmy argument
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp147 AArch64AsmPrinter &AP) { in LowerAArch64MachineInstrToMCInst()
/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp43 HexagonAsmPrinter& AP) { in HexagonLowerToMC()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp255 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport()
382 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
392 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
418 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local
513 generateAllocatedDataNotReleasedReport(const AllocationPair &AP, in generateAllocatedDataNotReleasedReport()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp115 ARMAsmPrinter &AP) { in LowerARMMachineInstrToMCInst()
/external/eigen/blas/
Dchpr.f1 SUBROUTINE CHPR(UPLO,N,ALPHA,X,INCX,AP) argument
8 COMPLEX AP(*),X(*) local
Dsspr.f1 SUBROUTINE SSPR(UPLO,N,ALPHA,X,INCX,AP) argument
8 REAL AP(*),X(*) local
Dzhpr.f1 SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP) argument
8 DOUBLE COMPLEX AP(*),X(*) local
Ddspr.f1 SUBROUTINE DSPR(UPLO,N,ALPHA,X,INCX,AP) argument
8 DOUBLE PRECISION AP(*),X(*) local
Ddspr2.f1 SUBROUTINE DSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP) argument
8 DOUBLE PRECISION AP(*),X(*),Y(*) local
Dchpr2.f1 SUBROUTINE CHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP) argument
8 COMPLEX AP(*),X(*),Y(*) local
Dzhpr2.f1 SUBROUTINE ZHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP) argument
8 DOUBLE COMPLEX AP(*),X(*),Y(*) local
Dsspr2.f1 SUBROUTINE SSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP) argument
8 REAL AP(*),X(*),Y(*) local
Dstpsv.f1 SUBROUTINE STPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) argument
7 REAL AP(*),X(*) local
Dstpmv.f1 SUBROUTINE STPMV(UPLO,TRANS,DIAG,N,AP,X,INCX) argument
7 REAL AP(*),X(*) local
Ddtpmv.f1 SUBROUTINE DTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX) argument
7 DOUBLE PRECISION AP(*),X(*) local
Ddtpsv.f1 SUBROUTINE DTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX) argument
7 DOUBLE PRECISION AP(*),X(*) local
/external/llvm/lib/MC/
DMCELFObjectTargetWriter.cpp45 static int cmpRel(const void *AP, const void *BP) { in cmpRel()

12