Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp238 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
4911 SDValue DAGCombiner::CombineConsecutiveLoads(SDNode *N, EVT VT) { in CombineConsecutiveLoads() function in DAGCombiner
5082 SDValue CombineLD = CombineConsecutiveLoads(N0.getNode(), VT); in visitBITCAST()
5092 return CombineConsecutiveLoads(N, VT); in visitBUILD_PAIR()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp352 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
7312 SDValue DAGCombiner::CombineConsecutiveLoads(SDNode *N, EVT VT) { in CombineConsecutiveLoads() function in DAGCombiner
7582 if (SDValue CombineLD = CombineConsecutiveLoads(N0.getNode(), VT)) in visitBITCAST()
7635 return CombineConsecutiveLoads(N, VT); in visitBUILD_PAIR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp425 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
9651 SDValue DAGCombiner::CombineConsecutiveLoads(SDNode *N, EVT VT) { in CombineConsecutiveLoads() function in DAGCombiner
9929 if (SDValue CombineLD = CombineConsecutiveLoads(N0.getNode(), VT)) in visitBITCAST()
9985 return CombineConsecutiveLoads(N, VT); in visitBUILD_PAIR()