/external/swiftshader/third_party/LLVM/tools/ |
D | Makefile | 23 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/ |
D | Makefile | 15 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/ |
D | Makefile | 13 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/ |
D | Makefile | 11 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/ |
D | Makefile | 11 PARALLEL_DIRS = googletest UnitTestMain macro
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/ |
D | Makefile | 11 PARALLEL_DIRS = Reader Writer macro
|
/external/swiftshader/third_party/LLVM/unittests/Transforms/ |
D | Makefile | 12 PARALLEL_DIRS = Utils macro
|
/external/swiftshader/third_party/LLVM/bindings/ |
D | Makefile | 14 PARALLEL_DIRS = $(BINDINGS_TO_BUILD) macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | Makefile | 13 PARALLEL_DIRS := MCParser MCDisassembler macro
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | Makefile | 11 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld macro
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | Makefile | 18 PARALLEL_DIRS := $(TARGETS_TO_BUILD) macro
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/ |
D | Makefile | 13 PARALLEL_DIRS:= Chapter2 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7 macro
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/ |
D | Makefile | 13 PARALLEL_DIRS:= Chapter2 Chapter3 Chapter4 Chapter5 Chapter6 Chapter7 macro
|
/external/swiftshader/third_party/LLVM/unittests/ |
D | Makefile | 12 PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis macro
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/ |
D | Makefile | 16 PARALLEL_DIRS = JIT macro
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Makefile | 12 PARALLEL_DIRS = SelectionDAG AsmPrinter macro
|
/external/swiftshader/third_party/LLVM/lib/ |
D | Makefile | 13 PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \ macro
|
/external/swiftshader/third_party/LLVM/utils/ |
D | Makefile | 11 PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \ macro
|
/external/swiftshader/third_party/subzero/ |
D | Makefile | 6 PARALLEL_DIRS := macro
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.rules | 809 …PARALLEL_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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Projects.rst | 131 ``PARALLEL_DIRS``
|
/external/llvm/docs/ |
D | Projects.rst | 131 ``PARALLEL_DIRS``
|