Home
last modified time | relevance | path

Searched defs:instruction1 (Results 1 – 5 of 5) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_swap_function_variables.cpp40 auto instruction1 = ir_context->get_def_use_mgr()->GetDef(result_id1); in IsApplicable() local
66 auto instruction1 = in Apply() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_map.cc45 bool HloDomainMap::InSameDomain(const HloInstruction* instruction1, in InSameDomain()
Dhlo_module_group_metadata.cc400 Status HloModuleGroupMetadata::AddCompanion(HloInstruction* instruction1, in AddCompanion()
Dhlo_instruction_test.cc893 static bool Identical(const HloInstruction& instruction1, in Identical()
907 static bool StructuralEqual(const HloInstruction& instruction1, in StructuralEqual()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java514 private boolean matchingOpcodes(Instruction instruction1, in matchingOpcodes()