HomeSort by relevance Sort by last modified time
    Searched defs:Compile (Results 26 - 50 of 90) sorted by null

12 3 4

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
45 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
46 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
51 /// @brief Compile each module in the given module set, then add the resulting
72 *Object = Compile(*M);
139 CompileFtor Compile;
IndirectionUtils.h 41 /// @brief Target-independent base class for compile callback management.
46 /// @brief Handle to a newly created compile callback. Can be used to get an
48 /// the compile action for the callback.
51 CompileCallbackInfo(JITTargetAddress Addr, CompileFtor &Compile)
52 : Addr(Addr), Compile(Compile) {}
55 void setCompileAction(CompileFtor Compile) {
56 this->Compile = std::move(Compile);
61 CompileFtor &Compile;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
45 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
46 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
51 /// @brief Compile each module in the given module set, then add the resulting
72 *Object = Compile(*M);
139 CompileFtor Compile;
IndirectionUtils.h 41 /// @brief Target-independent base class for compile callback management.
46 /// @brief Handle to a newly created compile callback. Can be used to get an
48 /// the compile action for the callback.
51 CompileCallbackInfo(JITTargetAddress Addr, CompileFtor &Compile)
52 : Addr(Addr), Compile(Compile) {}
55 void setCompileAction(CompileFtor Compile) {
56 this->Compile = std::move(Compile);
61 CompileFtor &Compile;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
45 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
46 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
51 /// @brief Compile each module in the given module set, then add the resulting
72 *Object = Compile(*M);
139 CompileFtor Compile;
IndirectionUtils.h 41 /// @brief Target-independent base class for compile callback management.
46 /// @brief Handle to a newly created compile callback. Can be used to get an
48 /// the compile action for the callback.
51 CompileCallbackInfo(JITTargetAddress Addr, CompileFtor &Compile)
52 : Addr(Addr), Compile(Compile) {}
55 void setCompileAction(CompileFtor Compile) {
56 this->Compile = std::move(Compile);
61 CompileFtor &Compile;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
45 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
46 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
51 /// @brief Compile each module in the given module set, then add the resulting
72 *Object = Compile(*M);
139 CompileFtor Compile;
IndirectionUtils.h 41 /// @brief Target-independent base class for compile callback management.
46 /// @brief Handle to a newly created compile callback. Can be used to get an
48 /// the compile action for the callback.
51 CompileCallbackInfo(JITTargetAddress Addr, CompileFtor &Compile)
52 : Addr(Addr), Compile(Compile) {}
55 void setCompileAction(CompileFtor Compile) {
56 this->Compile = std::move(Compile);
61 CompileFtor &Compile;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
45 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
46 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
51 /// @brief Compile each module in the given module set, then add the resulting
72 *Object = Compile(*M);
139 CompileFtor Compile;
IndirectionUtils.h 41 /// @brief Target-independent base class for compile callback management.
46 /// @brief Handle to a newly created compile callback. Can be used to get an
48 /// the compile action for the callback.
51 CompileCallbackInfo(JITTargetAddress Addr, CompileFtor &Compile)
52 : Addr(Addr), Compile(Compile) {}
55 void setCompileAction(CompileFtor Compile) {
56 this->Compile = std::move(Compile);
61 CompileFtor &Compile;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
45 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
46 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
51 /// @brief Compile each module in the given module set, then add the resulting
72 *Object = Compile(*M);
139 CompileFtor Compile;
IndirectionUtils.h 41 /// @brief Target-independent base class for compile callback management.
46 /// @brief Handle to a newly created compile callback. Can be used to get an
48 /// the compile action for the callback.
51 CompileCallbackInfo(JITTargetAddress Addr, CompileFtor &Compile)
52 : Addr(Addr), Compile(Compile) {}
55 void setCompileAction(CompileFtor Compile) {
56 this->Compile = std::move(Compile);
61 CompileFtor &Compile;
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 78 // Compile compiles the regexp into a program to be executed.
80 func Compile(re *Regexp) (*Prog, error) {
83 f := c.compile(re)
98 func (c *compiler) compile(re *Regexp) frag { func
138 sub := c.compile(re.Sub[0])
142 return c.star(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
144 return c.plus(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
146 return c.quest(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
154 f = c.compile(sub)
156 f = c.cat(f, c.compile(sub)
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 78 // Compile compiles the regexp into a program to be executed.
80 func Compile(re *Regexp) (*Prog, error) {
83 f := c.compile(re)
98 func (c *compiler) compile(re *Regexp) frag { func
138 sub := c.compile(re.Sub[0])
142 return c.star(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
144 return c.plus(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
146 return c.quest(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
154 f = c.compile(sub)
156 f = c.cat(f, c.compile(sub)
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 63 void Compile();
113 void DexCompiler::Compile() {
355 dex_compiler.Compile();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 360 " Compile VFRFILE.",
447 CVfrCompiler::Compile (
483 printf ("%s compile error!\n", UTILITY_NAME);
628 Compiler.Compile();
  /external/flatbuffers/src/
flatc.cpp 111 int FlatCompiler::Compile(int argc, const char** argv) {
  /external/regex-re2/re2/
prefilter_tree.cc 71 LOG(DFATAL) << "Add after Compile.";
82 void PrefilterTree::Compile(vector<string>* atom_vec) {
84 LOG(DFATAL) << "Compile after Compile.";
89 // PrefilterTree that call Compile before adding any regexps,
90 // and expect Compile not to have effect.
288 LOG(WARNING) << "Compile() not called";
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 365 void CompilerDispatcherJob::Compile() {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 531 CVfrCompiler::Compile (
576 DebugError (NULL, 0, 0003, "Error parsing", "compile error in file %s", InFileName);
838 Compiler.Compile();
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.cc 103 CodeGen::Program PolicyCompiler::Compile() {
122 return gen_.Compile(AssemblePolicy());
159 // We already enabled unsafe traps in Compile, but enable them again to give
191 // Compile the system call ranges to an optimized BPF jumptable
278 return res->Compile(this);
321 // TODO(mdempsky): Compile Unexpected64bitArgument() just per program.
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 29 /// @brief Target-independent base class for compile callback management.
34 /// @brief Handle to a newly created compile callback. Can be used to get an
36 /// the compile action for the callback.
39 CompileCallbackInfo(TargetAddress Addr, CompileFtor &Compile)
40 : Addr(Addr), Compile(Compile) {}
43 void setCompileAction(CompileFtor Compile) {
44 this->Compile = std::move(Compile);
49 CompileFtor &Compile;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 41 /// @brief Target-independent base class for compile callback management.
46 /// @brief Handle to a newly created compile callback. Can be used to get an
48 /// the compile action for the callback.
51 CompileCallbackInfo(JITTargetAddress Addr, CompileFtor &Compile)
52 : Addr(Addr), Compile(Compile) {}
55 void setCompileAction(CompileFtor Compile) {
56 this->Compile = std::move(Compile);
61 CompileFtor &Compile;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 41 /// @brief Target-independent base class for compile callback management.
46 /// @brief Handle to a newly created compile callback. Can be used to get an
48 /// the compile action for the callback.
51 CompileCallbackInfo(JITTargetAddress Addr, CompileFtor &Compile)
52 : Addr(Addr), Compile(Compile) {}
55 void setCompileAction(CompileFtor Compile) {
56 this->Compile = std::move(Compile);
61 CompileFtor &Compile;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc 70 std::tuple<bool, std::vector<uint32_t>, size_t> Compiler::Compile(

Completed in 1813 milliseconds

12 3 4