Home
last modified time | relevance | path

Searched refs:getValueMapping (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp110 OperandsMapping = getValueMapping(PMI_VEC128); in getInstrMapping()
113 OperandsMapping = getValueMapping(PMI_GPR64); in getInstrMapping()
129 OperandsMapping = getValueMapping(PMI_FPR32); in getInstrMapping()
132 OperandsMapping = getValueMapping(PMI_FPR64); in getInstrMapping()
135 OperandsMapping = getValueMapping(PMI_VEC128); in getInstrMapping()
144 {getValueMapping(PMI_CR), nullptr, in getInstrMapping()
145 getValueMapping(CmpSize == 32 ? PMI_FPR32 : PMI_FPR64), in getInstrMapping()
146 getValueMapping(CmpSize == 32 ? PMI_FPR32 : PMI_FPR64)}); in getInstrMapping()
150 OperandsMapping = getOperandsMapping({getValueMapping(PMI_GPR64), nullptr}); in getInstrMapping()
153 OperandsMapping = getOperandsMapping({getValueMapping(PMI_GPR64), nullptr}); in getInstrMapping()
[all …]
H A DPPCRegisterBankInfo.h52 getValueMapping(PartialMappingIdx RBIdx);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp326 Operands[I] = AMDGPU::getValueMapping(AMDGPU::VGPRRegBankID, SizeI); in addMappingFromTable()
334 Operands[OpIdx] = AMDGPU::getValueMapping(Entry.RegBanks[I], Sizes[I]); in addMappingFromTable()
513 {AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, 32), in getInstrAlternativeMappings()
514 AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, 32), in getInstrAlternativeMappings()
515 AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, 32)}), in getInstrAlternativeMappings()
521 {AMDGPU::getValueMapping(AMDGPU::VCCRegBankID, Size), in getInstrAlternativeMappings()
522 AMDGPU::getValueMapping(AMDGPU::VCCRegBankID, Size), in getInstrAlternativeMappings()
523 AMDGPU::getValueMapping(AMDGPU::VCCRegBankID, Size)}), in getInstrAlternativeMappings()
534 {AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, Size), in getInstrAlternativeMappings()
535 AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, Size), in getInstrAlternativeMappings()
[all …]
H A DAMDGPUGenRegisterBankInfo.def190 const RegisterBankInfo::ValueMapping *getValueMapping(unsigned BankID,
297 return getValueMapping(BankID, Size);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCGenRegisterBankInfo.def32 // Pointers to the entries in this array are returned by getValueMapping() and
72 PPCGenRegisterBankInfo::getValueMapping(PartialMappingIdx RBIdx) {
100 return getValueMapping(DstRBIdx);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp
H A DX86RegisterBankInfo.h
H A DX86GenRegisterBankInfo.def101 X86GenRegisterBankInfo::getValueMapping(PartialMappingIdx Idx,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp319 /*ID*/ 1, /*Cost*/ 1, getValueMapping(PMI_FirstGPR, Size), in getInstrAlternativeMappings()
322 /*ID*/ 2, /*Cost*/ 1, getValueMapping(PMI_FirstFPR, Size), in getInstrAlternativeMappings()
383 {getValueMapping(PMI_FirstGPR, Size), in getInstrAlternativeMappings()
385 getValueMapping(PMI_FirstGPR, TypeSize::getFixed(64))}), in getInstrAlternativeMappings()
390 {getValueMapping(PMI_FirstFPR, Size), in getInstrAlternativeMappings()
392 getValueMapping(PMI_FirstGPR, TypeSize::getFixed(64))}), in getInstrAlternativeMappings()
472 getValueMapping(RBIdx, Size), NumOperands); in getSameKindOfOperandsMapping()
1134 getValueMapping(OpRegBankIdx[Idx], TypeSize::getFixed(OpSize[Idx])); in getInstrMapping()
H A DAArch64RegisterBankInfo.h83 getValueMapping(PartialMappingIdx RBIdx, TypeSize Size);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp219 const ValueMapping *ValMapping = &getValueMapping(0, Size, *CurRegBank); in getInstrMappingImpl()
226 OperandsMapping[0] = &getValueMapping(0, ResultSize, *CurRegBank); in getInstrMappingImpl()
299 RegisterBankInfo::getValueMapping(unsigned StartIdx, unsigned Length, in getValueMapping() function in RegisterBankInfo
301 return getValueMapping(&getPartialMapping(StartIdx, Length, RegBank), 1); in getValueMapping()
316 RegisterBankInfo::getValueMapping(const PartialMapping *BreakDown, in getValueMapping() function in RegisterBankInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp249 auto Mapping = getValueMapping(OpRegBankIdx[Idx], 1); in getInstrValueMapping()
271 auto Mapping = getValueMapping(getPartialMappingIdx(MI, Ty, isFP), 3); in getSameOperandsMapping()
307 auto Mapping = getValueMapping(getPartialMappingIdx(MI, Ty, false), 3); in getInstrMapping()
H A DX86RegisterBankInfo.h38 getValueMapping(PartialMappingIdx Idx, unsigned NumOperands);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GenRegisterBankInfo.def140 AArch64GenRegisterBankInfo::getValueMapping(
204 AArch64GenRegisterBankInfo::getValueMapping(PartialMappingIdx RBIdx,
239 return getValueMapping(DstRBIdx, Size);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h479 const ValueMapping &getValueMapping(unsigned StartIdx, unsigned Length,
483 const ValueMapping &getValueMapping(const PartialMapping *BreakDown,