Searched refs:ValueMappings (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 75 RegisterBankInfo::ValueMapping ValueMappings[] = { variable 98 assert(checkValueMapping(ValueMappings[GPR3OpsIdx], in checkValueMappings() 101 assert(checkValueMapping(ValueMappings[GPR3OpsIdx + 1], in checkValueMappings() 104 assert(checkValueMapping(ValueMappings[GPR3OpsIdx + 2], in checkValueMappings() 108 assert(checkValueMapping(ValueMappings[SPR3OpsIdx], in checkValueMappings() 111 assert(checkValueMapping(ValueMappings[SPR3OpsIdx + 1], in checkValueMappings() 114 assert(checkValueMapping(ValueMappings[SPR3OpsIdx + 2], in checkValueMappings() 118 assert(checkValueMapping(ValueMappings[DPR3OpsIdx], in checkValueMappings() 121 assert(checkValueMapping(ValueMappings[DPR3OpsIdx + 1], in checkValueMappings() 276 ? &ARM::ValueMappings[ARM::GPR3OpsIdx] in getInstrMapping() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 50 RegisterBankInfo::ValueMapping ValueMappings[] = { variable 402 return &Mips::ValueMappings[Mips::MSAIdx]; in getMSAMapping() 406 return Size == 32 ? &Mips::ValueMappings[Mips::SPRIdx] in getFprbMapping() 407 : &Mips::ValueMappings[Mips::DPRIdx]; in getFprbMapping() 417 return &Mips::ValueMappings[Mips::GPRIdx]; in getGprbOrCustomMapping() 420 return &Mips::ValueMappings[Mips::DPRIdx]; in getGprbOrCustomMapping() 484 OperandsMapping = &Mips::ValueMappings[Mips::GPRIdx]; in getInstrMapping() 493 OperandsMapping = &Mips::ValueMappings[Mips::GPRIdx]; in getInstrMapping() 656 &Mips::ValueMappings[Mips::GPRIdx]}); in getInstrMapping() 661 &Mips::ValueMappings[Mips::GPRIdx], in getInstrMapping() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kRegisterBankInfo.cpp | 46 RegisterBankInfo::ValueMapping ValueMappings[] = { variable 80 const ValueMapping *OperandsMapping = &M68k::ValueMappings[M68k::GPR3OpsIdx]; in getInstrMapping() 90 OperandsMapping = &M68k::ValueMappings[M68k::GPR3OpsIdx]; in getInstrMapping() 97 getOperandsMapping({&M68k::ValueMappings[M68k::GPR3OpsIdx], nullptr}); in getInstrMapping()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86GenRegisterBankInfo.def | 50 // ValueMappings.
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64GenRegisterBankInfo.def | 36 // ValueMappings.
|