Home
last modified time | relevance | path

Searched refs:MatchRC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2732 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
2734 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5452 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
5460 (MatchRC.second != InputRC.second)) { in ParseConstraints()
H A DSelectionDAGBuilder.cpp8436 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in patchMatchingInput() local
8444 (MatchRC.second != InputRC.second)) { in patchMatchingInput()