Searched full:unless (Results 1 – 25 of 14542) sorted by relevance
12345678910>>...582
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_language_extensions.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["compiler_extensions"] 18 % next unless plugin_opts["compiler_extensions"]["header_path_implementation_codegen"] 25 % next unless plugin_opts["compiler_extensions"] 26 % next unless plugin_opts["compiler_extensions"]["function_codegen_prologue"] 38 % next unless plugin_opts["compiler_extensions"] 39 % next unless plugin_opts["compiler_extensions"]["function_codegen_epilogue"]
|
| D | ir-dyn-base-types.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 25 % next unless plugin_opts["compiler_base_types"] 26 % next unless plugin_opts["compiler_base_types"]["header_path_implementation_codegen"] 31 % next unless plugin_opts["compiler_extensions"] 32 % next unless plugin_opts["compiler_extensions"]["main_header_path"] 113 % next unless plugin_opts["compiler_base_types"] 114 % next unless plugin_opts["compiler_base_types"]["list_types"] 140 % next unless plugin_opts["compiler_base_types"] 141 % next unless plugin_opts["compiler_base_types"]["list_types"]
|
| D | inst_builder_extensions.inl.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["compiler_extensions"] 20 % next unless plugin_opts["compiler_extensions"]["header_path_compiler_inst_builder_extension"]
|
| D | compiler_interface_extensions.inl.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["compiler_extensions"] 20 % next unless plugin_opts["compiler_extensions"]["header_path_compiler_interface_extension"]
|
| D | intrinsics_extensions.inl.h.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["compiler_extensions"] 20 % next unless plugin_opts["compiler_extensions"]["header_path_compiler_intrinsics_extension"]
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | test_reporter.rb | 8 # Unless required by applicable law or agreed to in writing, software 37 unless output.empty? 76 @logger.log 1, output unless output.empty? 82 @logger.log 1, output unless output.empty? 88 @logger.log 1, output unless output.empty? 94 @logger.log 3, output unless output.empty? 100 @logger.log 3, output unless output.empty? 106 @logger.log 1, output unless output.empty? 112 @logger.log 1, output unless output.empty? 119 @logger.log 1, output unless output.empty? [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| D | test_reporter.rb | 8 # Unless required by applicable law or agreed to in writing, software 37 unless output.empty? 76 @logger.log 1, output unless output.empty? 82 @logger.log 1, output unless output.empty? 88 @logger.log 1, output unless output.empty? 94 @logger.log 3, output unless output.empty? 100 @logger.log 3, output unless output.empty? 106 @logger.log 1, output unless output.empty? 112 @logger.log 1, output unless output.empty? 119 @logger.log 1, output unless output.empty? [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | regmask.rb | 10 # Unless required by applicable law or agreed to in writing, software 46 raise "RegMask is initialized with symbol, but Regmap wasn't specified" unless @regmap 47 raise "Regmap doesn't contain value for #{value}" unless @regmap.data.keys.include? value 50 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer) 68 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer) 74 raise "Wrong `position` type" unless position.is_a? Integer 84 raise "Wrong `position` type" unless position.is_a? Integer 97 raise "Symbol argument is only allowed if Regmap was specified" unless @regmap 99 raise "Register '#{other}' is not found in regmap" unless value 115 raise "Symbol argument is only allowed if Regmap was specified" unless @regmap [all …]
|
| D | function.rb | 10 # Unless required by applicable law or agreed to in writing, software 85 @regalloc_mask |= regalloc_include unless regalloc_include.nil? 86 @regalloc_mask &= ~regalloc_exclude unless regalloc_exclude.nil? 100 value = v[:default] unless value 107 …alidation.each { |name, v| raise "#{@name}: no target arch in validation value: #{name}" unless v } 153 … raise "Wrong place of `WhilePhi` instruction" unless @cf_stack[-1].kind == CfBlock::Kind::While 163 @instructions << inst unless inst.IsElse? 164 block.append inst unless inst.global? 170 return @constants[value] unless constant.nil? 180 raise "Unresolved variable is defined more than once: #{var_name}" unless resolved.inst.nil? [all …]
|
| D | options.rb | 10 # Unless required by applicable law or agreed to in writing, software 41 Dir.mkdir(Options.working_dir) unless File.exists?(Options.working_dir) 69 raise "Irtoc plugin doesn't specifiy its name: #{full_plugin_path}" unless line_matches 91 raise "Wrong arch: #{arch_str}" unless possible_arch.include?(self.arch.to_s) 95 raise "Compiler config doesn't contain `arch_info`" unless arch_info 97 raise "Arch info not found for #{self.arch}" unless arch_info 100 …raise 'Supported IR APIs: ir-constructor, ir-builder, ir-inline' unless self.ir_api =~ /^ir-(const…
|
| D | instructions_data.rb | 10 # Unless required by applicable law or agreed to in writing, software 26 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode" 30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/templates/ |
| D | get_intrinsic_id_llvm_ark_interface_gen.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["get_intrinsic_id_inc"] 26 % next unless plugin_opts["llvmbackend_extensions"] 27 % next unless plugin_opts["llvmbackend_extensions"]["get_intrinsic_id_func"]
|
| D | llvm_ir_constructor_gen.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["llvm_ir_constructor"]
|
| D | emit_intrinsic_llvm_ir_constructor_gen.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["emit_intrinsic"]
|
| D | llvm_ir_constructor_gen.h.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["llvm_ir_constructor_h"]
|
| D | get_intrinsic_id_llvm_ark_interface_gen.h.inl.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["llvmbackend_extensions"] 18 % next unless plugin_opts["llvmbackend_extensions"]["get_intrinsic_id_func"]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | validate-recipes | 9 # Unless required by applicable law or agreed to in writing, software 114 die 'Internal: bad severity value' unless $severity =~ /^(ERROR|WARNING)$/; 128 die "Bad linter ID format: $_" unless /^[A-Za-z]+$/; 169 die "$r->{id}: No severity level" unless defined $r->{severity}; 173 unless recipe_check_if_skip_section($r, 'code_bad', $skip_list); 192 ' Unless required by applicable law or agreed to in writing, software', 202 die "Invalid license message: got \'$line\', but expected \'$_\'" unless $line eq $_; 245 unless $line eq $payload; 247 unless length($payload) == length($previous_line); 249 unless $previous_line eq 'Recipes'; [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | language_config_gen.inc.erb | 9 * Unless required by applicable law or agreed to in writing, software 17 % next unless plugin_opts["language_config"] 31 % next unless plugin_opts["language_config"] 39 % next unless plugin_opts["language_config"] 47 % next unless plugin_opts["language_config"] 56 % next unless plugin_opts["language_config"]
|
| /arkcompiler/runtime_core/bytecode_optimizer/templates/ |
| D | codegen_visitors.inc.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["bytecodeopt"] 20 % next unless plugin_opts["bytecodeopt"]["codegen_visitors_inc"]
|
| D | reg_encoder_visitors.inc.erb | 9 * Unless required by applicable law or agreed to in writing, software 19 % next unless plugin_opts["bytecodeopt"] 20 % next unless plugin_opts["bytecodeopt"]["reg_encoder_visitors_inc"]
|
| D | codegen_intrinsics.cpp.erb | 9 * Unless required by applicable law or agreed to in writing, software 35 % next unless plugin_opts["bytecodeopt"] 36 % next unless plugin_opts["bytecodeopt"]["codegen_intrinsics_inc"]
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | combine.rb | 9 # Unless required by applicable law or agreed to in writing, software 39 exit unless options.data 47 …raise 'Plugged in instructions must be prefixed' unless instructions.reject { |i| i['prefix'] }.em… 50 raise "Uknown data property: #{attr}" unless data.key?(attr)
|
| /arkcompiler/runtime_core/isa/ |
| D | combine.rb | 9 # Unless required by applicable law or agreed to in writing, software 39 exit unless options.data 47 …raise 'Plugged in instructions must be prefixed' unless instructions.reject { |i| i['prefix'] }.em… 50 raise "Uknown data property: #{attr}" unless data.key?(attr)
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | test-runner.rb | 9 # Unless required by applicable law or agreed to in writing, software 42 return unless options[key] 51 return unless options[key] 122 options['verbose'] = 1 unless options['verbose'] 123 options['timeout'] = 30 unless options['timeout'] 124 options['temp-dir'] = '/tmp' unless options['temp-dir'] 125 options['dump-timeout'] = 30 unless options['dump-timeout'] 126 options['global-timeout'] = 0 unless options['global-timeout'] 127 options['jobs'] = 8 unless options['jobs'] 128 options['reporter'] = 'log' unless options['reporter'] [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | test-runner.rb | 9 # Unless required by applicable law or agreed to in writing, software 42 return unless options[key] 51 return unless options[key] 122 options['verbose'] = 1 unless options['verbose'] 123 options['timeout'] = 30 unless options['timeout'] 124 options['temp-dir'] = '/tmp' unless options['temp-dir'] 125 options['dump-timeout'] = 30 unless options['dump-timeout'] 126 options['global-timeout'] = 0 unless options['global-timeout'] 127 options['jobs'] = 8 unless options['jobs'] 128 options['reporter'] = 'log' unless options['reporter'] [all …]
|
12345678910>>...582