Lines Matching defs:CurrentAction
28 std::string CurrentAction;
91 CurrentAction = CC->getName().str();
95 AssignedRegsMap[CurrentAction] = {};
98 unsigned Pad = CurrentAction.size();
106 O << CurrentAction << "(unsigned ValNo, MVT ValVT,\n"
157 DelegateToMap[CurrentAction].insert(CC->getName().str());
166 AssignedSwiftRegsMap[CurrentAction].insert(std::move(Name));
168 AssignedRegsMap[CurrentAction].insert(std::move(Name));
177 AssignedSwiftRegsMap[CurrentAction].insert(Name);
179 AssignedRegsMap[CurrentAction].insert(Name);