Searched refs:MatchRC (Results 1 – 4 of 4) sorted by relevance
3633 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local3635 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
1867 const TargetRegisterClass *MatchRC = in foldCopyToAGPRRegSequence() local1869 if (!MatchRC) { in foldCopyToAGPRRegSequence()
9687 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in patchMatchingInput() local9697 if ((OutOpIsIntOrFP != InOpIsIntOrFP) || (MatchRC.second != InputRC.second)) { in patchMatchingInput()
6063 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local6074 (MatchRC.second != InputRC.second)) { in ParseConstraints()