Searched refs:operand_types (Results 1 – 8 of 8) sorted by relevance
/external/vixl/tools/test_generator/ |
D | parser.py | 54 def __init__(self, operand_types, operand_variants, input_types, argument 56 self.operand_types = operand_types 66 type_name = self.operand_types[identifier] 142 operand_types = { 160 return DataTypeBuilder(operand_types, operand_variants, input_types, input_values)
|
D | generator.py | 149 def GenerateOperands(self, operand_types): argument 180 for operand_type in operand_types.unwrap() 183 args=",".join(operand_types.GetNames()),
|
/external/v8/src/compiler/ |
D | bytecode-analysis.cc | 100 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); in UpdateInLiveness() local 106 switch (operand_types[i]) { in UpdateInLiveness() 135 DCHECK(!Bytecodes::IsRegisterOutputOperandType(operand_types[i])); in UpdateInLiveness() 144 switch (operand_types[i]) { in UpdateInLiveness() 172 DCHECK(!Bytecodes::IsRegisterInputOperandType(operand_types[i])); in UpdateInLiveness() 217 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode); in UpdateAssignments() local 220 switch (operand_types[i]) { in UpdateAssignments() 234 DCHECK(!Bytecodes::IsRegisterOutputOperandType(operand_types[i])); in UpdateAssignments()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | bfloat16_normalization.cc | 153 std::vector<PrimitiveType> operand_types(crs->operand_count()); in HandleCrossReplicaSum() local 159 operand_types[i] = crs->operand(i)->shape().element_type(); in HandleCrossReplicaSum() 161 if (operand_types[i] == F32 || output_types[i] == F32) { in HandleCrossReplicaSum() 163 } else if (operand_types[i] == BF16) { in HandleCrossReplicaSum() 173 if (operand_types[i] != BF16) { in HandleCrossReplicaSum()
|
/external/v8/src/interpreter/ |
D | bytecode-array-accessor.cc | 141 const OperandType* operand_types = in GetRegisterOperandRange() local 143 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange()
|
D | bytecode-array-builder.cc | 224 OperandType... operand_types> 239 return BytecodeNode::Create<bytecode, accumulator_use, operand_types...>( in INLINE() 241 OperandHelper<operand_types>::Convert(builder, operands)...); in INLINE()
|
D | bytecode-array-builder.h | 419 OperandType... operand_types> in NON_EXPORTED_BASE()
|
D | bytecode-pipeline.h | 257 OperandType... operand_types> in NON_EXPORTED_BASE()
|