| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 255 : getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 264 ? getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 284 ? getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 288 : getOperandsMapping({&ARM::ValueMappings[ARM::SPR3OpsIdx], in getInstrMapping() 299 getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 308 getOperandsMapping({&ARM::ValueMappings[ARM::SPR3OpsIdx], in getInstrMapping() 320 ? getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 354 getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 400 getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 415 getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 115 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 122 2, 1, getOperandsMapping( in getInstrAlternativeMappings() 131 3, 1, getOperandsMapping( in getInstrAlternativeMappings() 202 getOperandsMapping( in getInstrAlternativeMappings() 225 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 231 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 285 return getInstructionMapping(1, 1, getOperandsMapping(OpdsMapping), in getDefaultMappingSOP() 317 return getInstructionMapping(1, 1, getOperandsMapping(OpdsMapping), in getDefaultMappingVOP() 332 return getInstructionMapping(1, 1, getOperandsMapping(OpdsMapping), in getDefaultMappingAllVGPR() 361 1, 1, getOperandsMapping(OpdsMapping), MI.getNumOperands()); in getInstrMappingForLoad() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 106 getOperandsMapping({&Mips::ValueMappings[Mips::GPRIdx], nullptr}); in getInstrMapping() 110 getOperandsMapping({&Mips::ValueMappings[Mips::GPRIdx], nullptr, in getInstrMapping() 116 getOperandsMapping({&Mips::ValueMappings[Mips::GPRIdx], in getInstrMapping()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegisterBankInfo.cpp | 228 /*OperandsMapping*/ getOperandsMapping(OperandsMapping), in getInstrMappingImpl() 298 RegisterBankInfo::getOperandsMapping(Iterator Begin, Iterator End) const { in getOperandsMapping() function in RegisterBankInfo 327 const RegisterBankInfo::ValueMapping *RegisterBankInfo::getOperandsMapping( in getOperandsMapping() function in RegisterBankInfo 330 return getOperandsMapping(OpdsMapping.begin(), OpdsMapping.end()); in getOperandsMapping() 333 const RegisterBankInfo::ValueMapping *RegisterBankInfo::getOperandsMapping( in getOperandsMapping() function in RegisterBankInfo 336 return getOperandsMapping(OpdsMapping.begin(), OpdsMapping.end()); in getOperandsMapping()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegisterBankInfo.h | 491 const ValueMapping *getOperandsMapping(Iterator Begin, Iterator End) const; 498 const ValueMapping *getOperandsMapping( 506 const ValueMapping *getOperandsMapping(
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86RegisterBankInfo.cpp | 262 getOperandsMapping(OpdsMapping), NumOperands); in getInstrMapping() 299 /*ID*/ 1, /*Cost*/ 1, getOperandsMapping(OpdsMapping), NumOperands); in getInstrAlternativeMappings()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterBankInfo.cpp | 344 getOperandsMapping({getValueMapping(PMI_FirstGPR, Size), in getInstrAlternativeMappings() 350 getOperandsMapping({getValueMapping(PMI_FirstFPR, Size), in getInstrAlternativeMappings() 651 getOperandsMapping(OpdsMapping), NumOperands); in getInstrMapping()
|