/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 104 my $current_function; 155 if ($win64 && $current_function->{abi} eq "svr4") { 169 if ($win64 && $current_function->{abi} eq "svr4") { 397 if ($win64 && $current_function->{name} eq $self->{value} 398 && $current_function->{abi} eq "svr4") { 403 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 404 my $narg = $current_function->{narg}; 414 } elsif ($self->{value} ne "$current_function->{name}") { 418 } elsif ($win64 && $current_function->{abi} eq "svr4") { 419 my $func = "$current_function->{name}" . [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/perlasm/ |
D | x86_64-xlate.pl | 104 my $current_function; 155 if ($win64 && $current_function->{abi} eq "svr4") { 169 if ($win64 && $current_function->{abi} eq "svr4") { 397 if ($win64 && $current_function->{name} eq $self->{value} 398 && $current_function->{abi} eq "svr4") { 403 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 404 my $narg = $current_function->{narg}; 414 } elsif ($self->{value} ne "$current_function->{name}") { 418 } elsif ($win64 && $current_function->{abi} eq "svr4") { 419 my $func = "$current_function->{name}" . [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 104 my $current_function; 155 if ($win64 && $current_function->{abi} eq "svr4") { 169 if ($win64 && $current_function->{abi} eq "svr4") { 397 if ($win64 && $current_function->{name} eq $self->{value} 398 && $current_function->{abi} eq "svr4") { 403 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 404 my $narg = $current_function->{narg}; 414 } elsif ($self->{value} ne "$current_function->{name}") { 418 } elsif ($win64 && $current_function->{abi} eq "svr4") { 419 my $func = "$current_function->{name}" . [all …]
|
/aosp_15_r20/external/tpm2-tss/script/ |
H A D | gen_fuzz.py | 192 current_function = '' 197 current_function = line 198 elif current_function and ');' in line: 200 yield current_function + line.rstrip() 201 current_function = '' 202 elif current_function: 204 current_function += line 208 for current_function in functions_from_include(header): 209 function_name, contents = gen_file(current_function)
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 369 if (_.current_function().IsFirstBlock(target)) { in FirstBlockAssert() 370 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in FirstBlockAssert() 372 << _.getIdName(_.current_function().id()) << " is targeted by block " in FirstBlockAssert() 373 << _.getIdName(_.current_function().current_block()->id()); in FirstBlockAssert() 379 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert() 380 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in MergeBlockAssert() 1105 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() 1111 _.current_function().current_block()->set_label(inst); in CfgPass() 1118 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() 1126 if (auto error = _.current_function().RegisterSelectionMerge(merge_block)) in CfgPass() [all …]
|
D | validate_layout.cpp | 163 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 183 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 195 if (_.current_function().block_count() != 0) { in FunctionScopedInstructions() 200 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 214 if (_.current_function().block_count() == 0 && in FunctionScopedInstructions() 221 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
|
D | validate.cpp | 265 inst->set_function(&(vstate->current_function())); in ValidateBinaryUsingContextAndValidationState() 266 inst->set_block(vstate->current_function().current_block()); in ValidateBinaryUsingContextAndValidationState() 269 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
|
D | validation_state.h | 199 Function& current_function(); 200 const Function& current_function() const; 292 current_function().AddFunctionCallTarget(id); in AddFunctionCallTarget()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_cfg.cpp | 369 if (_.current_function().IsFirstBlock(target)) { in FirstBlockAssert() 370 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in FirstBlockAssert() 372 << _.getIdName(_.current_function().id()) << " is targeted by block " in FirstBlockAssert() 373 << _.getIdName(_.current_function().current_block()->id()); in FirstBlockAssert() 379 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert() 380 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in MergeBlockAssert() 1105 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() 1111 _.current_function().current_block()->set_label(inst); in CfgPass() 1118 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() 1126 if (auto error = _.current_function().RegisterSelectionMerge(merge_block)) in CfgPass() [all …]
|
H A D | validate_layout.cpp | 163 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 183 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 195 if (_.current_function().block_count() != 0) { in FunctionScopedInstructions() 200 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 214 if (_.current_function().block_count() == 0 && in FunctionScopedInstructions() 221 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
|
H A D | validate.cpp | 268 inst->set_function(&(vstate->current_function())); in ValidateBinaryUsingContextAndValidationState() 269 inst->set_block(vstate->current_function().current_block()); in ValidateBinaryUsingContextAndValidationState() 272 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_cfg.cpp | 370 if (_.current_function().IsFirstBlock(target)) { in FirstBlockAssert() 371 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in FirstBlockAssert() 373 << _.getIdName(_.current_function().id()) << " is targeted by block " in FirstBlockAssert() 374 << _.getIdName(_.current_function().current_block()->id()); in FirstBlockAssert() 380 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert() 381 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in MergeBlockAssert() 1114 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() 1120 _.current_function().current_block()->set_label(inst); in CfgPass() 1127 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() 1135 if (auto error = _.current_function().RegisterSelectionMerge(merge_block)) in CfgPass() [all …]
|
H A D | validate_layout.cpp | 164 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 184 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 196 if (_.current_function().block_count() != 0) { in FunctionScopedInstructions() 201 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 215 if (_.current_function().block_count() == 0 && in FunctionScopedInstructions() 222 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
|
H A D | validate.cpp | 268 inst->set_function(&(vstate->current_function())); in ValidateBinaryUsingContextAndValidationState() 269 inst->set_block(vstate->current_function().current_block()); in ValidateBinaryUsingContextAndValidationState() 272 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
|
/aosp_15_r20/tools/asuite/atest/integration_tests/ |
H A D | snapshot.py | 70 current_function = self._get_threading_lock.__func__ 71 if not hasattr(current_function, locks_dict_attr_name): 72 setattr(current_function, locks_dict_attr_name, {}) 73 if name not in getattr(current_function, locks_dict_attr_name): 74 getattr(current_function, locks_dict_attr_name)[name] = threading.Lock() 75 return getattr(current_function, locks_dict_attr_name)[name]
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_validate.cpp | 53 this->current_function = NULL; in ir_validate() 89 ir_function *current_function; member in __anon936fc62a0111::ir_validate 226 if (this->current_function != NULL) { in visit_enter() 231 this->current_function->name, (void *) this->current_function); in visit_enter() 239 this->current_function = ir; in visit_enter() 262 this->current_function = NULL; in visit_leave() 269 if (this->current_function != ir->function()) { in visit_enter() 274 this->current_function->name, (void *) this->current_function, in visit_enter() 293 if (!this->current_function) { in visit_enter()
|
H A D | ast_to_hir.cpp | 136 state->current_function = NULL; in _mesa_ast_to_hir() 4424 (state->current_function != NULL && in get_variable_being_redeclared() 4652 if ((var->data.mode == ir_var_shader_in) && (state->current_function == NULL)) { in process_initializer() 4661 if (var->data.mode == ir_var_shader_out && state->current_function == NULL) { in process_initializer() 4692 || (state->es_shader && state->current_function == NULL)) { in process_initializer() 4754 || state->current_function == NULL) { in process_initializer() 5056 if (state->current_function != NULL) { in hir() 5105 } else if (state->current_function != NULL && in hir() 5457 if (state->current_function != NULL) { in hir() 6167 if ((state->current_function != NULL) && in hir() [all …]
|
H A D | ir_reader.cpp | 117 if (state->current_function != NULL) in ir_read_error() 119 state->current_function->function_name()); in ir_read_error() 300 state->current_function = sig; in read_function_sig() 302 state->current_function = NULL; in read_function_sig() 328 if (state->current_function == NULL && ir->as_variable() != NULL) in read_instructions()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | private_to_local_pass.cpp | 104 Function* current_function = current_block->GetParent(); in FindLocalFunction() local 107 target_function = current_function; in FindLocalFunction() 108 } else if (target_function != current_function) { in FindLocalFunction()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | private_to_local_pass.cpp | 104 Function* current_function = current_block->GetParent(); in FindLocalFunction() local 107 target_function = current_function; in FindLocalFunction() 108 } else if (target_function != current_function) { in FindLocalFunction()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | private_to_local_pass.cpp | 104 Function* current_function = current_block->GetParent(); in FindLocalFunction() local 107 target_function = current_function; in FindLocalFunction() 108 } else if (target_function != current_function) { in FindLocalFunction()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/assert/doc/ |
D | current_function.adoc | 11 # Current Function Macro, <boost/current_function.hpp> 18 The header `<boost/current_function.hpp>` defines a single macro, `BOOST_CURRENT_FUNCTION`,
|
/aosp_15_r20/external/libdav1d/src/ext/x86/ |
H A D | x86inc.asm | 827 %xdefine current_function %2 856 global current_function %+ %1:function hidden 858 global current_function %+ %1:private_extern 860 global current_function %+ %1 1228 %xdefine %%f current_function %+ _m 1242 %xdefine %%f current_function %+ _m 1832 %error use of ``%4'' %5 instruction in cpuname function: current_function 1904 %error use of ``%5%6'' fma instruction in cpuname function: current_function
|
/aosp_15_r20/external/libvpx/third_party/x86inc/ |
H A D | x86inc.asm | 848 %xdefine current_function %2 877 global current_function %+ %1:function VISIBILITY 879 global current_function %+ %1:private_extern 881 global current_function %+ %1 1221 %xdefine %%f current_function %+ _m 1235 %xdefine %%f current_function %+ _m
|
/aosp_15_r20/external/libaom/third_party/x86inc/ |
H A D | x86inc.asm | 848 %xdefine current_function %2 877 global current_function %+ %1:function VISIBILITY 879 global current_function %+ %1:private_extern 881 global current_function %+ %1 1221 %xdefine %%f current_function %+ _m 1235 %xdefine %%f current_function %+ _m
|