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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h 594 std::vector<Record*> ImpResults;
600 const std::vector<Record*> &impresults)
602 ImpResults(impresults), ResultPattern(0) {}
607 unsigned getNumImpResults() const { return ImpResults.size(); }
608 const std::vector<Record*>& getImpResults() const { return ImpResults; }
623 assert(RN < ImpResults.size());
624 return ImpResults[RN];
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 647 std::vector<Record*> ImpResults;
653 const std::vector<Record*> &impresults)
655 ImpResults(impresults), ResultPattern(nullptr) {}
660 unsigned getNumImpResults() const { return ImpResults.size(); }
661 const std::vector<Record*>& getImpResults() const { return ImpResults; }
676 assert(RN < ImpResults.size());
677 return ImpResults[RN];
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.h     [all...]
CodeGenDAGPatterns.cpp     [all...]

Completed in 686 milliseconds