Searched refs:DefaultMappingID (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVRegisterBankInfo.cpp | 285 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getInstrMapping() 289 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, GPRValueMapping, in getInstrMapping() 306 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, Mapping, in getInstrMapping() 524 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, in getInstrMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterBankInfo.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86RegisterBankInfo.cpp | 247 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getSameOperandsMapping() 283 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getInstrMapping() 400 return getInstructionMapping(DefaultMappingID, /* Cost */ 1, in getInstrMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kRegisterBankInfo.cpp | 97 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 446 return getInstructionMapping(DefaultMappingID, 1, in getSameKindOfOperandsMapping() 702 DefaultMappingID, /*Cost*/ 1, in getInstrMapping() 713 return getInstructionMapping(DefaultMappingID, 1, in getInstrMapping() 734 DefaultMappingID, copyCost(*DstRB, *SrcRB, Size), in getInstrMapping() 753 DefaultMappingID, copyCost(DstRB, SrcRB, Size), in getInstrMapping() 763 unsigned MappingID = DefaultMappingID; in getInstrMapping()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBankInfo.h | 672 static const unsigned DefaultMappingID; variable 738 if (OpdMapper.getInstrMapping().getID() == DefaultMappingID) in applyMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCRegisterBankInfo.cpp | 71 unsigned MappingID = DefaultMappingID; in getInstrMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterBankInfo.cpp | 50 const unsigned RegisterBankInfo::DefaultMappingID = UINT_MAX; member in RegisterBankInfo 261 DefaultMappingID, /*Cost*/ 1, in getInstrMappingImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 454 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.cpp | 398 unsigned MappingID = DefaultMappingID; in getInstrMapping()
|