Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeHelper.h92 LLT getTyFromID(RegBankLLTMappingApplyID ID);
93 LLT getBTyFromID(RegBankLLTMappingApplyID ID, LLT Ty);
95 const RegisterBank *getRegBankFromID(RegBankLLTMappingApplyID ID);
99 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs);
103 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs,
H A DAMDGPURegBankLegalizeRules.h125 enum RegBankLLTMappingApplyID { enum
230 SmallVector<RegBankLLTMappingApplyID, 2> DstOpMapping;
231 SmallVector<RegBankLLTMappingApplyID, 4> SrcOpMapping;
234 std::initializer_list<RegBankLLTMappingApplyID> DstOpMappingList,
235 std::initializer_list<RegBankLLTMappingApplyID> SrcOpMappingList,
H A DAMDGPURegBankLegalizeHelper.cpp533 LLT RegBankLegalizeHelper::getTyFromID(RegBankLLTMappingApplyID ID) { in getTyFromID()
588 LLT RegBankLegalizeHelper::getBTyFromID(RegBankLLTMappingApplyID ID, LLT Ty) { in getBTyFromID()
647 RegBankLegalizeHelper::getRegBankFromID(RegBankLLTMappingApplyID ID) { in getRegBankFromID()
718 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs) { in applyMappingDst()
836 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs, in applyMappingSrc()
H A DAMDGPURegBankLegalizeRules.cpp34 std::initializer_list<RegBankLLTMappingApplyID> DstOpMappingList, in RegBankLLTMapping()
35 std::initializer_list<RegBankLLTMappingApplyID> SrcOpMappingList, in RegBankLLTMapping()