/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 160 my $current_function; 208 if ($win64 && $current_function->{abi} eq "svr4") { 222 if ($win64 && $current_function->{abi} eq "svr4") { 450 if ($win64 && $current_function->{name} eq $self->{value} 451 && $current_function->{abi} eq "svr4") { 456 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 457 my $narg = $current_function->{narg}; 467 } elsif ($self->{value} ne "$current_function->{name}") { 471 } elsif ($win64 && $current_function->{abi} eq "svr4") { 472 my $func = "$current_function [all...] |
/third_party/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 155 my $current_function; 203 if ($win64 && $current_function->{abi} eq "svr4") { 217 if ($win64 && $current_function->{abi} eq "svr4") { 445 if ($win64 && $current_function->{name} eq $self->{value} 446 && $current_function->{abi} eq "svr4") { 451 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 452 my $narg = $current_function->{narg}; 462 } elsif ($self->{value} ne "$current_function->{name}") { 466 } elsif ($win64 && $current_function->{abi} eq "svr4") { 467 my $func = "$current_function [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_layout.cpp | 165 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 185 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 197 if (_.current_function().block_count() != 0) { in FunctionScopedInstructions() 202 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 216 if (_.current_function().block_count() == 0 && in FunctionScopedInstructions() 223 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
|
H A D | validate_cfg.cpp | 361 if (_.current_function().IsFirstBlock(target)) { in FirstBlockAssert() 362 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in FirstBlockAssert() 364 << _.getIdName(_.current_function().id()) << " is targeted by block " in FirstBlockAssert() 365 << _.getIdName(_.current_function().current_block()->id()); in FirstBlockAssert() 371 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert() 372 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in MergeBlockAssert() 942 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() 948 _.current_function().current_block()->set_label(inst); in CfgPass() 955 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() 963 if (auto error = _.current_function() in CfgPass() [all...] |
H A 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()
|
H A D | validation_state.h | 200 Function& current_function(); 201 const Function& current_function() const; 292 current_function().AddFunctionCallTarget(id); in AddFunctionCallTarget()
|
H A D | validation_state.cpp | 311 Function& ValidationState_t::current_function() { in current_function() function in spvtools::val::ValidationState_t 316 const Function& ValidationState_t::current_function() const { in current_function() function in spvtools::val::ValidationState_t 469 id_to_function_.emplace(id, ¤t_function()); in RegisterFunction() 483 current_function().RegisterFunctionEnd(); in RegisterFunctionEnd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_layout.cpp | 165 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 185 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 197 if (_.current_function().block_count() != 0) { in FunctionScopedInstructions() 202 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 216 if (_.current_function().block_count() == 0 && in FunctionScopedInstructions() 223 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
|
H A D | validate_cfg.cpp | 361 if (_.current_function().IsFirstBlock(target)) { in FirstBlockAssert() 362 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in FirstBlockAssert() 364 << _.getIdName(_.current_function().id()) << " is targeted by block " in FirstBlockAssert() 365 << _.getIdName(_.current_function().current_block()->id()); in FirstBlockAssert() 371 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert() 372 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in MergeBlockAssert() 942 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() 948 _.current_function().current_block()->set_label(inst); in CfgPass() 955 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() 963 if (auto error = _.current_function() in CfgPass() [all...] |
H A 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()
|
H A D | validation_state.h | 200 Function& current_function(); 201 const Function& current_function() const; 292 current_function().AddFunctionCallTarget(id); in AddFunctionCallTarget()
|
H A D | validation_state.cpp | 311 Function& ValidationState_t::current_function() { in current_function() function in spvtools::val::ValidationState_t 316 const Function& ValidationState_t::current_function() const { in current_function() function in spvtools::val::ValidationState_t 469 id_to_function_.emplace(id, ¤t_function()); in RegisterFunction() 483 current_function().RegisterFunctionEnd(); in RegisterFunctionEnd()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 367 if (_.current_function().IsFirstBlock(target)) { in FirstBlockAssert() 368 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in FirstBlockAssert() 370 << _.getIdName(_.current_function().id()) << " is targeted by block " in FirstBlockAssert() 371 << _.getIdName(_.current_function().current_block()->id()); in FirstBlockAssert() 377 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert() 378 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in MergeBlockAssert() 1009 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() 1015 _.current_function().current_block()->set_label(inst); in CfgPass() 1022 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() 1030 if (auto error = _.current_function() 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 | 261 inst->set_function(&(vstate->current_function())); in ValidateBinaryUsingContextAndValidationState() 262 inst->set_block(vstate->current_function().current_block()); in ValidateBinaryUsingContextAndValidationState() 265 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
|
H A D | validation_state.h | 199 Function& current_function(); 200 const Function& current_function() const; 292 current_function().AddFunctionCallTarget(id); in AddFunctionCallTarget()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.cpp | 139 if (current_function) in parse() 751 if (!current_function) in parse() 753 current_function->add_local_variable(id); in parse() 767 if (!current_function) in parse() 779 current_function->add_local_variable(id); in parse() 888 if (current_function) in parse() 891 current_function = &set<SPIRFunction>(id, res, type); in parse() 900 if (!current_function) in parse() 903 current_function->add_parameter(type, id); in parse() 917 current_function in parse() [all...] |
H A D | spirv_parser.hpp | 47 SPIRFunction *current_function = nullptr; member in SPIRV_CROSS_NAMESPACE::Parser
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | private_to_local_pass.cpp | 106 Function* current_function = current_block->GetParent(); in FindLocalFunction() 109 target_function = current_function; in FindLocalFunction() 110 } else if (target_function != current_function) { in FindLocalFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | private_to_local_pass.cpp | 106 Function* current_function = current_block->GetParent(); in FindLocalFunction() 109 target_function = current_function; in FindLocalFunction() 110 } else if (target_function != current_function) { in FindLocalFunction()
|
/third_party/spirv-tools/source/opt/ |
H A D | private_to_local_pass.cpp | 104 Function* current_function = current_block->GetParent(); in FindLocalFunction() 107 target_function = current_function; in FindLocalFunction() 108 } else if (target_function != current_function) { in FindLocalFunction()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_validate.cpp | 52 this->current_function = NULL; in ir_validate() 85 ir_function *current_function; member in __anon7175::ir_validate 222 if (this->current_function != NULL) { in visit_enter() 227 this->current_function->name, (void *) this->current_function); in visit_enter() 235 this->current_function = ir; in visit_enter() 258 this->current_function = NULL; in visit_leave() 265 if (this->current_function != ir->function()) { in visit_enter() 270 this->current_function->name, (void *) this->current_function, in visit_enter() [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()
|
H A D | ast_to_hir.cpp | 135 state->current_function = NULL; in _mesa_ast_to_hir() 4343 (state->current_function != NULL && in get_variable_being_redeclared() 4571 if ((var->data.mode == ir_var_shader_in) && (state->current_function == NULL)) { in process_initializer() 4580 if (var->data.mode == ir_var_shader_out && state->current_function == NULL) { in process_initializer() 4611 || (state->es_shader && state->current_function == NULL)) { in process_initializer() 4673 || state->current_function == NULL) { in process_initializer() 4974 if (state->current_function != NULL) { in hir() 5023 } else if (state->current_function != NULL && in hir() 5375 if (state->current_function != NULL) { in hir() 6085 if ((state->current_function ! in hir() [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 740 %xdefine current_function %2 763 global current_function %+ %1:function hidden 765 global current_function %+ %1 807 %ifdef current_function 811 size current_function %%ecf - current_function 1095 %xdefine %%f current_function %+ _m 1216 %error use of ``%1'' %2 instruction in cpuname function: current_function 1218 %error use of ``%1'' sse2 instruction in cpuname function: current_function 1629 %error use of ``%5%6'' fma instruction in cpuname function: current_function [all...] |