Searched defs:NarrowLoad (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3670 SDValue NarrowLoad = ReduceLoadWidth(N); local
3671 if (NarrowLoad.getNode())
3672 return NarrowLoad;
3967 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode()); local
3968 if (NarrowLoad.getNode()) {
3970 if (NarrowLoad.getNode() != N0.getNode()) {
3971 CombineTo(N0.getNode(), NarrowLoad);
4181 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode()); local
4182 if (NarrowLoad.getNode()) {
4184 if (NarrowLoad
4199 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode()); local
4429 SDValue NarrowLoad = ReduceLoadWidth(N0.getNode()); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp438 /// of the original loaded value. NarrowLoad returns whether the load would
442 bool &NarrowLoad);
3010 bool &NarrowLoad) {
3024 NarrowLoad = false;
3044 NarrowLoad = true;
3242 auto NarrowLoad = false; local
3246 NarrowLoad)) {
3247 if (!NarrowLoad) {
4926 if (SDValue NarrowLoad = ReduceLoadWidth(N))
4927 return NarrowLoad;
3008 isAndLoadExtLoad(ConstantSDNode *AndC, LoadSDNode *LoadN, EVT LoadResultTy, EVT &ExtVT, EVT &LoadedVT, bool &NarrowLoad) argument
6440 auto NarrowLoad = false; local
[all...]

Completed in 88 milliseconds