Home | History | Annotate | Download | only in TableGen

Lines Matching refs:InstInputs

2230                       std::map<std::string, TreePatternNode*> &InstInputs) {
2255 TreePatternNode *&Slot = InstInputs[Pat->getName()];
2281 std::map<std::string, TreePatternNode*> &InstInputs,
2285 bool isUse = HandleUse(I, Pat, InstInputs);
2311 FindPatternInputsAndOutputs(I, Pat->getChild(i), InstInputs, InstResults,
2317 bool isUse = HandleUse(I, Pat, InstInputs);
2359 InstInputs, InstResults, InstImpResults);
2574 // InstInputs - Keep track of all of the inputs of the instruction, along
2576 std::map<std::string, TreePatternNode*> InstInputs;
2593 FindPatternInputsAndOutputs(I, Pat, InstInputs, InstResults,
2637 // Loop over the inputs next. Make a copy of InstInputs so we can destroy
2639 std::map<std::string, TreePatternNode*> InstInputsCheck(InstInputs);
2940 std::map<std::string, TreePatternNode*> InstInputs;
2945 InstInputs, InstResults,