Home
last modified time | relevance | path

Searched refs:DF_CORE_B (Results 1 – 5 of 5) sorted by relevance

/art/compiler/sea_ir/ir/
Dinstruction_tools.cc135 DF_DA | DF_UB | DF_NON_NULL_DST | DF_REF_A | DF_CORE_B | DF_UMS,
177 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_CORE_A | DF_CORE_B | DF_CORE_C,
399 DF_DA | DF_UB | DF_CORE_A | DF_CORE_B,
402 DF_DA | DF_UB | DF_CORE_A | DF_CORE_B,
405 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
408 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
417 DF_DA | DF_A_WIDE | DF_UB | DF_CORE_A | DF_CORE_B,
420 DF_DA | DF_UB | DF_FP_A | DF_CORE_B,
423 DF_DA | DF_A_WIDE | DF_UB | DF_FP_A | DF_CORE_B,
426 DF_DA | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
[all …]
Dinstruction_tools.h55 #define DF_CORE_B (1 << kCoreB) macro
/art/compiler/dex/
Dmir_dataflow.cc139 DF_DA | DF_UB | DF_NON_NULL_DST | DF_REF_A | DF_CORE_B | DF_UMS,
181 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_CORE_A | DF_CORE_B | DF_CORE_C,
403 DF_DA | DF_UB | DF_CORE_A | DF_CORE_B,
406 DF_DA | DF_UB | DF_CORE_A | DF_CORE_B,
409 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
412 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
421 DF_DA | DF_A_WIDE | DF_UB | DF_CORE_A | DF_CORE_B,
424 DF_DA | DF_UB | DF_FP_A | DF_CORE_B,
427 DF_DA | DF_A_WIDE | DF_UB | DF_FP_A | DF_CORE_B,
430 DF_DA | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B,
[all …]
Dvreg_analysis.cc126 if (attrs & DF_CORE_B) { in InferTypeAndSize()
Dmir_graph.h124 #define DF_CORE_B (1 << kCoreB) macro