Home
last modified time | relevance | path

Searched refs:Canonical (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm/test/Transforms/IndVarSimplify/
D2003-09-23-NotAtTop.ll12 ; CHECK-NEXT: Canonical
14 %Canonical = phi i32 [ 0, %0 ], [ %CanonicalNext, %Loop ] ; <i32> [#uses=2]
15 store i32 %Canonical, i32* null
17 %CanonicalNext = add i32 %Canonical, 1 ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
D2003-09-23-NotAtTop.ll12 ; CHECK-NEXT: Canonical
14 %Canonical = phi i32 [ 0, %0 ], [ %CanonicalNext, %Loop ] ; <i32> [#uses=2]
15 store i32 %Canonical, i32* null
17 %CanonicalNext = add i32 %Canonical, 1 ; <i32> [#uses=1]
/external/libxml2/os400/libxmlrpg/
Dc14n.rpgle1 * Summary: Provide Canonical XML and Exclusive XML Canonicalization
4 * "Canonical XML" implementation
34 * Canonical form of an XML document could be created if and only if
/external/clang/lib/AST/
DStmtProfile.cpp30 bool Canonical; member in __anon30c465f70111::StmtProfiler
34 bool Canonical) in StmtProfiler() argument
35 : ID(ID), Context(Context), Canonical(Canonical) { } in StmtProfiler()
736 if (!Canonical) in VisitDeclRefExpr()
739 if (!Canonical) in VisitDeclRefExpr()
841 if (!Canonical) in VisitMemberExpr()
1638 if (Canonical && D) { in VisitDecl()
1683 if (Canonical) in VisitType()
1694 if (Canonical) in VisitNestedNameSpecifier()
1700 if (Canonical) in VisitTemplateName()
[all …]
DASTContext.cpp448 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local
450 ParsedComments.find(Canonical); in getCommentForDecl()
453 if (Canonical != D) { in getCommentForDecl()
544 ParsedComments[Canonical] = FC; in getCommentForDecl()
595 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local
597 if (Canonical) in getCanonicalTemplateTemplateParmDecl()
598 return Canonical->getParam(); in getCanonicalTemplateTemplateParmDecl()
667 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos); in getCanonicalTemplateTemplateParmDecl()
668 assert(!Canonical && "Shouldn't be in the map!"); in getCanonicalTemplateTemplateParmDecl()
669 (void)Canonical; in getCanonicalTemplateTemplateParmDecl()
[all …]
/external/clang/docs/
DTooling.rst17 Canonical examples of when to use LibClang:
41 Canonical examples of when to use Clang Plugins:
64 tools, as well as integrating into services that run clang tools. Canonical
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dmips-got.test36 GOT-EXE-NEXT: Canonical gp value: 0x418880
83 GOT-SO-NEXT: Canonical gp value: 0x188D0
200 GOT-TLS-NEXT: Canonical gp value: 0x18BF0
332 GOT-EMPTY-NEXT: Canonical gp value: 0x409FF0
355 GOT-STATIC-NEXT: Canonical gp value: 0x418100
392 GNU-GOT-EXE-NEXT: Canonical gp value: 00418880
422 GNU-GOT-SO-NEXT: Canonical gp value: 000188d0
450 GNU-GOT-TLS-NEXT: Canonical gp value: 0000000000018bf0
481 GNU-GOT-EMPTY: Canonical gp value: 00409ff0
489 GNU-GOT-STATIC-NEXT: Canonical gp value: 00418100
Dmips-got-overlapped.test11 CHECK-NEXT: Canonical gp value: 0x418270
Dmips-plt.test40 GNU-NEXT: Canonical gp value: 00418840
/external/python/pyasn1/docs/source/pyasn1/codec/cer/
Dcontents.rst2 Canonical Encoding Rules
/external/jacoco/org.jacoco.core.test.validation.groovy/src/org/jacoco/core/test/validation/groovy/targets/
DGroovyDataClassTarget.groovy22 @groovy.transform.Canonical
/external/skia/tools/doxygen/mainpage/
Dmainpage.dox16 - Canonical source tree:
/external/llvm/test/tools/llvm-readobj/
Dmips-got.test15 GOT-EXE-NEXT: Canonical gp value: 0x418880
62 GOT-SO-NEXT: Canonical gp value: 0x188D0
179 GOT-TLS-NEXT: Canonical gp value: 0x18BF0
311 GOT-EMPTY-NEXT: Canonical gp value: 0x409FF0
Dmips-got-overlapped.test11 CHECK-NEXT: Canonical gp value: 0x418270
/external/clang/include/clang/AST/
DType.h3000 QualType Canonical, bool Dependent,
3004 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
3043 FunctionNoProtoType(QualType Result, QualType Canonical, ExtInfo Info)
3044 : FunctionType(FunctionNoProto, Result, Canonical,
4385 QualType Canonical, bool Dependent,
4388 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
4762 ObjCObjectType(QualType Canonical, QualType Base,
4903 ObjCObjectTypeImpl(QualType Canonical, QualType Base,
4907 : ObjCObjectType(Canonical, Base, typeArgs, protocols, isKindOf) {}
4997 ObjCObjectPointerType(QualType Canonical, QualType Pointee)
[all …]
/external/skia/site/
Dindex_zh.md22 <!-- Canonical source tree: -->
Dindex.md14 * Canonical source tree:
/external/skqp/site/
Dindex.md14 * Canonical source tree:
Dindex_zh.md22 <!-- Canonical source tree: -->
/external/v8/src/regexp/
Dregexp-compiler-tonode.cc469 static unibrow::uchar Canonical( in Canonical() function
489 character1 = Canonical(canonicalize, character1); in CompareFirstCharCaseIndependent()
490 character2 = Canonical(canonicalize, character2); in CompareFirstCharCaseIndependent()
593 new_prefix = Canonical(canonicalize, new_prefix); in RationalizeConsecutiveAtoms()
594 common_prefix = Canonical(canonicalize, common_prefix); in RationalizeConsecutiveAtoms()
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto29 // Canonical example of "alpha * X + Y":
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll35 ; latch block. Canonical unrolling incorrectly unrolls it, but SCEV
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc100 HloPrintOptions::Canonical(), &canonical_name_map), in ComputeThunkAnnotations()
/external/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll35 ; latch block. Canonical unrolling incorrectly unrolls it, but SCEV
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc1568 auto options = HloPrintOptions().Canonical(); in TEST_F()
1618 auto options = HloPrintOptions().Canonical(); in TEST_F()
1679 auto options = HloPrintOptions().Canonical(); in TEST_F()

123