Searched refs:getInstructionMapping (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 308 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 311 const InstructionMapping &FPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 330 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 334 const InstructionMapping &FPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 338 const InstructionMapping &GPRToFPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 343 const InstructionMapping &FPRToGPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 366 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 372 const InstructionMapping &FPRMapping = getInstructionMapping( in getInstrAlternativeMappings() 480 return getInstructionMapping(DefaultMappingID, 1, in getSameKindOfOperandsMapping() 612 return getInstructionMapping( in getInstrMapping() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86RegisterBankInfo.cpp | 159 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getSameOperandsMapping() 193 return getInstructionMapping(DefaultMappingID, 1, Mapping, NumOperands); in getInstrMapping() 269 return getInstructionMapping(DefaultMappingID, /* Cost */ 1, in getInstrMapping() 306 const RegisterBankInfo::InstructionMapping &Mapping = getInstructionMapping( in getInstrAlternativeMappings()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kRegisterBankInfo.cpp | 103 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 325 AltMappings.push_back(&getInstructionMapping(MappingID++, Entry.Cost, in addMappingFromTable() 494 const InstructionMapping &SCCMapping = getInstructionMapping( in getInstrAlternativeMappings() 502 const InstructionMapping &VCCMapping0 = getInstructionMapping( in getInstrAlternativeMappings() 515 const InstructionMapping &SSMapping = getInstructionMapping( in getInstrAlternativeMappings() 523 const InstructionMapping &VVMapping = getInstructionMapping( in getInstrAlternativeMappings() 543 const InstructionMapping &SSMapping = getInstructionMapping( in getInstrAlternativeMappings() 551 const InstructionMapping &VVMapping = getInstructionMapping( in getInstrAlternativeMappings() 570 const InstructionMapping &SSMapping = getInstructionMapping(1, 1, in getInstrAlternativeMappings() 578 const InstructionMapping &VVMapping = getInstructionMapping(2, 1, in getInstrAlternativeMappings() 593 const InstructionMapping &SSMapping = getInstructionMapping(1, 1, in getInstrAlternativeMappings() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCRegisterBankInfo.cpp | 189 return getInstructionMapping(MappingID, Cost, OperandsMapping, NumOperands); in getInstrMapping()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBankInfo.h | 525 getInstructionMapping(unsigned ID, unsigned Cost, in getInstructionMapping() function
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 485 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegisterBankInfo.cpp | 257 return getInstructionMapping( in getInstrMappingImpl()
|