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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 133 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
683 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) {
729 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
744 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
779 SDValue NN0 = PromoteOperand(N0, PVT, Replace0);
789 NN1 = PromoteOperand(N1, PVT, Replace1);
842 N0 = PromoteOperand(N0, PVT, Replace);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 207 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
    [all...]

Completed in 103 milliseconds