HomeSort by relevance Sort by last modified time
    Searched refs:IR (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/llvm/lib/IR/
Makefile 1 ##===- lib/IR/Makefile -------------------------------------*- Makefile -*-===##
13 BUILT_SOURCES = $(PROJ_OBJ_ROOT)/include/llvm/IR/Intrinsics.gen
17 GENFILE:=$(PROJ_OBJ_ROOT)/include/llvm/IR/Intrinsics.gen
19 INTRINSICTD := $(PROJ_SRC_ROOT)/include/llvm/IR/Intrinsics.td
20 INTRINSICTDS := $(wildcard $(PROJ_SRC_ROOT)/include/llvm/IR/Intrinsics*.td)
26 $(GENFILE): $(ObjDir)/Intrinsics.gen.tmp $(PROJ_OBJ_ROOT)/include/llvm/IR/.dir
32 $(Echo) Installing $(DESTDIR)$(PROJ_includedir)/llvm/IR/Intrinsics.gen
33 $(Verb) $(DataInstall) $(GENFILE) $(DESTDIR)$(PROJ_includedir)/llvm/IR/Intrinsics.gen
  /external/llvm/unittests/IR/
Makefile 1 ##===- unittests/IR/Makefile -------------------------------*- Makefile -*-===##
11 TESTNAME = IR
  /external/llvm/lib/
Makefile 13 PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
  /external/llvm/unittests/
Makefile 12 PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
  /frameworks/compile/libbcc/lib/Core/
BCCContextImpl.h 21 #include <llvm/IR/LLVMContext.h>
Source.cpp 22 #include <llvm/IR/LLVMContext.h>
23 #include <llvm/IR/Module.h>
24 #include <llvm/IR/Verifier.h>
  /art/compiler/llvm/
runtime_support_builder_x86.cc 24 #include <llvm/IR/DerivedTypes.h>
25 #include <llvm/IR/Function.h>
26 #include <llvm/IR/InlineAsm.h>
27 #include <llvm/IR/Module.h>
28 #include <llvm/IR/Type.h>
runtime_support_builder_arm.cc 23 #include <llvm/IR/DerivedTypes.h>
24 #include <llvm/IR/Function.h>
25 #include <llvm/IR/InlineAsm.h>
26 #include <llvm/IR/Module.h>
27 #include <llvm/IR/Type.h>
101 // LLVM can delete the first one if the caller in LLVM IR doesn't use the return value.
intrinsic_helper.cc 21 #include <llvm/IR/Attributes.h>
22 #include <llvm/IR/DerivedTypes.h>
23 #include <llvm/IR/Function.h>
24 #include <llvm/IR/IRBuilder.h>
25 #include <llvm/IR/Intrinsics.h>
runtime_support_builder.cc 26 #include <llvm/IR/DerivedTypes.h>
27 #include <llvm/IR/Function.h>
28 #include <llvm/IR/Module.h>
29 #include <llvm/IR/Type.h>
ir_builder.cc 21 #include <llvm/IR/Module.h>
llvm_compilation_unit.cc 51 #include <llvm/IR/DataLayout.h>
52 #include <llvm/IR/DerivedTypes.h>
53 #include <llvm/IR/LLVMContext.h>
54 #include <llvm/IR/Module.h>
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 23 #include <llvm/IR/DerivedTypes.h>
24 #include <llvm/IR/Function.h>
25 #include <llvm/IR/Instructions.h>
26 #include <llvm/IR/IRBuilder.h>
27 #include <llvm/IR/Module.h>
30 #include <llvm/IR/Type.h>
  /external/llvm/
llvm-gen-intrinsics.mk 2 INTRINSICTD := $(LLVM_ROOT_PATH)/include/llvm/IR/Intrinsics.td
11 GENFILE := $(addprefix $(call local-generated-sources-dir)/llvm/IR/,Intrinsics.gen)
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 60 .IR text ,
67 .IR text ,
82 .IR filename .
86 .IR filename .
97 .IR label ;
106 .IR label ;
115 .IR label ;
125 .IR text ,
170 .IR replacement .
178 .IR regexp
    [all...]
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.mli 10 (** IR reader.
17 (** [parse_ir context mb] parses the IR for a new module [m] from the
  /external/bison/doc/
bison.x 7 .IR yacc (1).
10 .IR yacc .
17 .IR yacc ,
30 .IR yacc 's
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 11 template<int &ip> struct IR {};
32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}}
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 132 DeltaTreeInteriorNode(const InsertResult &IR)
134 Children[0] = IR.LHS;
135 Children[1] = IR.RHS;
136 Values[0] = IR.Split;
137 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta;
  /external/llvm/include/llvm/IR/
PassManager.h 13 /// which supports a method to 'run' it over a unit of IR can be used as
15 /// which run over a particular IR construct, and run each of them in sequence
16 /// over each such construct in the containing IR construct. As there is no
17 /// containing IR construct for a Module, a manager for passes over modules
21 /// The core IR library provides managers for running passes over
44 #include "llvm/IR/Function.h"
45 #include "llvm/IR/Module.h"
64 /// the IR is not mutated at all.
168 /// \brief The polymorphic API which runs the pass over a given IR entity.
173 virtual PreservedAnalyses run(IRUnitT IR, AnalysisManagerT *AM) = 0
    [all...]
  /external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
ChromePass.java 8 import com.google.javascript.rhino.IR;
135 Node definitionNode = IR.exprResult(getPropNode).srcref(parent);
145 return IR.string("string");
148 return IR.string("boolean");
241 IR.exprResult(methodDeclaration).srcrefTree(exprResult),
328 * For a string "a.b.c" produce the following JS IR:
395 Node exprResult = IR.exprResult(
396 IR.assign(buildQualifiedName(n.getFirstChild()), functionTree).srcref(n)
420 exprResult = IR.exprResult(buildQualifiedName(n)).srcref(parent);
422 exprResult = IR.exprResult
    [all...]
  /external/llvm/test/Bindings/Ocaml/
irreader.ml 33 (*===-- IR Reader ---------------------------------------------------------===*)
  /art/compiler/dex/portable/
mir_to_gbc.h 21 #include <llvm/IR/BasicBlock.h>
22 #include <llvm/IR/IRBuilder.h>
23 #include <llvm/IR/LLVMContext.h>
24 #include <llvm/IR/Module.h>
  /art/compiler/jni/portable/
jni_compiler.cc 36 #include <llvm/IR/BasicBlock.h>
37 #include <llvm/IR/DerivedTypes.h>
38 #include <llvm/IR/Function.h>
39 #include <llvm/IR/Type.h>
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 205 void setInReg(bool IR) {
207 InReg = IR;
233 void setIndirectRealign(bool IR) {
235 IndirectRealign = IR;

Completed in 912 milliseconds

1 2 3