HomeSort by relevance Sort by last modified time
    Searched refs:IR (Results 1 - 25 of 63) 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>
Compiler.cpp 22 #include <llvm/IR/LegacyPassManager.h>
23 #include <llvm/IR/Module.h>
26 #include <llvm/IR/DataLayout.h>
  /frameworks/compile/libbcc/lib/Renderscript/
RSIsThreadablePass.cpp 22 #include <llvm/IR/Instructions.h>
23 #include <llvm/IR/Metadata.h>
24 #include <llvm/IR/Module.h>
25 #include <llvm/IR/Function.h>
RSInvariant.cpp 20 #include <llvm/IR/Function.h>
21 #include <llvm/IR/Instructions.h>
22 #include <llvm/IR/Metadata.h>
23 #include <llvm/IR/Module.h>
24 #include <llvm/IR/Type.h>
RSScreenFunctionsPass.cpp 23 #include <llvm/IR/Instructions.h>
24 #include <llvm/IR/Module.h>
25 #include <llvm/IR/Function.h>
RSEmbedInfo.cpp 27 #include <llvm/IR/DerivedTypes.h>
28 #include <llvm/IR/Function.h>
29 #include <llvm/IR/Instructions.h>
30 #include <llvm/IR/IRBuilder.h>
31 #include <llvm/IR/Module.h>
34 #include <llvm/IR/Type.h>
RSInvokeHelperPass.cpp 24 #include <llvm/IR/DataLayout.h>
25 #include <llvm/IR/DerivedTypes.h>
26 #include <llvm/IR/Function.h>
27 #include <llvm/IR/Instructions.h>
28 #include <llvm/IR/IRBuilder.h>
29 #include <llvm/IR/MDBuilder.h>
30 #include <llvm/IR/Module.h>
31 #include <llvm/IR/Type.h>
RSX86CallConvPass.cpp 24 #include <llvm/IR/CallSite.h>
25 #include <llvm/IR/Type.h>
26 #include <llvm/IR/Instructions.h>
27 #include <llvm/IR/Module.h>
28 #include <llvm/IR/Function.h>
RSGlobalInfoPass.cpp 23 #include <llvm/IR/Constant.h>
24 #include <llvm/IR/Constants.h>
25 #include <llvm/IR/Type.h>
26 #include <llvm/IR/Module.h>
27 #include <llvm/IR/Function.h>
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSUtils.h 22 #include <llvm/IR/Type.h>
23 #include <llvm/IR/DerivedTypes.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)
  /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"
46 #include "llvm/IR/PassManagerInternal.h"
68 /// the IR is not mutated at all.
169 /// \brief Manages a sequence of passes over units of IR
    [all...]
PassManagerInternal.h 38 /// \brief The polymorphic API which runs the pass over a given IR entity.
43 virtual PreservedAnalyses run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM) = 0;
99 PreservedAnalysesT run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM) override {
100 return Pass.run(IR, AM);
125 PreservedAnalysesT run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM) override {
126 return Pass.run(IR);
134 /// This concept is parameterized over the IR unit that this result pertains
142 /// unit of the IR, it will call this method on all of the results cached.
145 /// to avoid invalidation because the pass which changed the underlying IR
149 virtual bool invalidate(IRUnitT &IR, const PreservedAnalyses &PA) = 0
    [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/
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/test/Bindings/OCaml/
irreader.ml 33 (*===-- IR Reader ---------------------------------------------------------===*)
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 23 #include <llvm/IR/AssemblyAnnotationWriter.h>
24 #include <llvm/IR/LLVMContext.h>
25 #include <llvm/IR/Module.h>
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 208 void setInReg(bool IR) {
210 InReg = IR;
236 void setIndirectRealign(bool IR) {
238 IndirectRealign = IR;

Completed in 1297 milliseconds

1 2 3