Searched refs:PartMappings (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64GenRegisterBankInfo.def | 15 RegisterBankInfo::PartialMapping AArch64GenRegisterBankInfo::PartMappings[]{ 43 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR16 - PMI_Min], 1}, 44 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR16 - PMI_Min], 1}, 45 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR16 - PMI_Min], 1}, 47 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, 48 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, 49 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, 51 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR64 - PMI_Min], 1}, 52 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR64 - PMI_Min], 1}, 53 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR64 - PMI_Min], 1}, [all …]
|
| H A D | AArch64RegisterBankInfo.cpp | 159 &AArch64GenRegisterBankInfo::PartMappings[PartialMapDstIdx] && \ in AArch64RegisterBankInfo() 163 &AArch64GenRegisterBankInfo::PartMappings[PartialMapSrcIdx] && \ in AArch64RegisterBankInfo() 187 &AArch64GenRegisterBankInfo::PartMappings[PartialMapDstIdx] && \ in AArch64RegisterBankInfo() 191 &AArch64GenRegisterBankInfo::PartMappings[PartialMapSrcIdx] && \ in AArch64RegisterBankInfo() 580 *AArch64GenRegisterBankInfo::PartMappings[OpRegBankIdx[0]].RegBank, in getInstrMapping() 581 *AArch64GenRegisterBankInfo::PartMappings[OpRegBankIdx[1]].RegBank, in getInstrMapping()
|
| H A D | AArch64RegisterBankInfo.h | 45 static RegisterBankInfo::PartialMapping PartMappings[]; variable
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUGenRegisterBankInfo.def | 63 {&PartMappings[0], 1}, 66 {&PartMappings[1], 1}, 69 {&PartMappings[2], 1}, 73 {&PartMappings[3], 1}, 74 {&PartMappings[4], 1}, 75 {&PartMappings[5], 1}, 76 {&PartMappings[6], 1}, 77 {&PartMappings[7], 1}, 78 {&PartMappings[8], 1}, 81 {&PartMappings[9], 1}, [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 39 RegisterBankInfo::PartialMapping PartMappings[]{ variable 80 {&PartMappings[PMI_GPR - PMI_Min], 1}, 81 {&PartMappings[PMI_GPR - PMI_Min], 1}, 82 {&PartMappings[PMI_GPR - PMI_Min], 1}, 84 {&PartMappings[PMI_SPR - PMI_Min], 1}, 85 {&PartMappings[PMI_SPR - PMI_Min], 1}, 86 {&PartMappings[PMI_SPR - PMI_Min], 1}, 88 {&PartMappings[PMI_DPR - PMI_Min], 1}, 89 {&PartMappings[PMI_DPR - PMI_Min], 1}, 90 {&PartMappings[PMI_DPR - PMI_Min], 1}}; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 31 RegisterBankInfo::PartialMapping PartMappings[]{ variable 41 {&PartMappings[PMI_GPR - PMI_Min], 1}, 42 {&PartMappings[PMI_GPR - PMI_Min], 1}, 43 {&PartMappings[PMI_GPR - PMI_Min], 1}};
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86GenRegisterBankInfo.def | 15 RegisterBankInfo::PartialMapping X86GenRegisterBankInfo::PartMappings[]{ 50 { &X86GenRegisterBankInfo::PartMappings[INDEX], NUM }
|
| H A D | X86RegisterBankInfo.h | 33 static RegisterBankInfo::PartialMapping PartMappings[];
|