Home
last modified time | relevance | path

Searched refs:getInstructionMapping (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp306 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 DX86RegisterBankInfo.cpp157 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 DM68kRegisterBankInfo.cpp103 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp493 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 DRegisterBankInfo.h525 getInstructionMapping(unsigned ID, unsigned Cost, in getInstructionMapping() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp533 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 DARMRegisterBankInfo.cpp485 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp257 return getInstructionMapping( in getInstrMappingImpl()