Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3633 const TargetRegisterClass *MatchRC = in getCompatibleSubRegClass() local
3635 return MatchRC && MatchRC->hasSubClassEq(SuperRC) ? MatchRC : nullptr; in getCompatibleSubRegClass()
H A DSIFoldOperands.cpp1867 const TargetRegisterClass *MatchRC = in foldCopyToAGPRRegSequence() local
1869 if (!MatchRC) { in foldCopyToAGPRRegSequence()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9687 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in patchMatchingInput() local
9697 if ((OutOpIsIntOrFP != InOpIsIntOrFP) || (MatchRC.second != InputRC.second)) { in patchMatchingInput()
H A DTargetLowering.cpp6063 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() local
6074 (MatchRC.second != InputRC.second)) { in ParseConstraints()