Home
last modified time | relevance | path

Searched defs:instr1 (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmulti_output_fusion.cc141 HloInstruction* MultiOutputFusion::Fuse(HloInstruction* instr1, in Fuse()
197 MultiOutputFusion::GetNewFusibles(HloInstruction* instr1, in GetNewFusibles()
244 void MultiOutputFusion::UpdateBeforeFuse(HloInstruction* instr1, in UpdateBeforeFuse()
296 bool MultiOutputFusion::LegalToFuse(HloInstruction* instr1, in LegalToFuse()
304 bool MultiOutputFusion::LegalToFuseMainConstraints(HloInstruction* instr1, in LegalToFuseMainConstraints()
365 HloInstruction* instr1, HloInstruction* instr2, in UpdateReachability()
398 HloInstruction* instr1 = candidate.instr1; in Perform() local
H A Dmulti_output_fusion.h140 HloInstruction* instr1; member
196 bool is_connected(HloInstruction* instr1, HloInstruction* instr2) { in is_connected()
H A Dhlo_instruction_test.cc2001 auto instr1 = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() local
2013 auto instr1 = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() local
2026 auto instr1 = HloInstruction::CreateCustomCall(ShapeUtil::MakeShape(F32, {}), in TEST_F() local
H A Dhlo_verifier.cc1948 Status CheckSameChannel(const HloInstruction* instr1, in CheckSameChannel()
1963 Status CheckSameIsHostTransfer(const HloInstruction* instr1, in CheckSameIsHostTransfer()
H A Dcopy_insertion.cc1036 Relation::RuntimeOrder ComputeRuntimeOrdering(HloInstruction* instr1, in ComputeRuntimeOrdering()
/aosp_15_r20/art/compiler/optimizing/
H A Dscheduler.cc53 bool SideEffectDependencyAnalysis::HasReorderingDependency(const HInstruction* instr1, in HasReorderingDependency()
86 HInstruction* instr1, HInstruction* instr2) const { in ArrayAccessMayAlias()
139 const HInstruction* instr1, const HInstruction* instr2) const { in FieldAccessMayAlias() argument
165 HInstruction* instr1, HInstruction* instr2) const { in HasMemoryDependency()
223 bool SideEffectDependencyAnalysis::HasExceptionDependency(const HInstruction* instr1, in HasExceptionDependency()
H A Dscheduler.h277 bool HasSideEffectDependency(HInstruction* instr1, HInstruction* instr2) const { in HasSideEffectDependency()
H A Dnodes_vector.h150 static bool HaveSamePredicate(HVecOperation* instr0, HVecOperation* instr1) { in HaveSamePredicate()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_fusible.cc126 bool ShapesCompatibleForMultiOutputFusion(const HloInstruction& instr1, in ShapesCompatibleForMultiOutputFusion()
409 FusionDecision FusionFitsInBudget(const HloInstruction& instr1, in FusionFitsInBudget()
H A Dmulti_output_fusion.cc54 FusionDecision LegalToFuse(HloInstruction* instr1, HloInstruction* instr2, in LegalToFuse()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c78 r600_io_access_same_var(const nir_instr *instr1, const nir_instr *instr2) in r600_io_access_same_var()
195 const nir_instr *instr1 = *(nir_instr **)util_dynarray_begin(arr1); in r600_cmp_func() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_vectorize.c194 const nir_instr *instr1 = (nir_instr *)data1; in instrs_equal() local
512 instr_try_combine(struct set *instr_set, nir_instr *instr1, nir_instr *instr2) in instr_try_combine()
H A Dnir_instr_set.c511 nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2) in nir_instrs_equal()
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Darith_arm64.s102 #define vwPreIter(instr1, instr2, counter, target) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler_test.cc782 auto instr1 = c1.instructions(j); in TEST_F() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dsm50.rs3208 let instr1 = encode_instr( in encode_sm50_shader() localVariable