Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h86 bool NeedRotate = false; member
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3760 bool NeedRotate = false; in matchTruncStoreMerge() local
3766 NeedRotate = true; in matchTruncStoreMerge()
3774 if (NeedRotate && in matchTruncStoreMerge()
3779 MatchInfo.NeedRotate = NeedRotate; in matchTruncStoreMerge()
3795 } else if (MatchInfo.NeedRotate) { in applyTruncStoreMerge()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8068 bool NeedRotate = false; in mergeTruncStores() local
8074 NeedRotate = true; in mergeTruncStores()
8091 } else if (NeedRotate) { in mergeTruncStores()
18563 bool NeedRotate = false; in tryStoreMergeOfLoads() local
18581 NeedRotate = true; in tryStoreMergeOfLoads()
18629 if (!NeedRotate && TLI.isTypeLegal(StoreTy) && in tryStoreMergeOfLoads()
18755 if (NeedRotate) { in tryStoreMergeOfLoads()