Home
last modified time | relevance | path

Searched refs:NeedRotate (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp860 bool NeedRotate = false; in mergeTruncStore() local
866 NeedRotate = true; in mergeTruncStore()
874 if (NeedRotate && in mergeTruncStore()
886 } else if (NeedRotate) { in mergeTruncStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9036 bool NeedRotate = false; in mergeTruncStores() local
9042 NeedRotate = true; in mergeTruncStores()
9059 } else if (NeedRotate) { in mergeTruncStores()
20903 bool NeedRotate = false; in tryStoreMergeOfLoads() local
20921 NeedRotate = true; in tryStoreMergeOfLoads()
20969 if (!NeedRotate && TLI.isTypeLegal(StoreTy) && in tryStoreMergeOfLoads()
21100 if (NeedRotate) { in tryStoreMergeOfLoads()