Home
last modified time | relevance | path

Searched refs:any (Results 1 - 25 of 48) sorted by relevance

12

/arkcompiler/runtime_core/assembler/
H A Dasm_metadata.rb48 (defined? flags) && flags.any? || enum? && values.any? { |v| v.flags && v.flags.any? }
162 a.values.select { |v| v.flags && v.flags.any? }.each do |v|
197 a.values.select { |v| v.flags && v.flags.any? }.each do |v|
243 use_value = attributes.any? { |a| a.enum? && a.values.any? { |v| v.flags && v.flags.any? } }
/arkcompiler/runtime_core/static_core/assembler/
H A Dasm_metadata.rb48 (defined? flags) && flags.any? || enum? && values.any? { |v| v.flags && v.flags.any? }
162 a.values.select { |v| v.flags && v.flags.any? }.each do |v|
197 a.values.select { |v| v.flags && v.flags.any? }.each do |v|
243 use_value = attributes.any? { |a| a.enum? && a.values.any? { |v| v.flags && v.flags.any? } }
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dgc_utils.cpp101 bool HasBeenGcRef(const llvm::Value *val, bool any) in HasBeenGcRef() argument
123 if (any && oneRef) { in HasBeenGcRef()
132 if (!llvm::isa<llvm::Constant>(root) && !any) { in HasBeenGcRef()
H A Dgc_utils.h32 bool HasBeenGcRef(const llvm::Value *val, bool any = true);
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_common_test.cpp242 PARAMETER(0, 0).any(); in TEST_F()
243 PARAMETER(1, 1).any(); in TEST_F()
248 INST(3, Opcode::Intrinsic).any().Inputs({{DataType::ANY, 1}, {DataType::ANY, 0}, {DataType::NO_TYPE, 2}}); in TEST_F()
249 INST(4, Opcode::Return).any().Inputs(3); in TEST_F()
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstruction.rb81 @modifiers.any? { |x| x[0] == mod}
93 @dscr.signature&.any? { |operand| operand.end_with?('-dyn') }
168 raise "Instruction has unresolved inputs: #{self}" if @inputs.any? {|x| x.nil? }
208 :any => :ANY,
/arkcompiler/runtime_core/libpandabase/tests/
H A Dregmask_test.cpp27 if (base.any()) { in CompareWithBitset()
32 ASSERT_EQ(mask.Any(), base.any()); in CompareWithBitset()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dregmask_test.cpp27 if (base.any()) { in CompareWithBitset()
32 ASSERT_EQ(mask.Any(), base.any()); in CompareWithBitset()
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
H A Dfull_md.rb63 tests.any? ? tests.join(', ') : '\`not covered\`'
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/
H A DMakefile24 python3 -m pip install $(OUTDIR)/vmb-*-py3-none-any.whl
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
H A Dfull_md.rb63 tests.any? ? tests.join(', ') : '\`not covered\`'
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_common_test.cpp284 PARAMETER(0U, 0U).any(); in TEST_F()
285 PARAMETER(1U, 1U).any(); in TEST_F()
291 .any() in TEST_F()
293 INST(4U, Opcode::Return).any().Inputs(3U); in TEST_F()
H A Dvn_test.cpp1632 INST(1U, Opcode::FunctionImmediate).any().SetPtr(fptr); in SRC_GRAPH()
1633 INST(2U, Opcode::FunctionImmediate).any().SetPtr(fptr); in SRC_GRAPH()
1646 INST(1U, Opcode::FunctionImmediate).any().SetPtr(fptr); in OUT_GRAPH()
1649 INST(2U, Opcode::FunctionImmediate).any().SetPtr(fptr); in OUT_GRAPH()
1684 INST(1U, Opcode::FunctionImmediate).any().SetPtr(fptr); in TEST_F()
1725 INST(1U, Opcode::FunctionImmediate).any().SetPtr(fptr1); in TEST_F()
1726 INST(2U, Opcode::FunctionImmediate).any().SetPtr(fptr2); in TEST_F()
1786 INST(1U, Opcode::FunctionImmediate).any().SetPtr(fptr1); in TEST_F()
1789 INST(4U, Opcode::FunctionImmediate).any().SetPtr(fptr1); in TEST_F()
1808 INST(1U, Opcode::FunctionImmediate).any() in TEST_F()
[all...]
H A Dlicm_test.cpp991 INST(2U, Opcode::FunctionImmediate).any().SetPtr(fptr); in BuildGraphFunctionImmediate()
1019 INST(2U, Opcode::FunctionImmediate).any().SetPtr(fptr); in TEST_F()
1049 PARAMETER(0U, 0U).any(); in BuildGraphLoadFromConstantPool()
1050 PARAMETER(1U, 1U).any(); in BuildGraphLoadFromConstantPool()
1053 INST(2U, Opcode::LoadConstantPool).any().Inputs(0U); in BuildGraphLoadFromConstantPool()
1058 INST(9U, Opcode::Intrinsic).any().Inputs({{DataType::ANY, 1U}, {DataType::NO_TYPE, 3U}}); in BuildGraphLoadFromConstantPool()
1059 INST(4U, Opcode::LoadFromConstantPool).any().Inputs(2U).TypeId(1U); in BuildGraphLoadFromConstantPool()
1084 PARAMETER(0U, 0U).any(); in TEST_F()
1085 PARAMETER(1U, 1U).any(); in TEST_F()
1088 INST(2U, Opcode::LoadConstantPool).any() in TEST_F()
[all...]
H A Dalias_analysis_test.cpp832 * Generally, if an object is not created in current scope it may alias any
1501 PARAMETER(0U, 0U).any(); in BuildGraphDynamicMethods()
1502 PARAMETER(1U, 1U).any(); in BuildGraphDynamicMethods()
1503 PARAMETER(2U, 2U).any(); in BuildGraphDynamicMethods()
1504 PARAMETER(3U, 3U).any(); in BuildGraphDynamicMethods()
1505 CONSTANT(4U, 2U).any(); in BuildGraphDynamicMethods()
1506 CONSTANT(5U, 0x2aU).any(); in BuildGraphDynamicMethods()
1510 .any() in BuildGraphDynamicMethods()
1515 .any() in BuildGraphDynamicMethods()
1520 .any() in BuildGraphDynamicMethods()
[all...]
/arkcompiler/runtime_core/static_core/runtime/templates/
H A Druntime.rb45 'any' => ['uint64_t'],
69 'any' => 'uint64_t',
89 signature.args.any? { |arg| Object.send(:get_ret_type, arg) != Object.send(:get_ret_effective_type, arg) }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/
H A Dast.py79 return any(_find_prefix_recursively(x, prefix) for x in ast_node.values())
81 return any(_find_prefix_recursively(x, prefix) for x in ast_node)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dtrio_tracer.py130 if not any([isinstance(i, TrioTracer) for i in instruments]):
/arkcompiler/runtime_core/isa/
H A Dasserts.rb117 i.acc_and_operands.map(&:dst?).any? == (i.dtype != 'none')
123 i.float? == i.acc_and_operands.any? { |op| op.type.start_with?('f') }
157 assert('Operand type should be one of none, ref, u1, u2, i8, u8, i16, u16, i32, u32, b32, i64, u64, b64, f64, top, any') do
158 types = %w[none ref u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 top any]
/arkcompiler/runtime_core/static_core/isa/
H A Dasserts.rb117 i.acc_and_operands.map(&:dst?).any? == (i.dtype != 'none')
123 i.float? == i.acc_and_operands.any? { |op| op.type.start_with?('f') }
157 assert('Operand type should be one of none, ref, u1, u2, i8, u8, i16, u16, i32, u32, b32, i64, u64, b64, f64, top, any') do
158 types = %w[none ref u1 u2 i8 u8 i16 u16 i32 u32 b32 f32 i64 u64 b64 f64 top any]
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
H A Dcpumask.py57 if not any(self.cpumask):
/arkcompiler/ets_frontend/ets2panda/scripts/
H A Des2panda_pre_test.py37 if any(word in line for word in searched_words):
/arkcompiler/toolchain/build/compile_script/
H A Dark.py224 "flags": ["<name of target in \"*.gn*\" file>"], # any other flags
341 is_arm = any('target_cpu="arm64"' in arg for arg in gn_args)
391 if any('target_cpu="arm64"' in arg for arg in gn_args):
438 if any('target_cpu="arm64"' in arg for arg in gn_args):
466 if any('target_cpu="arm64"' in arg for arg in gn_args):
833 if any('target_cpu="arm64"' in arg for arg in gn_args):
1027 # make a new list with flag that do not match any flag in [option]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h22 #include <any>
117 std::any val;
200 /* variadic template is used to apply any number of options parameters in any order */
211 /* variadic template is used to apply any number of options parameters in any order */
340 /* To apply input arguments in any order */
451 /* variadic template is used to apply any number of options parameters in any order */
/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dinstructions.rb41 ANY = 'any'
146 raise "Destination can be only first operand" if inputs.any? { |x| x.is_dst? }
235 'any' => 'DataType::ANY',

Completed in 16 milliseconds

12