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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp132 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
664 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) { function in class:DAGCombiner
735 ReplaceLoadWithPromotedLoad(Op.getNode(), NewOp.getNode());
750 ReplaceLoadWithPromotedLoad(Op.getNode(), NewOp.getNode());
799 ReplaceLoadWithPromotedLoad(N0.getNode(), NN0.getNode());
801 ReplaceLoadWithPromotedLoad(N1.getNode(), NN1.getNode());
848 ReplaceLoadWithPromotedLoad(Op.getOperand(0).getNode(), N0.getNode());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp206 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
937 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) { function in class:DAGCombiner
1005 ReplaceLoadWithPromotedLoad(Op.getNode(), NewOp.getNode());
1020 ReplaceLoadWithPromotedLoad(Op.getNode(), NewOp.getNode());
1069 ReplaceLoadWithPromotedLoad(N0.getNode(), NN0.getNode());
1071 ReplaceLoadWithPromotedLoad(N1.getNode(), NN1.getNode());
1118 ReplaceLoadWithPromotedLoad(Op.getOperand(0).getNode(), N0.getNode());

Completed in 99 milliseconds