HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceLoadWithPromotedLoad (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 132 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
664 void DAGCombiner::ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad) {
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());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 206 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 262 void ReplaceLoadWithPromotedLoad(SDNode *Load, SDNode *ExtLoad);
    [all...]

Completed in 79 milliseconds