HomeSort by relevance Sort by last modified time
    Searched refs:Transforms (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/
Makefile 13 PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
  /external/llvm/unittests/
Makefile 14 Support Transforms
  /external/nanopb-c/tools/
make_windows_package.sh 40 <file name="msvcr90.dll" hashalg="SHA1" hash="e0dcdcbfcb452747da530fae6b000d47c8674671"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>KSaO8M0iCtPF6YEr79P1dZsnomY=</dsig:DigestValue></asmv2:hash></file> <file name="msvcp90.dll" hashalg="SHA1" hash="81efe890e4ef2615c0bb4dda7b94bea177c86ebd"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>ojDmTgpYMFRKJYkPcM6ckpYkWUU=</dsig:DigestValue></asmv2:hash></file> <file name="msvcm90.dll" hashalg="SHA1" hash="5470081b336abd7b82c6387567a661a729483b04"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>tVogb8kezDre2mXShlIqpp8ErIg=</dsig:DigestValue></asmv2:hash></file>
  /external/llvm/
Android.mk 52 lib/Transforms/Hello \
53 lib/Transforms/IPO \
54 lib/Transforms/InstCombine \
55 lib/Transforms/Instrumentation \
56 lib/Transforms/ObjCARC \
57 lib/Transforms/Scalar \
58 lib/Transforms/Utils \
59 lib/Transforms/Vectorize \
  /external/clang/lib/ARCMigrate/
Android.mk 30 Transforms.cpp \
  /external/llvm/bindings/ocaml/transforms/vectorize/
llvm_vectorize.mli 10 (** Vectorize Transforms.
12 This interface provides an OCaml API for LLVM vectorize transforms, the
  /external/llvm/utils/
GenLibDeps.pl 102 $libpath =~ s/^Instrumentation/Transforms\/Instrumentation/;
105 $libpath =~ s/^ScalarOpts/Transforms\/Scalar/;
106 $libpath =~ s/^TransformUtils/Transforms\/Utils/;
108 $libpath =~ s/^ipo/Transforms\/IPO/;
143 $libpath =~ s/^Instrumentation/Transforms\/Instrumentation/;
146 $libpath =~ s/^ScalarOpts/Transforms\/Scalar/;
147 $libpath =~ s/^TransformUtils/Transforms\/Utils/;
149 $libpath =~ s/^ipo/Transforms\/IPO/;
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 39 * A change in parent is handled as well by capturing the transforms from
48 private static final String PROPNAME_TRANSFORMS = "android:changeTransform:transforms";
110 * change doesn't use an overlay, it affects the transforms of the child. The
132 * change doesn't use an overlay, it affects the transforms of the child. The
154 * changes are tracked, then the transform will adjust to the transforms of the
155 * different parents. If they aren't tracked, only the transforms of the transitioning
167 * changes are tracked, then the transform will adjust to the transforms of the
168 * different parents. If they aren't tracked, only the transforms of the transitioning
190 Transforms transforms = new Transforms(view) local
280 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS); local
    [all...]
  /external/llvm/test/Bindings/OCaml/
vectorize.ml 35 (*===-- Transforms --------------------------------------------------------===*)
55 suite "transforms" test_transforms;
ipo.ml 36 (*===-- Transforms --------------------------------------------------------===*)
71 suite "transforms" test_transforms;
scalar_opts.ml 35 (*===-- Transforms --------------------------------------------------------===*)
91 suite "transforms" test_transforms;
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm_emit.cpp 42 #include <llvm/Transforms/Scalar.h>
radeon_setup_tgsi_llvm.c 41 #include <llvm-c/Transforms/Scalar.h>
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 29 #include <llvm/Transforms/IPO.h>
30 #include <llvm/Transforms/IPO/PassManagerBuilder.h>
31 #include <llvm/Transforms/Scalar.h>
32 #include <llvm/Transforms/Vectorize.h>
  /external/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.mli 10 (** IPO Transforms.
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 39 #include <llvm/Transforms/IPO.h>
40 #include <llvm/Transforms/IPO/PassManagerBuilder.h>
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvokeHelperPass.cpp 34 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
RSKernelExpand.cpp 36 #include <llvm/Transforms/Utils/BasicBlockUtils.h>
    [all...]
  /external/llvm/bindings/ocaml/transforms/scalar_opts/
llvm_scalar_opts.mli 10 (** Scalar Transforms.
12 This interface provides an OCaml API for LLVM scalar transforms, the
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 41 #include <llvm-c/Transforms/Scalar.h>
142 /* These are the passes currently listed in llvm-c/Transforms/Scalar.h,
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 775 milliseconds