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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 69 /// MatchedChainNodes - This maintains the position in the recorded nodes
71 SmallVector<unsigned, 2> MatchedChainNodes;
326 MatchedChainNodes.push_back(NextRecordedOperandNo++);
517 MatchedChainNodes.push_back(NextRecordedOperandNo-1);
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 74 /// MatchedChainNodes - This maintains the position in the recorded nodes
76 SmallVector<unsigned, 2> MatchedChainNodes;
361 MatchedChainNodes.push_back(NextRecordedOperandNo++);
558 MatchedChainNodes.push_back(NextRecordedOperandNo-1);
    [all...]

Completed in 303 milliseconds