/external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/ |
platform_DebugDaemonGetPerfData.py | 60 def validate_get_perf_method(self, duration, num_reps, load_type): 66 @param load_type: A label to use for storing into perf keyvals. 115 key = 'mean_%s_size_%s_%d' % (result_type, load_type, duration) 140 for load_type, load_command in load_items: 147 self.validate_get_perf_method(duration, num_reps, load_type)
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
reduce_load_size.cpp | 155 analysis::Type* load_type = type_mgr->GetType(op_inst->type_id()); local 157 switch (load_type->kind()) { 160 const_mgr->FindDeclaredConstant(load_type->AsArray()->LengthId()); 166 load_type->AsStruct()->element_types().size());
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
reduce_load_size.cpp | 156 analysis::Type* load_type = type_mgr->GetType(op_inst->type_id()); local 158 switch (load_type->kind()) { 161 const_mgr->FindDeclaredConstant(load_type->AsArray()->LengthId()); 167 load_type->AsStruct()->element_types().size());
|
/external/gemmlowp/meta/generators/ |
neon_emitter.py | 404 def EmitVLoad(self, load_no, load_type, destination, source): 405 self.EmitVLoadA(load_no, load_type, [destination], source) 407 def EmitVLoadA(self, load_no, load_type, destinations, source): 408 self.EmitOp2('vld%d.%d' % (load_no, load_type), 412 load_type, 417 bits_to_load = load_type * elem_count 493 def EmitVLoadE(self, load_type, count, destination, source, alignment=None): 494 self.EmitVLoadAE(load_type, count, [destination], source, alignment) 496 def EmitVLoadAllLanes(self, load_no, load_type, destination, source): 503 self.EmitVLoadA(load_no, load_type, destinations, source [all...] |
neon_emitter_64.py | 807 def EmitVLoad(self, load_no, load_type, destination, source): 808 self.EmitVLoadA(load_no, load_type, [destination], source) 810 def EmitVLoadA(self, load_no, load_type, destinations, source): 814 self.EmitVLoadAPostIncrement(load_no, load_type, destinations, source, 817 self.EmitVLoadAPostIncrement(load_no, load_type, destinations, source, 820 def EmitVLoadAPostIncrement(self, load_no, load_type, destinations, source, 824 destination = '{%s}' % _AppendType(load_type, destinations[0]) 831 destination_list = _RegisterList(load_type, destinations) 838 load_type, 844 bits_to_load = load_type * elem_coun [all...] |
/art/compiler/optimizing/ |
code_generator_mips64.cc | 1051 LoadOperandType load_type = double_slot ? kLoadDoubleword : kLoadWord; local 1229 LoadOperandType load_type = source.IsStackSlot() ? kLoadWord : kLoadDoubleword; local 1432 LoadOperandType load_type = mem_loc.IsStackSlot() ? kLoadWord : kLoadDoubleword; local [all...] |
code_generator_x86.cc | 5204 DataType::Type load_type = instruction->GetType(); local [all...] |
code_generator_arm64.cc | 1873 DataType::Type load_type = instruction->GetType(); local [all...] |
code_generator_arm_vixl.cc | 5594 DataType::Type load_type = instruction->GetType(); local 5989 LoadOperandType load_type = GetLoadOperandType(type); local [all...] |
code_generator_mips.cc | 6622 LoadOperandType load_type = kLoadUnsignedByte; local [all...] |
code_generator_x86_64.cc | 4597 DataType::Type load_type = instruction->GetType(); local [all...] |
/art/compiler/utils/mips64/ |
assembler_mips64.cc | [all...] |
assembler_mips64.h | [all...] |