| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 595 AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, 1), in getInstrAlternativeMappings() 3460 return AMDGPU::getValueMapping(PtrBank->getID(), Size); in getValueMappingForPtr() 3526 return AMDGPU::getValueMapping(Bank, Size); in getSGPROpMapping() 3640 getValueMapping(0, Size, getRegBank(ResultBank)); in getInstrMapping() 3940 OpdsMapping[0] = AMDGPU::getValueMapping(BankID, 32); in getInstrMapping() 3947 OpdsMapping[0] = AMDGPU::getValueMapping(BankID, 32); in getInstrMapping() 4614 OpdsMapping[2] = AMDGPU::getValueMapping(Bank, 32); in getInstrMapping() 4621 OpdsMapping[2] = AMDGPU::getValueMapping(Bank, 32); in getInstrMapping() 4710 OpdsMapping[2] = AMDGPU::getValueMapping(Bank, 32); in getInstrMapping() 4719 OpdsMapping[1] = AMDGPU::getValueMapping(Bank, 32); in getInstrMapping() [all …]
|
| H A D | AMDGPUGenRegisterBankInfo.def | 154 const RegisterBankInfo::ValueMapping *getValueMapping(unsigned BankID, 204 return getValueMapping(BankID, Size);
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 307 /*ID*/ 1, /*Cost*/ 1, getValueMapping(PMI_FirstGPR, Size), in getInstrAlternativeMappings() 310 /*ID*/ 2, /*Cost*/ 1, getValueMapping(PMI_FirstFPR, Size), in getInstrAlternativeMappings() 366 getOperandsMapping({getValueMapping(PMI_FirstGPR, Size), in getInstrAlternativeMappings() 368 getValueMapping(PMI_FirstGPR, 64)}), in getInstrAlternativeMappings() 372 getOperandsMapping({getValueMapping(PMI_FirstFPR, Size), in getInstrAlternativeMappings() 374 getValueMapping(PMI_FirstGPR, 64)}), in getInstrAlternativeMappings() 479 getValueMapping(RBIdx, Size), NumOperands); in getSameKindOfOperandsMapping() 992 auto Mapping = getValueMapping(OpRegBankIdx[Idx], OpSize[Idx]); in getInstrMapping()
|
| H A D | AArch64RegisterBankInfo.h | 82 getValueMapping(PartialMappingIdx RBIdx, unsigned Size);
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86RegisterBankInfo.cpp | 134 auto Mapping = getValueMapping(OpRegBankIdx[Idx], 1); in getInstrValueMapping() 156 auto Mapping = getValueMapping(getPartialMappingIdx(Ty, isFP), 3); in getSameOperandsMapping() 190 auto Mapping = getValueMapping(getPartialMappingIdx(Ty, false), 3); in getInstrMapping()
|
| H A D | X86RegisterBankInfo.h | 37 getValueMapping(PartialMappingIdx Idx, unsigned NumOperands);
|
| H A D | X86GenRegisterBankInfo.def | 88 X86GenRegisterBankInfo::getValueMapping(PartialMappingIdx Idx,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegisterBankInfo.cpp | 214 const ValueMapping *ValMapping = &getValueMapping(0, Size, *CurRegBank); in getInstrMappingImpl() 221 OperandsMapping[0] = &getValueMapping(0, ResultSize, *CurRegBank); in getInstrMappingImpl() 294 RegisterBankInfo::getValueMapping(unsigned StartIdx, unsigned Length, in getValueMapping() function in RegisterBankInfo 296 return getValueMapping(&getPartialMapping(StartIdx, Length, RegBank), 1); in getValueMapping() 311 RegisterBankInfo::getValueMapping(const PartialMapping *BreakDown, in getValueMapping() function in RegisterBankInfo
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64GenRegisterBankInfo.def | 140 AArch64GenRegisterBankInfo::getValueMapping((PartialMappingIdx)FirstInBank, Size)[Offset]; 199 AArch64GenRegisterBankInfo::getValueMapping(PartialMappingIdx RBIdx, 233 return getValueMapping(DstRBIdx, Size);
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBankInfo.h | 470 const ValueMapping &getValueMapping(unsigned StartIdx, unsigned Length, 474 const ValueMapping &getValueMapping(const PartialMapping *BreakDown,
|