Home
last modified time | relevance | path

Searched refs:PARALLEL_DIRS (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/
DMakefile23 PARALLEL_DIRS := opt llvm-as llvm-dis \ macro
36 PARALLEL_DIRS := $(filter-out lldb,$(ONLY_TOOLS)) macro
51 PARALLEL_DIRS += lto
54 PARALLEL_DIRS += bugpoint-passes
60 PARALLEL_DIRS += edis
66 PARALLEL_DIRS += polly
73 PARALLEL_DIRS := $(filter-out bugpoint-passes, \ macro
74 $(PARALLEL_DIRS))
/external/swiftshader/third_party/LLVM/runtime/
DMakefile15 PARALLEL_DIRS := libprofile macro
20 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) macro
24 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) macro
/external/swiftshader/third_party/LLVM/examples/
DMakefile13 PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker macro
16 PARALLEL_DIRS += ParallelJIT
21 PARALLEL_DIRS += ExceptionDemo
24 PARALLEL_DIRS += ExceptionDemo
29 PARALLEL_DIRS += OCaml-Kaleidoscope
/external/swiftshader/third_party/LLVM/lib/Transforms/
DMakefile11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Hello macro
17 PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS)) macro
/external/swiftshader/third_party/LLVM/utils/unittest/
DMakefile11 PARALLEL_DIRS = googletest UnitTestMain macro
/external/swiftshader/third_party/LLVM/lib/Bitcode/
DMakefile11 PARALLEL_DIRS = Reader Writer macro
/external/swiftshader/third_party/LLVM/lib/MC/
DMakefile13 PARALLEL_DIRS := MCParser MCDisassembler macro
/external/swiftshader/third_party/LLVM/bindings/
DMakefile14 PARALLEL_DIRS = $(BINDINGS_TO_BUILD) macro
/external/swiftshader/third_party/LLVM/unittests/Transforms/
DMakefile12 PARALLEL_DIRS = Utils macro
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DMakefile11 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld macro
/external/swiftshader/third_party/LLVM/lib/Target/
DMakefile18 PARALLEL_DIRS := $(TARGETS_TO_BUILD) macro
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/
DMakefile13 PARALLEL_DIRS:= Chapter2 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7 macro
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/
DMakefile13 PARALLEL_DIRS:= Chapter2 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7 macro
/external/swiftshader/third_party/LLVM/unittests/
DMakefile12 PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis macro
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
DMakefile16 PARALLEL_DIRS = JIT macro
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMakefile12 PARALLEL_DIRS = SelectionDAG AsmPrinter macro
/external/swiftshader/third_party/LLVM/lib/
DMakefile13 PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \ macro
/external/swiftshader/third_party/LLVM/utils/
DMakefile11 PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \ macro
/external/swiftshader/third_party/subzero/
DMakefile6 PARALLEL_DIRS := macro
/external/swiftshader/third_party/LLVM/
DMakefile.rules809PARALLEL_DIRS += $(foreach T,$(OPTIONAL_PARALLEL_DIRS),$(shell test -d $(PROJ_SRC_DIR)/$(T) && ech…
815 ifdef PARALLEL_DIRS
817 SubDirs += $(PARALLEL_DIRS)
820 all :: $(addsuffix /.makeall ,$(PARALLEL_DIRS))
821 clean :: $(addsuffix /.makeclean ,$(PARALLEL_DIRS))
822 clean-all:: $(addsuffix /.makeclean-all,$(PARALLEL_DIRS))
823 install :: $(addsuffix /.makeinstall ,$(PARALLEL_DIRS))
824 uninstall:: $(addsuffix /.makeuninstall,$(PARALLEL_DIRS))
825 install-bytecode :: $(addsuffix /.makeinstall-bytecode,$(PARALLEL_DIRS))
826 unitcheck:: $(addsuffix /.makeunitcheck,$(PARALLEL_DIRS))
/external/llvm/docs/
DProjects.rst131 ``PARALLEL_DIRS``