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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 283 /// getCodeToRunOnSDNode - Return the code for the function body that
287 std::string getCodeToRunOnSDNode() const;
DAGISelMatcherEmitter.cpp 630 OS << PredFn.getCodeToRunOnSDNode() << "\n }\n";
CodeGenDAGPatterns.cpp 688 /// getCodeToRunOnSDNode - Return the code for the function body that
692 std::string TreePredicateFn::getCodeToRunOnSDNode() const {
    [all...]

Completed in 104 milliseconds