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

  /external/llvm/lib/Transforms/
Makefile 11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello
  /external/llvm/lib/Transforms/Scalar/
Android.mk 30 Scalar.cpp \
  /external/clang/lib/CodeGen/
CGValue.h 37 enum Flavor { Scalar, Complex, Aggregate };
45 bool isScalar() const { return V1.getInt() == Scalar; }
51 /// getScalarVal() - Return the Value* of this scalar value.
53 assert(isScalar() && "Not a scalar!");
72 ER.V1.setInt(Scalar);
CGExprScalar.cpp 1 //===--- CGExprScalar.cpp - Emit LLVM Code for Scalar Exprs ---------------===//
10 // This contains code to emit Expr nodes with scalar LLVM types as LLVM code.
39 // Scalar Expression Emitter
101 /// specified destination type, both of which are LLVM scalar types.
106 /// is an LLVM scalar type.
211 // Otherwise, assume the mapping is the scalar directly.
531 "Unknown scalar type to convert");
541 /// specified destination type, both of which are LLVM scalar types.
595 // A scalar can be splatted to an extended vector of the same element type
597 // Cast the scalar to element typ
    [all...]
  /external/llvm/
Android.mk 28 lib/Transforms/Scalar \
  /external/llvm/utils/
GenLibDeps.pl 18 while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
105 $libpath =~ s/^ScalarOpts/Transforms\/Scalar/;
146 $libpath =~ s/^ScalarOpts/Transforms\/Scalar/;
  /external/llvm/bindings/ocaml/transforms/scalar/
llvm_scalar_opts.mli 10 (** Scalar Transforms.
12 This interface provides an ocaml API for LLVM scalar transforms, the
  /frameworks/compile/mclinker/lib/CodeGen/
LLVMTargetMachine.cpp 49 #include <llvm/Transforms/Scalar.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]

Completed in 172 milliseconds