Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmulti_output_fusion.cc114 HloInstruction* instr2) { in Fuse()
150 void MultiOutputFusion::Update(HloInstruction* instr1, HloInstruction* instr2) { in Update()
217 HloInstruction* instr2) { in LegalToFuse()
265 HloInstruction* instr1, HloInstruction* instr2, in UpdateReachability()
298 HloInstruction* instr2 = candidate.instr2; in Perform() local
Dmulti_output_fusion.h142 HloInstruction* instr2; member
162 bool is_connected(HloInstruction* instr1, HloInstruction* instr2) { in is_connected()
Dhlo_verifier.cc1083 const HloInstruction* instr2) { in CheckSameChannel()
1098 const HloInstruction* instr2) { in CheckSameIsHostTransfer()
Dhlo_instruction_test.cc1699 auto instr2 = instr1->Clone(); in TEST_F() local
1711 auto instr2 = instr1->Clone(); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmulti_output_fusion.cc43 HloInstruction* instr2) { in ShapesCompatibleForFusion()
60 HloInstruction* instr2) { in GetProfit()
81 HloInstruction* instr2) { in LegalToFuse()
Dgpu_fusible.cc90 const HloInstruction& instr2) { in ShapesCompatibleForMultiOutputFusion()
/external/v8/src/mips/
Dassembler-mips-inl.h145 Instr instr2 = Assembler::instr_at(pc + 1 * kInstrSize); in set_target_internal_reference_encoded_at() local
226 Instr instr2 = Assembler::instr_at(pc_ + 1 * kInstrSize); in target_internal_reference() local
Dassembler-mips.cc892 Instr instr2 = instr_at(pos + 1 * kInstrSize); in target_at() local
1020 Instr instr2 = instr_at(pos + 1 * kInstrSize); in target_at_put() local
3755 Instr instr2 = instr_at(pc + 1 * kInstrSize); in MSA_BIT_LIST() local
3967 Instr instr2 = instr_at(pc + kInstrSize); in target_address_at() local
4006 Instr instr2 = instr_at(pc + kInstrSize); in set_target_value_at() local
/external/v8/src/ppc/
Dassembler-ppc-inl.h280 Instr instr2 = instr_at(pc + kInstrSize); in target_address_at() local
398 Instr instr2 = instr_at(pc + kInstrSize); in PatchConstantPoolAccessInstruction() local
463 Instr instr2 = instr_at(pc + kInstrSize); in set_target_address_at() local
Dassembler-ppc.cc338 bool Assembler::Is64BitLoadIntoR12(Instr instr1, Instr instr2, Instr instr3, in Is64BitLoadIntoR12()
352 bool Assembler::Is32BitLoadIntoR12(Instr instr1, Instr instr2) { in Is32BitLoadIntoR12()
/external/mesa3d/src/compiler/nir/
Dnir_instr_set.c254 nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2) in nir_instrs_equal()
/external/v8/src/s390/
Dassembler-s390.cc398 bool Assembler::Is64BitLoadIntoIP(SixByteInstr instr1, SixByteInstr instr2) { in Is64BitLoadIntoIP()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc708 auto instr2 = c2.instructions(j); in TEST_F() local
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc419 #define ASSEMBLE_ATOMIC64_ARITH_BINOP(instr1, instr2) \ argument
2790 #define ATOMIC_ARITH_BINOP_CASE(op, instr1, instr2) \ in AssembleArchInstruction() argument
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc430 #define ASSEMBLE_I64ATOMIC_BINOP(instr1, instr2) \ argument
3807 #define ATOMIC_BINOP_CASE(op, instr1, instr2) \ in AssembleArchInstruction() argument
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp750 UnicodeString instr2 = "not abc"; in API_Match() local