Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2157 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
2159 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4788 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
4796 (MatchRC.second != InputRC.second)) { in ParseConstraints()
H A DSelectionDAGBuilder.cpp8139 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in patchMatchingInput() local
8147 (MatchRC.second != InputRC.second)) { in patchMatchingInput()