Lines Matching refs:Type

88   bool is_core_register = (interval->GetType() != DataType::Type::kFloat64)  in ShouldProcess()
89 && (interval->GetType() != DataType::Type::kFloat32); in ShouldProcess()
137 DataType::Type type = location.IsRegister() in BlockRegister()
138 ? DataType::Type::kInt32 in BlockRegister()
139 : DataType::Type::kFloat32; in BlockRegister()
242 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kInt32); in ProcessInstruction()
251 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kFloat64); in ProcessInstruction()
254 if (codegen_->NeedsTwoRegisters(DataType::Type::kFloat64)) { in ProcessInstruction()
271 bool core_register = (instruction->GetType() != DataType::Type::kFloat64) in ProcessInstruction()
272 && (instruction->GetType() != DataType::Type::kFloat32); in ProcessInstruction()
1116 case DataType::Type::kFloat64: in AllocateSpillSlotFor()
1119 case DataType::Type::kInt64: in AllocateSpillSlotFor()
1122 case DataType::Type::kFloat32: in AllocateSpillSlotFor()
1125 case DataType::Type::kReference: in AllocateSpillSlotFor()
1126 case DataType::Type::kInt32: in AllocateSpillSlotFor()
1127 case DataType::Type::kUint16: in AllocateSpillSlotFor()
1128 case DataType::Type::kUint8: in AllocateSpillSlotFor()
1129 case DataType::Type::kInt8: in AllocateSpillSlotFor()
1130 case DataType::Type::kBool: in AllocateSpillSlotFor()
1131 case DataType::Type::kInt16: in AllocateSpillSlotFor()
1134 case DataType::Type::kUint32: in AllocateSpillSlotFor()
1135 case DataType::Type::kUint64: in AllocateSpillSlotFor()
1136 case DataType::Type::kVoid: in AllocateSpillSlotFor()