HomeSort by relevance Sort by last modified time
    Searched defs:AP (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 36 AsmPrinter ≈
39 APByteStreamer(AsmPrinter &Asm) : AP(Asm) {}
41 AP.OutStreamer.AddComment(Comment);
42 AP.EmitInt8(Byte);
45 AP.OutStreamer.AddComment(Comment);
46 AP.EmitSLEB128(DWord);
49 AP.OutStreamer.AddComment(Comment);
50 AP.EmitULEB128(DWord);
OcamlGCPrinter.cpp 36 void beginAssembly(AsmPrinter &AP) override;
37 void finishAssembly(AsmPrinter &AP) override;
47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) {
61 AP.Mang->getNameWithPrefix(TmpStr, SymName);
63 MCSymbol *Sym = AP.OutContext.GetOrCreateSymbol(TmpStr);
65 AP.OutStreamer.EmitSymbolAttribute(Sym, MCSA_Global);
66 AP.OutStreamer.EmitLabel(Sym);
69 void OcamlGCMetadataPrinter::beginAssembly(AsmPrinter &AP) {
70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection())
    [all...]
AsmPrinterInlineAsm.cpp 160 AsmPrinter *AP, unsigned LocCookie,
236 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
239 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
258 int AsmPrinterVariant, AsmPrinter *AP,
337 AP->PrintSpecial(MI, OS, Val.c_str());
406 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
410 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
480 AsmPrinter *AP = const_cast<AsmPrinter*>(this);
483 AP, LocCookie, OS);
485 EmitMSInlineAsmStr(AsmStr, MI, MMI, InlineAsmVariant, AP, LocCookie, OS)
    [all...]
DIEHash.h 92 DIEHash(AsmPrinter *A = nullptr) : AP(A) {}
164 AsmPrinter *AP;
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFFieldDictionary_autogen.cpp 119 SkPdfDictionary* SkPdfFDFFieldDictionary::AP(SkPdfNativeDoc* doc) {
120 SkPdfNativeObject* ret = get("AP", "");
128 return get("AP", "") != NULL;
SkPdfAnnotationDictionary_autogen.cpp 143 SkPdfDictionary* SkPdfAnnotationDictionary::AP(SkPdfNativeDoc* doc) {
144 SkPdfNativeObject* ret = get("AP", "");
152 return get("AP", "") != NULL;
  /external/eigen/blas/
chpmv.f 1 SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 COMPLEX AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - COMPLEX array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
dspmv.f 1 SUBROUTINE DSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 DOUBLE PRECISION AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - DOUBLE PRECISION array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
sspmv.f 1 SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 REAL AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - REAL array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
zhpmv.f 1 SUBROUTINE ZHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 DOUBLE COMPLEX AP(*),X(*),Y(*)
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - COMPLEX*16 array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP( 3 ) contain a( 1, 2
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFFieldDictionary_autogen.cpp 119 SkPdfDictionary* SkPdfFDFFieldDictionary::AP(SkPdfNativeDoc* doc) {
120 SkPdfNativeObject* ret = get("AP", "");
128 return get("AP", "") != NULL;
SkPdfAnnotationDictionary_autogen.cpp 143 SkPdfDictionary* SkPdfAnnotationDictionary::AP(SkPdfNativeDoc* doc) {
144 SkPdfNativeObject* ret = get("AP", "");
152 return get("AP", "") != NULL;
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 31 AP,
240 /** \class StringHash<AP>
241 * \brief AP hash function
245 struct StringHash<AP> : public std::unary_function<const llvm::StringRef&, uint32_t>
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.cc 50 #define AP 5 // '
70 NL,EX,QU,NL, NL,NL,PL,AP, NL,NL,NL,NL, NL,HY,NL,SL,
94 #undef AP
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 119 StackMaps(AsmPrinter &AP);
156 AsmPrinter &AP;
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 46 LowerConstant(const llvm::Constant *CV, llvm::AsmPrinter &AP);
98 NVPTXAsmPrinter &AP;
103 : O(_O), AP(_AP) {
108 EmitGeneric = AP.EmitGeneric;
151 if (AP.nvptxSubtarget.is64Bit())
159 MCSymbol *Name = AP.getSymbol(GVar);
173 O << *nvptx::LowerConstant(Cexpr, AP);
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 98 void generateDeallocatorMismatchReport(const AllocationPair &AP,
106 BugReport *generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
124 void markInteresting(BugReport *R, const AllocationPair &AP) const {
125 R->markInteresting(AP.first);
126 R->markInteresting(AP.second->Region);
255 generateDeallocatorMismatchReport(const AllocationPair &AP,
259 State = State->remove<AllocatedData>(AP.first);
268 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx;
273 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
275 markInteresting(Report, AP);
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 522 Pass *AP = *I;
523 LastUser[AP] = P;
525 if (P == AP)
528 // Update the last users of passes that are required transitive by AP.
529 AnalysisUsage *AnUsage = findAnalysisUsage(AP);
555 // If AP is the last user of other passes then make P last user of
559 if (LUI->second == AP)
875 if (Pass *AP = findAnalysisPass(AID, true)) {
876 TimeRegion PassTimer(getPassTimer(AP));
877 AP->verifyAnalysis()
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 1067 milliseconds