HomeSort by relevance Sort by last modified time
    Searched refs:other_operand (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_query.cc 77 HloInstruction** other_operand) {
81 *other_operand = instruction->mutable_operand(1);
86 *other_operand = instruction->mutable_operand(0);
95 HloInstruction** other_operand) {
100 instruction, matching_operand, other_operand); member in namespace:xla::hlo_query
hlo_query.h 53 // other_operand. Note: in the case where both operands match, the first operand
58 HloInstruction** other_operand);
65 HloInstruction** other_operand);
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 290 Operand other_operand = cgen_->ToOperand(other); local
292 __ Movsd(reg, other_operand);
293 __ Movsd(other_operand, kScratchDoubleReg);
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 762 HValue* other_operand = OperandAt(i); local
763 if (other_operand == NULL) continue;
764 HBasicBlock* other_block = other_operand->block();
766 if (!other_operand->IsPhi()) {
769 if (cur == other_operand) break;
773 DCHECK(cur == other_operand);
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 773 const int other_operand = 1 - try_operand; local
780 ir->operands[other_operand]->accept(this);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1466 const int other_operand = 1 - try_operand; local
    [all...]

Completed in 4492 milliseconds