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.cpp855 bool NeedRotate = false; in mergeTruncStore() local
861 NeedRotate = true; in mergeTruncStore()
869 if (NeedRotate && in mergeTruncStore()
881 } else if (NeedRotate) { in mergeTruncStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9490 bool NeedRotate = false; in mergeTruncStores() local
9496 NeedRotate = true; in mergeTruncStores()
9513 } else if (NeedRotate) { in mergeTruncStores()
21950 bool NeedRotate = false; in tryStoreMergeOfLoads() local
21968 NeedRotate = true; in tryStoreMergeOfLoads()
22016 if (!NeedRotate && TLI.isTypeLegal(StoreTy) && in tryStoreMergeOfLoads()
22157 if (NeedRotate) { in tryStoreMergeOfLoads()