Home
last modified time | relevance | path

Searched refs:STCoversLD (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14989 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
14994 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
14996 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15012 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15760 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15765 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15767 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15783 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15259 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15264 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15266 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15282 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15760 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15765 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15767 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15783 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15760 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15765 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15767 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15783 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15259 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15264 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15266 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15282 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15760 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15765 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15767 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15783 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15760 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15765 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15767 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15783 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15799 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15804 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15806 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15822 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13039 bool STCoversLD = in ForwardStoreValueToDirectLoad() local
13056 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14226 bool STCoversLD = in ForwardStoreValueToDirectLoad() local
14243 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14219 bool STCoversLD = in ForwardStoreValueToDirectLoad() local
14236 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14226 bool STCoversLD = in ForwardStoreValueToDirectLoad() local
14243 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14034 bool STCoversLD = in ForwardStoreValueToDirectLoad() local
14051 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14844 bool STCoversLD = in ForwardStoreValueToDirectLoad() local
14861 if (!STCoversLD) in ForwardStoreValueToDirectLoad()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14752 bool STCoversLD = in ForwardStoreValueToDirectLoad() local
14769 if (!STCoversLD) in ForwardStoreValueToDirectLoad()