| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 277 : getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 286 ? getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 306 ? getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 310 : getOperandsMapping({&ARM::ValueMappings[ARM::SPR3OpsIdx], in getInstrMapping() 321 getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 330 getOperandsMapping({&ARM::ValueMappings[ARM::SPR3OpsIdx], in getInstrMapping() 342 ? getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 344 : getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 356 ? getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 358 : getOperandsMapping({&ARM::ValueMappings[ARM::SPR3OpsIdx], in getInstrMapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCRegisterBankInfo.cpp | 112 OperandsMapping = getOperandsMapping( in getInstrMapping() 119 OperandsMapping = getOperandsMapping({getValueMapping(PMI_GPR64), nullptr}); in getInstrMapping() 126 OperandsMapping = getOperandsMapping( in getInstrMapping() 137 getOperandsMapping({getValueMapping(Size == 32 ? PMI_FPR32 : PMI_FPR64), in getInstrMapping() 155 OperandsMapping = getOperandsMapping( in getInstrMapping() 159 OperandsMapping = getOperandsMapping( in getInstrMapping() 169 OperandsMapping = getOperandsMapping( in getInstrMapping() 173 OperandsMapping = getOperandsMapping( in getInstrMapping() 182 OperandsMapping = getOperandsMapping(OpdsMapping); in getInstrMapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 500 OperandsMapping = getOperandsMapping( in getInstrMapping() 510 OperandsMapping = getOperandsMapping( in getInstrMapping() 518 getOperandsMapping({getGprbOrCustomMapping(Op0Size, MappingID), in getInstrMapping() 531 getOperandsMapping({&Mips::ValueMappings[Mips::DPRIdx]}); in getInstrMapping() 550 OperandsMapping = getOperandsMapping( in getInstrMapping() 560 OperandsMapping = getOperandsMapping( in getInstrMapping() 585 OperandsMapping = getOperandsMapping({&Mips::ValueMappings[Mips::GPRIdx], in getInstrMapping() 597 OperandsMapping = getOperandsMapping({&Mips::ValueMappings[Mips::DPRIdx], in getInstrMapping() 615 OperandsMapping = getOperandsMapping({getFprbMapping(Op0Size), nullptr}); in getInstrMapping() 620 getOperandsMapping({&Mips::ValueMappings[Mips::GPRIdx], nullptr, in getInstrMapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBankInfo.h | 492 const ValueMapping *getOperandsMapping(Iterator Begin, Iterator End) const; 499 const ValueMapping *getOperandsMapping( 507 const ValueMapping *getOperandsMapping(
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegisterBankInfo.cpp | 259 /*OperandsMapping*/ getOperandsMapping(OperandsMapping), in getInstrMappingImpl() 329 RegisterBankInfo::getOperandsMapping(Iterator Begin, Iterator End) const { in getOperandsMapping() function in RegisterBankInfo 358 const RegisterBankInfo::ValueMapping *RegisterBankInfo::getOperandsMapping( in getOperandsMapping() function in RegisterBankInfo 361 return getOperandsMapping(OpdsMapping.begin(), OpdsMapping.end()); in getOperandsMapping() 364 const RegisterBankInfo::ValueMapping *RegisterBankInfo::getOperandsMapping( in getOperandsMapping() function in RegisterBankInfo 367 return getOperandsMapping(OpdsMapping.begin(), OpdsMapping.end()); in getOperandsMapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kRegisterBankInfo.cpp | 97 getOperandsMapping({&M68k::ValueMappings[M68k::GPR3OpsIdx], nullptr}); in getInstrMapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86RegisterBankInfo.cpp | 270 getOperandsMapping(OpdsMapping), NumOperands); in getInstrMapping() 307 /*ID*/ 1, /*Cost*/ 1, getOperandsMapping(OpdsMapping), NumOperands); in getInstrAlternativeMappings()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 326 getOperandsMapping(Operands), in addMappingFromTable() 495 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 503 2, 1, getOperandsMapping( in getInstrAlternativeMappings() 516 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 524 2, 2, getOperandsMapping( in getInstrAlternativeMappings() 544 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 553 getOperandsMapping( in getInstrAlternativeMappings() 571 getOperandsMapping({AMDGPU::getValueMapping(AMDGPU::SGPRRegBankID, Size), in getInstrAlternativeMappings() 579 getOperandsMapping({AMDGPU::getValueMappingSGPR64Only(AMDGPU::VGPRRegBankID, Size), in getInstrAlternativeMappings() 594 getOperandsMapping( in getInstrAlternativeMappings() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 368 getOperandsMapping({getValueMapping(PMI_FirstGPR, Size), in getInstrAlternativeMappings() 374 getOperandsMapping({getValueMapping(PMI_FirstFPR, Size), in getInstrAlternativeMappings() 1006 getOperandsMapping(OpdsMapping), NumOperands); in getInstrMapping()
|