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

  /external/tensorflow/tensorflow/compiler/xla/tests/
all_reduce_test.cc 78 XLA_TEST_F(TrivialCrossReplicaSumTest, ConstantOperand) {
  /external/v8/src/compiler/
code-generator-impl.h 151 ConstantOperand::cast(op)->virtual_register());
register-allocator-verifier.cc 150 constraint->value_ = ConstantOperand::cast(op)->virtual_register();
220 CHECK_EQ(ConstantOperand::cast(op)->virtual_register(),
instruction-scheduler.cc 197 operands_map_[ConstantOperand::cast(output)->virtual_register()] =
instruction.h 59 // registers but have a special "spilling" behavior. When a ConstantOperand
367 class ConstantOperand : public InstructionOperand {
369 explicit ConstantOperand(int virtual_register)
379 static ConstantOperand* New(Zone* zone, int virtual_register) {
380 return InstructionOperand::New(zone, ConstantOperand(virtual_register));
383 INSTRUCTION_OPERAND_CASTS(ConstantOperand, CONSTANT);
    [all...]
instruction.cc 167 return os << "[constant:" << ConstantOperand::cast(op).virtual_register()
807 ? ConstantOperand::cast(output)->virtual_register()
    [all...]
instruction-selector-impl.h 118 return ConstantOperand(virtual_register);
graph-visualizer.cc 757 << ConstantOperand::cast(top->GetSpillOperand())->virtual_register()
register-allocator.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 128 milliseconds