Home
last modified time | relevance | path

Searched refs:kFloat (Results 1 – 7 of 7) sorted by relevance

/art/compiler/llvm/
Dbackend_types.h35 kFloat, enumerator
86 return kFloat; in GetJTypeFromShorty()
Dir_builder.cc95 case kFloat: in getJType()
Dmd_builder.cc103 case kFloat: name += "Float"; break; in GetTBAAMemoryJType()
Dgbc_expander.cc56 using ::art::llvm::kFloat;
1515 case kFloat: in SignOrZeroExtendCat1Types()
1535 case kFloat: in TruncateCat1Types()
1633 if (field_jty == kFloat || field_jty == kDouble) { in Expand_HLIGet()
1676 if (field_jty == kFloat) { in Expand_HLIPut()
1917 if (field_jty == kFloat || field_jty == kDouble) { in Expand_HLSget()
1964 if (field_jty == kFloat || field_jty == kDouble) { in Expand_HLSput()
1989 if (field_jty == kFloat) { in Expand_HLSput()
3375 return Expand_HLArrayGet(call_inst, kFloat); in ExpandIntrinsic()
3407 Expand_HLArrayPut(call_inst, kFloat); in ExpandIntrinsic()
[all …]
Dir_builder.h450 case kFloat: in getJZero()
/art/runtime/
Ddex_file.cc1173 case kFloat: in Next()
1209 case kFloat: field->SetFloat<kTransactionActive>(field->GetDeclaringClass(), jval_.f); break; in ReadValueToField()
Ddex_file.h1292 kFloat = 0x10, enumerator