Searched refs:MIR_STORE_NON_TEMPORAL (Results 1 – 3 of 3) sorted by relevance
170 #define MIR_STORE_NON_TEMPORAL (1 << kMIRStoreNonTemporal) macro
1011 … (mir->optimization_flags & MIR_STORE_NON_TEMPORAL) != 0 ? " non_temporal" : " ", in DumpCFG()
851 if (consider_non_temporal && ((opt_flags & MIR_STORE_NON_TEMPORAL) != 0)) { in StoreBaseIndexedDisp()