Home
last modified time | relevance | path

Searched refs:MIR_STORE_NON_TEMPORAL (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_graph.h170 #define MIR_STORE_NON_TEMPORAL (1 << kMIRStoreNonTemporal) macro
Dmir_graph.cc1011 … (mir->optimization_flags & MIR_STORE_NON_TEMPORAL) != 0 ? " non_temporal" : " ", in DumpCFG()
/art/compiler/dex/quick/x86/
Dutility_x86.cc851 if (consider_non_temporal && ((opt_flags & MIR_STORE_NON_TEMPORAL) != 0)) { in StoreBaseIndexedDisp()