Home
last modified time | relevance | path

Searched defs:input_other (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1526 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAdd() local
1615 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitAnd() local
2095 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitDiv() local
2218 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitMul() local
2393 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitOr() local
2441 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitSub() local
2618 HInstruction* input_other = instruction->GetLeastConstantLeft(); in VisitXor() local
H A Dinstruction_simplifier_shared.cc29 HInstruction* input_other) { in TrySimpleMultiplyAccumulatePatterns()
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc121 auto input_other = at::randn({2, 3, 2}); in TEST() local