/external/boringssl/src/crypto/perlasm/ |
D | x86_64-xlate.pl | 100 my $current_function; 151 if ($win64 && $current_function->{abi} eq "svr4") { 165 if ($win64 && $current_function->{abi} eq "svr4") { 393 if ($win64 && $current_function->{name} eq $self->{value} 394 && $current_function->{abi} eq "svr4") { 399 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 400 my $narg = $current_function->{narg}; 410 } elsif ($self->{value} ne "$current_function->{name}") { 414 } elsif ($win64 && $current_function->{abi} eq "svr4") { 415 my $func = "$current_function->{name}" . [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_layout.cpp | 79 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 91 if (_.current_function().block_count() != 0) { in FunctionScopedInstructions() 96 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 110 if (_.current_function().block_count() == 0 && in FunctionScopedInstructions() 117 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 141 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
|
D | validate_cfg.cpp | 214 if (_.current_function().IsFirstBlock(target)) { in FirstBlockAssert() 215 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in FirstBlockAssert() 217 << _.getIdName(_.current_function().id()) << " is targeted by block " in FirstBlockAssert() 218 << _.getIdName(_.current_function().current_block()->id()); in FirstBlockAssert() 224 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert() 225 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in MergeBlockAssert() 688 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() 694 _.current_function().current_block()->set_label(inst); in CfgPass() 701 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() 709 if (auto error = _.current_function().RegisterSelectionMerge(merge_block)) in CfgPass() [all …]
|
D | validation_state.h | 199 Function& current_function(); 200 const Function& current_function() const; 291 current_function().AddFunctionCallTarget(id); in AddFunctionCallTarget()
|
D | validate.cpp | 367 inst->set_function(&(vstate->current_function())); in ValidateBinaryUsingContextAndValidationState() 368 inst->set_block(vstate->current_function().current_block()); in ValidateBinaryUsingContextAndValidationState() 371 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
|
D | validation_state.cpp | 320 Function& ValidationState_t::current_function() { in current_function() function in spvtools::val::ValidationState_t 325 const Function& ValidationState_t::current_function() const { in current_function() function in spvtools::val::ValidationState_t 476 id_to_function_.emplace(id, ¤t_function()); in RegisterFunction() 490 current_function().RegisterFunctionEnd(); in RegisterFunctionEnd()
|
D | validate_instruction.cpp | 495 if (_.current_function().IsFirstBlock( in InstructionPass() 496 _.current_function().current_block()->id()) == false) { in InstructionPass()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_layout.cpp | 79 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 91 if (_.current_function().block_count() != 0) { in FunctionScopedInstructions() 96 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions() 110 if (_.current_function().block_count() == 0 && in FunctionScopedInstructions() 117 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions() 141 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
|
D | validate_cfg.cpp | 214 if (_.current_function().IsFirstBlock(target)) { in FirstBlockAssert() 215 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in FirstBlockAssert() 217 << _.getIdName(_.current_function().id()) << " is targeted by block " in FirstBlockAssert() 218 << _.getIdName(_.current_function().current_block()->id()); in FirstBlockAssert() 224 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert() 225 return _.diag(SPV_ERROR_INVALID_CFG, _.FindDef(_.current_function().id())) in MergeBlockAssert() 688 if (auto error = _.current_function().RegisterBlock(inst->id())) in CfgPass() 694 _.current_function().current_block()->set_label(inst); in CfgPass() 701 if (auto error = _.current_function().RegisterLoopMerge(merge_block, in CfgPass() 709 if (auto error = _.current_function().RegisterSelectionMerge(merge_block)) in CfgPass() [all …]
|
D | validation_state.h | 194 Function& current_function(); 195 const Function& current_function() const; 286 current_function().AddFunctionCallTarget(id); in AddFunctionCallTarget()
|
D | validate.cpp | 310 inst->set_function(&(vstate->current_function())); in ValidateBinaryUsingContextAndValidationState() 311 inst->set_block(vstate->current_function().current_block()); in ValidateBinaryUsingContextAndValidationState() 314 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
|
D | validation_state.cpp | 319 Function& ValidationState_t::current_function() { in current_function() function in spvtools::val::ValidationState_t 324 const Function& ValidationState_t::current_function() const { in current_function() function in spvtools::val::ValidationState_t 459 id_to_function_.emplace(id, ¤t_function()); in RegisterFunction() 473 current_function().RegisterFunctionEnd(); in RegisterFunctionEnd()
|
D | validate_instruction.cpp | 495 if (_.current_function().IsFirstBlock( in InstructionPass() 496 _.current_function().current_block()->id()) == false) { in InstructionPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | private_to_local_pass.cpp | 81 Function* current_function = current_block->GetParent(); in FindLocalFunction() local 84 target_function = current_function; in FindLocalFunction() 85 } else if (target_function != current_function) { in FindLocalFunction()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | private_to_local_pass.cpp | 81 Function* current_function = current_block->GetParent(); in FindLocalFunction() local 84 target_function = current_function; in FindLocalFunction() 85 } else if (target_function != current_function) { in FindLocalFunction()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_validate.cpp | 52 this->current_function = NULL; in ir_validate() 83 ir_function *current_function; member in __anon4d0b169d0111::ir_validate 173 if (this->current_function != NULL) { in visit_enter() 178 this->current_function->name, (void *) this->current_function); in visit_enter() 186 this->current_function = ir; in visit_enter() 209 this->current_function = NULL; in visit_leave() 216 if (this->current_function != ir->function()) { in visit_enter() 221 this->current_function->name, (void *) this->current_function, in visit_enter()
|
D | ast_to_hir.cpp | 131 state->current_function = NULL; in _mesa_ast_to_hir() 4161 (state->current_function != NULL && in get_variable_being_redeclared() 4361 if ((var->data.mode == ir_var_shader_in) && (state->current_function == NULL)) { in process_initializer() 4370 if (var->data.mode == ir_var_shader_out && state->current_function == NULL) { in process_initializer() 4401 || (state->es_shader && state->current_function == NULL)) { in process_initializer() 4463 || state->current_function == NULL) { in process_initializer() 4761 if (state->current_function != NULL) { in hir() 4809 } else if (state->current_function != NULL && in hir() 5080 if (state->current_function != NULL) { in hir() 5785 if ((state->current_function != NULL) && in hir() [all …]
|
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()
|
D | glsl_parser_extras.h | 566 class ir_function_signature *current_function; member
|
D | ast_function.cpp | 2333 if (state->current_function == NULL || in hir() 2334 strcmp(state->current_function->function_name(), "main") != 0) { in hir() 2344 if (instructions != &state->current_function->body) { in hir()
|
/external/libaom/libaom/third_party/x86inc/ |
D | x86inc.asm | 873 %ifdef current_function 877 size current_function %%ecf - current_function 1240 %error use of ``%1'' %2 instruction in cpuname function: current_function 1242 %error use of ``%1'' sse2 instruction in cpuname function: current_function
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 873 %ifdef current_function 877 size current_function %%ecf - current_function 1240 %error use of ``%1'' %2 instruction in cpuname function: current_function 1242 %error use of ``%1'' sse2 instruction in cpuname function: current_function
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 683 self.current_function = '' 693 self.current_function = function_name 708 if Match(r'T(EST|est)', self.current_function): 723 self.current_function, self.lines_in_function, trigger))
|
/external/autotest/client/bin/ |
D | job.py | 1036 def _add_step_init(self, local_vars, current_function): argument 1047 self._current_step_ancestry.append(current_function)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 808 self.current_function = '' 818 self.current_function = function_name 833 if Match(r'T(EST|est)', self.current_function): 848 self.current_function, self.lines_in_function, trigger))
|