Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h87 bool NeedRotate = false; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3831 bool NeedRotate = false; in matchTruncStoreMerge() local
3837 NeedRotate = true; in matchTruncStoreMerge()
3845 if (NeedRotate && in matchTruncStoreMerge()
3850 MatchInfo.NeedRotate = NeedRotate; in matchTruncStoreMerge()
3866 } else if (MatchInfo.NeedRotate) { in applyTruncStoreMerge()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8321 bool NeedRotate = false; in mergeTruncStores() local
8327 NeedRotate = true; in mergeTruncStores()
8344 } else if (NeedRotate) { in mergeTruncStores()
19220 bool NeedRotate = false; in tryStoreMergeOfLoads() local
19238 NeedRotate = true; in tryStoreMergeOfLoads()
19286 if (!NeedRotate && TLI.isTypeLegal(StoreTy) && in tryStoreMergeOfLoads()
19412 if (NeedRotate) { in tryStoreMergeOfLoads()