| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 278 : getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 287 ? getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 307 ? getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 322 getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 331 getOperandsMapping({&ARM::ValueMappings[ARM::SPR3OpsIdx], in getInstrMapping() 365 OperandsMapping = getOperandsMapping( in getInstrMapping() 385 getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 431 getOperandsMapping({&ARM::ValueMappings[ARM::DPR3OpsIdx], in getInstrMapping() 446 getOperandsMapping({&ARM::ValueMappings[ARM::GPR3OpsIdx], in getInstrMapping() 452 OperandsMapping = getOperandsMapping({nullptr}); in getInstrMapping() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 502 OperandsMapping = getOperandsMapping( in getInstrMapping() 512 OperandsMapping = getOperandsMapping( in getInstrMapping() 520 getOperandsMapping({getGprbOrCustomMapping(Op0Size, MappingID), in getInstrMapping() 533 getOperandsMapping({&Mips::ValueMappings[Mips::DPRIdx]}); in getInstrMapping() 552 OperandsMapping = getOperandsMapping( in getInstrMapping() 562 OperandsMapping = getOperandsMapping( in getInstrMapping() 622 getOperandsMapping({&Mips::ValueMappings[Mips::GPRIdx], nullptr, in getInstrMapping() 637 OperandsMapping = getOperandsMapping( in getInstrMapping() 644 OperandsMapping = getOperandsMapping( in getInstrMapping() 657 getOperandsMapping({&Mips::ValueMappings[Mips::GPRIdx], nullptr, in getInstrMapping() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegisterBankInfo.h | 493 const ValueMapping *getOperandsMapping(Iterator Begin, Iterator End) const; 500 const ValueMapping *getOperandsMapping( 508 const ValueMapping *getOperandsMapping(
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegisterBankInfo.cpp | 262 /*OperandsMapping*/ getOperandsMapping(OperandsMapping), in getInstrMappingImpl() 332 RegisterBankInfo::getOperandsMapping(Iterator Begin, Iterator End) const { in getOperandsMapping() function in RegisterBankInfo 361 const RegisterBankInfo::ValueMapping *RegisterBankInfo::getOperandsMapping( in getOperandsMapping() function in RegisterBankInfo 364 return getOperandsMapping(OpdsMapping.begin(), OpdsMapping.end()); in getOperandsMapping() 367 const RegisterBankInfo::ValueMapping *RegisterBankInfo::getOperandsMapping( in getOperandsMapping() function in RegisterBankInfo 370 return getOperandsMapping(OpdsMapping.begin(), OpdsMapping.end()); in getOperandsMapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterBankInfo.cpp | 269 getOperandsMapping(OpdsMapping), NumOperands); in getInstrMapping() 306 /*ID*/ 1, /*Cost*/ 1, getOperandsMapping(OpdsMapping), NumOperands); in getInstrAlternativeMappings()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 500 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 508 2, 1, getOperandsMapping( in getInstrAlternativeMappings() 521 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 529 2, 2, getOperandsMapping( in getInstrAlternativeMappings() 549 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 558 getOperandsMapping( in getInstrAlternativeMappings() 599 getOperandsMapping( in getInstrAlternativeMappings() 623 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 629 1, 1, getOperandsMapping( in getInstrAlternativeMappings() 3451 /*OperandsMapping*/ getOperandsMapping({&ValMap}), 1); in getInstrMapping() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 363 getOperandsMapping({getValueMapping(PMI_FirstGPR, Size), in getInstrAlternativeMappings() 369 getOperandsMapping({getValueMapping(PMI_FirstFPR, Size), in getInstrAlternativeMappings() 975 getOperandsMapping(OpdsMapping), NumOperands); in getInstrMapping()
|