Searched refs:InstImpResults (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2653 std::vector<Record*> &InstImpResults) {
2670 InstImpResults.push_back(Val->getDef());
2682 InstImpResults);
2724 InstImpResults.push_back(Val->getDef());
2732 InstInputs, InstResults, InstImpResults);
2971 std::vector<Record*> InstImpResults; local
2983 InstImpResults);
3091 // FIXME: InstImpResults should not be part of DAGInstruction.
3092 DAGInstruction TheInst(I, Results, Operands, InstImpResults);
3509 std::vector<Record*> InstImpResults; local
2650 FindPatternInputsAndOutputs(TreePattern *I, TreePatternNode *Pat, std::map<std::string, TreePatternNode*> &InstInputs, std::map<std::string, TreePatternNode*>&InstResults, std::vector<Record*> &InstImpResults) argument
[all...]
H A DCodeGenDAGPatterns.h860 std::vector<Record*> &InstImpResults);

Completed in 97 milliseconds