Searched refs:llvm_compiler (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | compiler.cpp | 257 llvm_compiler* c; 259 to_value(llvm_compiler* c = 0) : c(c) {} in to_value() 330 value llvm_compiler::val(unsigned int x) in val() 337 value llvm_compiler::val(int x) in val() 344 value llvm_compiler::val(bool x) in val() 351 value llvm_compiler::val(llvm::Value* v) in val() 375 value llvm_compiler::var(char const* name) in var() 398 llvm::Value* llvm_compiler::call_impl( in call_impl() 422 value llvm_compiler::call( in call() 435 function llvm_compiler::get_function(char const* name) in get_function() [all …]
|
D | compiler.hpp | 36 struct llvm_compiler; 81 friend struct llvm_compiler; 119 friend struct llvm_compiler; 127 struct llvm_compiler; 161 function(llvm::Function* f, llvm_compiler* c) in function() 166 friend struct llvm_compiler; 168 llvm_compiler* c; 174 struct llvm_compiler struct 176 llvm_compiler(vmachine& vm) in llvm_compiler() argument 247 struct compiler : llvm_compiler [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | llvm_irgen_test_base.cc | 29 auto llvm_compiler = GetLLVMCompiler(); in SetIrHook() local 34 llvm_compiler->SetPostOptimizationHook( in SetIrHook() 37 llvm_compiler->SetPreOptimizationHook( in SetIrHook() 43 auto llvm_compiler = GetLLVMCompiler(); in ResetIrHook() local 45 llvm_compiler->RemovePreOptimizationHook(); in ResetIrHook() 46 llvm_compiler->RemovePostOptimizationHook(); in ResetIrHook()
|
H A D | BUILD | 250 "//tensorflow/compiler/xla/service:llvm_compiler", 2414 "//tensorflow/compiler/xla/service:llvm_compiler",
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | BUILD | 304 "//tensorflow/compiler/xla/service:llvm_compiler", 698 "//tensorflow/compiler/xla/service:llvm_compiler",
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | BUILD | 1702 "//tensorflow/compiler/xla/service:llvm_compiler", 1814 "//tensorflow/compiler/xla/service:llvm_compiler",
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | BUILD | 1400 name = "llvm_compiler", 1401 srcs = ["llvm_compiler.cc"], 1402 hdrs = ["llvm_compiler.h"],
|