| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUGenRegisterBankInfo.def | 57 const RegisterBankInfo::PartialMapping PartMappings[] { 104 {&PartMappings[0], 1}, 107 {&PartMappings[1], 1}, // 1 111 {&PartMappings[2], 1}, // 16 112 {&PartMappings[3], 1}, // 32 113 {&PartMappings[4], 1}, // 64 114 {&PartMappings[5], 1}, // 128 115 {&PartMappings[6], 1}, // 256 116 {&PartMappings[7], 1}, // 512 117 {&PartMappings[8], 1}, // 1024 [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64GenRegisterBankInfo.def | 14 RegisterBankInfo::PartialMapping AArch64GenRegisterBankInfo::PartMappings[]{ 44 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR16 - PMI_Min], 1}, 45 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR16 - PMI_Min], 1}, 46 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR16 - PMI_Min], 1}, 48 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, 49 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, 50 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, 52 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR64 - PMI_Min], 1}, 53 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR64 - PMI_Min], 1}, 54 {&AArch64GenRegisterBankInfo::PartMappings[PMI_FPR64 - PMI_Min], 1}, [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCGenRegisterBankInfo.def | 15 RegisterBankInfo::PartialMapping PPCGenRegisterBankInfo::PartMappings[]{ 45 {&PPCGenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1}, 46 {&PPCGenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1}, 47 {&PPCGenRegisterBankInfo::PartMappings[PMI_GPR32 - PMI_Min], 1}, 49 {&PPCGenRegisterBankInfo::PartMappings[PMI_GPR64 - PMI_Min], 1}, 50 {&PPCGenRegisterBankInfo::PartMappings[PMI_GPR64 - PMI_Min], 1}, 51 {&PPCGenRegisterBankInfo::PartMappings[PMI_GPR64 - PMI_Min], 1}, 53 {&PPCGenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, 54 {&PPCGenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, 55 {&PPCGenRegisterBankInfo::PartMappings[PMI_FPR32 - PMI_Min], 1}, [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 38 RegisterBankInfo::PartialMapping PartMappings[]{ variable 57 checkPartMapping(PartMappings[PMI_GPR - PMI_Min], 0, 32, GPRRegBankID) && in checkPartialMappings() 60 checkPartMapping(PartMappings[PMI_SPR - PMI_Min], 0, 32, FPRRegBankID) && in checkPartialMappings() 63 checkPartMapping(PartMappings[PMI_DPR - PMI_Min], 0, 64, FPRRegBankID) && in checkPartialMappings() 79 {&PartMappings[PMI_GPR - PMI_Min], 1}, 80 {&PartMappings[PMI_GPR - PMI_Min], 1}, 81 {&PartMappings[PMI_GPR - PMI_Min], 1}, 83 {&PartMappings[PMI_SPR - PMI_Min], 1}, 84 {&PartMappings[PMI_SPR - PMI_Min], 1}, 85 {&PartMappings[PMI_SPR - PMI_Min], 1}, [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kRegisterBankInfo.cpp | 36 RegisterBankInfo::PartialMapping PartMappings[]{ variable 50 {&PartMappings[PMI_GPR - PMI_Min], 1}, 51 {&PartMappings[PMI_GPR - PMI_Min], 1}, 52 {&PartMappings[PMI_GPR - PMI_Min], 1},
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 35 RegisterBankInfo::PartialMapping PartMappings[]{ variable 54 {&PartMappings[PMI_GPR - PMI_Min], 1}, 55 {&PartMappings[PMI_GPR - PMI_Min], 1}, 56 {&PartMappings[PMI_GPR - PMI_Min], 1}, 58 {&PartMappings[PMI_SPR - PMI_Min], 1}, 59 {&PartMappings[PMI_SPR - PMI_Min], 1}, 60 {&PartMappings[PMI_SPR - PMI_Min], 1}, 62 {&PartMappings[PMI_DPR - PMI_Min], 1}, 63 {&PartMappings[PMI_DPR - PMI_Min], 1}, 64 {&PartMappings[PMI_DPR - PMI_Min], 1}, [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86GenRegisterBankInfo.def | 14 RegisterBankInfo::PartialMapping X86GenRegisterBankInfo::PartMappings[]{ 49 { &X86GenRegisterBankInfo::PartMappings[INDEX], NUM }
|
| H A D | X86RegisterBankInfo.h | 32 static RegisterBankInfo::PartialMapping PartMappings[];
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 166 &AArch64GenRegisterBankInfo::PartMappings[PartialMapDstIdx] && \ in AArch64RegisterBankInfo() 170 &AArch64GenRegisterBankInfo::PartMappings[PartialMapSrcIdx] && \ in AArch64RegisterBankInfo() 194 &AArch64GenRegisterBankInfo::PartMappings[PartialMapDstIdx] && \ in AArch64RegisterBankInfo() 198 &AArch64GenRegisterBankInfo::PartMappings[PartialMapSrcIdx] && \ in AArch64RegisterBankInfo() 752 *AArch64GenRegisterBankInfo::PartMappings[OpRegBankIdx[0]].RegBank, in getInstrMapping() 753 *AArch64GenRegisterBankInfo::PartMappings[OpRegBankIdx[1]].RegBank, in getInstrMapping()
|
| H A D | AArch64RegisterBankInfo.h | 45 static RegisterBankInfo::PartialMapping PartMappings[]; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCRegisterBankInfo.h | 39 static RegisterBankInfo::PartialMapping PartMappings[]; variable
|