/external/angle/src/compiler/translator/ |
D | ShaderLang.cpp | 40 const std::vector<InterfaceBlock> *GetVariableList(const TCompiler *compiler) in GetVariableList() 59 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVariables() local 351 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler() local 380 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResources() local 387 TCompiler *compiler = GetCompilerFromHandle(handle); in GetBuiltInResourcesString() local 404 TCompiler *compiler = GetCompilerFromHandle(handle); in Compile() local 412 TCompiler *compiler = GetCompilerFromHandle(handle); in ClearResults() local 419 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderVersion() local 426 TCompiler *compiler = GetCompilerFromHandle(handle); in GetShaderOutputType() local 436 TCompiler *compiler = GetCompilerFromHandle(handle); in GetInfoLog() local [all …]
|
/external/pcre/src/sljit/ |
D | sljitLir.c | 376 …struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compile… in sljit_create_compiler() local 461 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler) in sljit_free_compiler() 488 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_compiler_memory_error(struct sljit_compiler *compiler) in sljit_set_compiler_memory_error() 547 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 cu… in sljit_set_current_flags() 568 static void* ensure_buf(struct sljit_compiler *compiler, sljit_uw size) in ensure_buf() 587 static void* ensure_abuf(struct sljit_compiler *compiler, sljit_uw size) in ensure_abuf() 606 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory() 622 static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) in reverse_buf() 664 static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, in set_emit_enter() 682 static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, in set_set_context() [all …]
|
D | sljitNativeX86_32.c | 33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm() 46 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() 262 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 487 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 531 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 579 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 598 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 660 static sljit_s32 call_with_args(struct sljit_compiler *compiler, in call_with_args() 711 static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, in post_call_with_args() 735 static sljit_s32 tail_call_with_args(struct sljit_compiler *compiler, in tail_call_with_args() [all …]
|
D | sljitNativeX86_64.c | 33 static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_load_imm64() 46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32() 61 static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, sljit_uw size, in emit_x86_instruction() 373 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 553 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 582 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 657 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 675 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 703 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() 734 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() [all …]
|
D | sljitNativeARM_32.c | 152 static sljit_s32 push_cpool(struct sljit_compiler *compiler) in push_cpool() 190 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst() 204 static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw li… in push_inst_with_literal() 254 static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, slji… in push_inst_with_unique_literal() 274 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx() 282 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx() 343 static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compiler, struct future_patch **fi… in resolve_const_pool_index() 398 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst() 409 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm() 665 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() [all …]
|
D | sljitNativeARM_64.c | 144 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 153 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const() 231 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 507 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw simm) in load_immediate() 609 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm() 898 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, in emit_op_mem() 970 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 1145 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 1162 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 1253 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() [all …]
|
D | sljitNativeARM_T2_32.c | 215 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst) in push_inst16() 227 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() 237 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm32_const() 375 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 564 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm) in load_immediate() 596 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit… in emit_op_imm() 1013 static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, slji… in emit_set_delta() 1035 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem() 1137 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 1347 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() [all …]
|
D | sljitNativeRISCV_common.c | 152 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 161 static sljit_s32 push_imm_s_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_sw imm) in push_imm_s_inst() 373 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 597 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 694 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 719 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 775 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 784 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 844 static sljit_s32 push_mem_inst(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, slj… in push_mem_inst() 860 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, s… in getput_arg_fast() [all …]
|
D | sljitNativeX86_common.c | 583 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 848 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \ argument 861 static SLJIT_INLINE sljit_s32 emit_endbranch(struct sljit_compiler *compiler) in emit_endbranch() 885 static SLJIT_INLINE sljit_s32 emit_rdssp(struct sljit_compiler *compiler, sljit_s32 reg) in emit_rdssp() 909 static SLJIT_INLINE sljit_s32 emit_incssp(struct sljit_compiler *compiler, sljit_s32 reg) in emit_incssp() 944 static SLJIT_INLINE sljit_s32 adjust_shadow_stack(struct sljit_compiler *compiler, in adjust_shadow_stack() 1015 static sljit_s32 emit_mov(struct sljit_compiler *compiler, in emit_mov() 1074 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() 1227 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte() 1369 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, sljit_s32 op, in emit_prefetch() [all …]
|
D | sljitNativeS390X.c | 168 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 202 static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, sljit_s32 type) { in get_cc() 866 static sljit_s32 update_zero_overflow(struct sljit_compiler *compiler, sljit_s32 op, sljit_gpr dst_… in update_zero_overflow() 884 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst() 928 static sljit_s32 make_addr_bxy(struct sljit_compiler *compiler, in make_addr_bxy() 961 static sljit_s32 make_addr_bx(struct sljit_compiler *compiler, in make_addr_bx() 998 static sljit_s32 load_word(struct sljit_compiler *compiler, sljit_gpr dst_r, in load_word() 1019 static sljit_s32 load_unsigned_word(struct sljit_compiler *compiler, sljit_gpr dst_r, in load_unsigned_word() 1035 static sljit_s32 store_word(struct sljit_compiler *compiler, sljit_gpr src_r, in store_word() 1057 static sljit_s32 emit_move(struct sljit_compiler *compiler, in emit_move() [all …]
|
D | sljitNativeMIPS_64.c | 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate() 121 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() 151 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() 225 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_… in sljit_emit_call() 267 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
|
D | sljitNativePPC_common.c | 275 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() 404 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 750 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 867 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 885 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 is_return_to) in emit_stack_frame_release() 946 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 955 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 1137 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 inp_flags, sljit_s32 reg, in emit_op_mem() 1195 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op() 1265 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() [all …]
|
D | sljitNativeMIPS_32.c | 29 static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm) in load_immediate() 41 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() 66 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() 195 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_… in sljit_emit_call() 251 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
|
D | sljitNativeMIPS_common.c | 327 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() 570 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler) in sljit_generate_code() 800 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, in sljit_emit_enter() 1001 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler, in sljit_set_context() 1025 static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compiler, sljit_s32 frame_size, sl… in emit_stack_frame_release() 1107 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_compiler *compiler) in sljit_emit_return_void() 1120 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_compiler *compiler, in sljit_emit_return_to() 1193 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar… in getput_arg_fast() 1236 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, slj… in getput_arg() 1331 static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sl… in emit_op_mem() [all …]
|
/external/clang/tools/scan-build-py/tests/functional/exec/ |
D | main.c | 116 char *const compiler = "/usr/bin/cc"; in call_execv() local 129 char *const compiler = "/usr/bin/cc"; in call_execve() local 143 char *const compiler = "cc"; in call_execvp() local 156 char *const compiler = "cc"; in call_execvP() local 169 char *const compiler = "cc"; in call_execvpe() local 183 char *const compiler = "/usr/bin/cc"; in call_exect() local 197 char *const compiler = "/usr/bin/cc"; in call_execl() local 209 char *const compiler = "cc"; in call_execlp() local 221 char *const compiler = "/usr/bin/cc"; in call_execle() local 234 char *const compiler = "cc"; in call_posix_spawn() local [all …]
|
/external/bcc/src/lua/ |
D | README.md | 110 ### Installation 116 ### Examples 120 ### Helpers 143 ### Current state
|
/external/skia/src/sksl/ |
D | SkSLModuleLoader.cpp | 206 static std::unique_ptr<Module> compile_and_shrink(SkSL::Compiler* compiler, in compile_and_shrink() 301 const Module* ModuleLoader::loadPublicModule(SkSL::Compiler* compiler) { in loadPublicModule() 314 const Module* ModuleLoader::loadPrivateRTShaderModule(SkSL::Compiler* compiler) { in loadPrivateRTShaderModule() 326 const Module* ModuleLoader::loadSharedModule(SkSL::Compiler* compiler) { in loadSharedModule() 338 const Module* ModuleLoader::loadGPUModule(SkSL::Compiler* compiler) { in loadGPUModule() 350 const Module* ModuleLoader::loadFragmentModule(SkSL::Compiler* compiler) { in loadFragmentModule() 362 const Module* ModuleLoader::loadVertexModule(SkSL::Compiler* compiler) { in loadVertexModule() 374 const Module* ModuleLoader::loadComputeModule(SkSL::Compiler* compiler) { in loadComputeModule() 388 const Module* ModuleLoader::loadGraphiteFragmentModule(SkSL::Compiler* compiler) { in loadGraphiteFragmentModule() 404 const Module* ModuleLoader::loadGraphiteVertexModule(SkSL::Compiler* compiler) { in loadGraphiteVertexModule()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disk_cache.c | 35 etna_disk_cache_init(struct etna_compiler *compiler, const char *renderer) in etna_disk_cache_init() 57 etna_disk_cache_init_shader_key(struct etna_compiler *compiler, struct etna_shader *shader) in etna_disk_cache_init_shader_key() 82 compute_variant_key(struct etna_compiler *compiler, struct etna_shader_variant *v, in compute_variant_key() 127 etna_disk_cache_retrieve(struct etna_compiler *compiler, struct etna_shader_variant *v) in etna_disk_cache_retrieve() 163 etna_disk_cache_store(struct etna_compiler *compiler, struct etna_shader_variant *v) in etna_disk_cache_store()
|
D | etnaviv_compiler.c | 36 struct etna_compiler *compiler = rzalloc(NULL, struct etna_compiler); in etna_compiler_create() local 53 etna_compiler_destroy(const struct etna_compiler *compiler) in etna_compiler_destroy()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_disk_cache.c | 49 ir3_disk_cache_init(struct ir3_compiler *compiler) in ir3_disk_cache_init() 75 ir3_disk_cache_init_shader_key(struct ir3_compiler *compiler, in ir3_disk_cache_init_shader_key() 105 compute_variant_key(struct ir3_compiler *compiler, in compute_variant_key() 161 ir3_disk_cache_retrieve(struct ir3_compiler *compiler, in ir3_disk_cache_retrieve() 200 ir3_disk_cache_store(struct ir3_compiler *compiler, in ir3_disk_cache_store()
|
/external/angle/src/tests/compiler_tests/ |
D | ConstructCompiler_test.cpp | 19 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local 31 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local 43 ShHandle compiler = sh::ConstructCompiler(GL_FRAGMENT_SHADER, SH_WEBGL_SPEC, in TEST() local
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_tex.c | 35 static struct rc_src_register shadow_fail_value(struct r300_fragment_program_compiler *compiler, in shadow_fail_value() 46 static struct rc_src_register shadow_pass_value(struct r300_fragment_program_compiler *compiler, in shadow_pass_value() 57 static void scale_texcoords(struct r300_fragment_program_compiler *compiler, in scale_texcoords() 81 static void projective_divide(struct r300_fragment_program_compiler *compiler, in projective_divide() 127 struct r300_fragment_program_compiler *compiler = in radeonTransformTEX() local
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | WalkerFactory.java | 61 WalkingIterator lpi, Compiler compiler, int stepOpCodePos) in loadOneWalker() 96 WalkingIterator lpi, Compiler compiler, int stepOpCodePos, int stepIndex) in loadWalkers() 139 public static void diagnoseIterator(String name, int analysis, Compiler compiler) in diagnoseIterator() 159 Compiler compiler, int opPos, in newDTMIterator() 301 Compiler compiler, int stepOpCodePos) in getAxisFromStep() 400 static boolean functionProximateOrContainsProximate(Compiler compiler, in functionProximateOrContainsProximate() 430 static boolean isProximateInnerExpr(Compiler compiler, int opPos) in isProximateInnerExpr() 473 public static boolean mightBeProximate(Compiler compiler, int opPos, int stepType) in mightBeProximate() 557 Compiler compiler, int stepOpCodePos, int stepIndex) in isOptimizableForDescendantIterator() 665 Compiler compiler, int stepOpCodePos, int stepIndex) in analyze() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 80 FunctionLibraryDefinition* LocalFlibDef(XlaCompiler* compiler) { in LocalFlibDef() 183 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 215 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 264 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 318 XlaCompiler compiler(options); in TEST_F() local 367 XlaCompiler compiler(options); in TEST_F() local 419 XlaCompiler compiler(options); in TEST_F() local 462 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 484 XlaCompiler compiler(DefaultOptions()); in TEST_F() local 531 XlaCompiler compiler(DefaultOptions()); in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | llvm_compiler_test.cc | 97 void TestCompilerHooks(LLVMCompiler* compiler) { in TestCompilerHooks() 132 void TestMultiModuleCompilation(LLVMCompiler* compiler) { in TestMultiModuleCompilation() 187 cpu::CpuCompiler compiler; in TEST_F() local 192 gpu::GpuDummyCompiler compiler; in TEST_F() local 197 cpu::CpuCompiler compiler; in TEST_F() local 202 gpu::GpuDummyCompiler compiler; in TEST_F() local
|