Searched refs:getInstructionMapping (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 306 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 309 const InstructionMapping &FPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 328 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 332 const InstructionMapping &FPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 364 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 478 return getInstructionMapping(DefaultMappingID, 1, in getSameKindOfOperandsMapping() 610 return getInstructionMapping( in getInstrMapping() 622 return getInstructionMapping(DefaultMappingID, 1, in getInstrMapping() 644 return getInstructionMapping( in getInstrMapping() 663 return getInstructionMapping( in getInstrMapping() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86RegisterBankInfo.cpp | 157 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getSameOperandsMapping() 191 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getInstrMapping() 267 return getInstructionMapping(DefaultMappingID, /* Cost */ 1, in getInstrMapping() 304 const RegisterBankInfo::InstructionMapping &Mapping = getInstructionMapping( in getInstrAlternativeMappings()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kRegisterBankInfo.cpp | 103 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 493 const InstructionMapping &SCCMapping = getInstructionMapping( in getInstrAlternativeMappings() 514 const InstructionMapping &SSMapping = getInstructionMapping( in getInstrAlternativeMappings() 522 const InstructionMapping &VVMapping = getInstructionMapping( in getInstrAlternativeMappings() 542 const InstructionMapping &SSMapping = getInstructionMapping( in getInstrAlternativeMappings() 550 const InstructionMapping &VVMapping = getInstructionMapping( in getInstrAlternativeMappings() 616 const InstructionMapping &SMapping = getInstructionMapping( in getInstrAlternativeMappings() 622 const InstructionMapping &VMapping = getInstructionMapping( in getInstrAlternativeMappings() 3581 return getInstructionMapping( in getInstrMapping() 3603 return getInstructionMapping( in getInstrMapping() 3641 return getInstructionMapping( in getInstrMapping() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBankInfo.h | 525 getInstructionMapping(unsigned ID, unsigned Cost, in getInstructionMapping() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 533 return getInstructionMapping(CustomMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping() 670 return getInstructionMapping(MappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 485 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegisterBankInfo.cpp | 257 return getInstructionMapping( in getInstrMappingImpl()
|