Home
last modified time | relevance | path

Searched refs:impresults (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h653 const std::vector<Record*> &impresults) in DAGInstruction() argument
655 ImpResults(impresults), ResultPattern(nullptr) {} in DAGInstruction()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h1022 const std::vector<Record*> &impresults,
1025 : Results(results), Operands(operands), ImpResults(impresults), in Results()