Home
last modified time | relevance | path

Searched refs:operand_types (Results 1 – 8 of 8) sorted by relevance

/external/vixl/tools/test_generator/
Dparser.py54 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)
Dgenerator.py149 def GenerateOperands(self, operand_types): argument
180 for operand_type in operand_types.unwrap()
183 args=",".join(operand_types.GetNames()),
/external/v8/src/compiler/
Dbytecode-analysis.cc100 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/
Dbfloat16_normalization.cc153 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/
Dbytecode-array-accessor.cc141 const OperandType* operand_types = in GetRegisterOperandRange() local
143 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange()
Dbytecode-array-builder.cc224 OperandType... operand_types>
239 return BytecodeNode::Create<bytecode, accumulator_use, operand_types...>( in INLINE()
241 OperandHelper<operand_types>::Convert(builder, operands)...); in INLINE()
Dbytecode-array-builder.h419 OperandType... operand_types> in NON_EXPORTED_BASE()
Dbytecode-pipeline.h257 OperandType... operand_types> in NON_EXPORTED_BASE()