HomeSort by: relevance | last modified time | path
    Searched refs:InstImpResults (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 3391 std::vector<Record *> &InstImpResults) {
3419 InstImpResults.push_back(Val->getDef());
3431 InstResults, InstImpResults);
3479 InstImpResults.push_back(Val->getDef());
3487 InstResults, InstImpResults);
3719 std::vector<Record*> InstImpResults;
3741 InstImpResults);
3872 // FIXME: InstImpResults should not be part of DAGInstruction.
3875 std::forward_as_tuple(Results, Operands, InstImpResults,
4186 const std::vector<Record *> &InstImpResults) {
    [all...]
CodeGenDAGPatterns.h 1246 const std::vector<Record *> &InstImpResults);
1253 std::vector<Record *> &InstImpResults);

Completed in 17 milliseconds