Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp846 bool NeedRotate = false; in mergeTruncStore() local
852 NeedRotate = true; in mergeTruncStore()
860 if (NeedRotate && in mergeTruncStore()
872 } else if (NeedRotate) { in mergeTruncStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9023 bool NeedRotate = false; in mergeTruncStores() local
9029 NeedRotate = true; in mergeTruncStores()
9046 } else if (NeedRotate) { in mergeTruncStores()
20557 bool NeedRotate = false; in tryStoreMergeOfLoads() local
20575 NeedRotate = true; in tryStoreMergeOfLoads()
20623 if (!NeedRotate && TLI.isTypeLegal(StoreTy) && in tryStoreMergeOfLoads()
20754 if (NeedRotate) { in tryStoreMergeOfLoads()