Home
last modified time | relevance | path

Searched refs:b_instruction (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_liveness.cc153 const HloInstruction* b_instruction = b.instruction(); in MayInterfere() local
155 hlo_ordering_->ExecutesBefore(b_instruction, a_instruction)) { in MayInterfere()
158 if (IsEntryParameter(b_instruction) && in MayInterfere()
159 hlo_ordering_->ExecutesBefore(a_instruction, b_instruction)) { in MayInterfere()
/external/u-boot/tools/
Dmksunxiboot.c140 img.header.b_instruction = /* b instruction */ in main()
147 img.header.b_instruction = cpu_to_le32(img.header.b_instruction); in main()
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dspl.h28 uint32_t b_instruction; /* one intruction jumping to real code */ member