Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp273 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings()
276 const InstructionMapping &FPRMapping = getInstructionMapping( in getInstrAlternativeMappings()
295 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings()
299 const InstructionMapping &FPRMapping = getInstructionMapping( in getInstrAlternativeMappings()
303 const InstructionMapping &GPRToFPRMapping = getInstructionMapping( in getInstrAlternativeMappings()
310 const InstructionMapping &FPRToGPRMapping = getInstructionMapping( in getInstrAlternativeMappings()
335 const InstructionMapping &GPRMapping = getInstructionMapping( in getInstrAlternativeMappings()
342 const InstructionMapping &FPRMapping = getInstructionMapping( in getInstrAlternativeMappings()
446 return getInstructionMapping(DefaultMappingID, 1, in getSameKindOfOperandsMapping()
701 return getInstructionMapping( in getInstrMapping()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp247 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()
437 const RegisterBankInfo::InstructionMapping &Mapping = getInstructionMapping( in getInstrAlternativeMappings()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp285 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/M68k/GISel/
H A DM68kRegisterBankInfo.cpp97 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp213 return getInstructionMapping( in getInstrMapping()
221 return getInstructionMapping(MappingID, Cost, OperandsMapping, NumOperands); in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp337 AltMappings.push_back(&getInstructionMapping(MappingID++, Entry.Cost, in addMappingFromTable()
511 const InstructionMapping &SCCMapping = getInstructionMapping( in getInstrAlternativeMappings()
519 const InstructionMapping &VCCMapping0 = getInstructionMapping( in getInstrAlternativeMappings()
532 const InstructionMapping &SSMapping = getInstructionMapping( in getInstrAlternativeMappings()
540 const InstructionMapping &VVMapping = getInstructionMapping( in getInstrAlternativeMappings()
560 const InstructionMapping &SSMapping = getInstructionMapping( in getInstrAlternativeMappings()
568 const InstructionMapping &VVMapping = getInstructionMapping( in getInstrAlternativeMappings()
587 const InstructionMapping &SSMapping = getInstructionMapping(1, 1, in getInstrAlternativeMappings()
595 const InstructionMapping &VVMapping = getInstructionMapping(2, 1, in getInstrAlternativeMappings()
610 const InstructionMapping &SSMapping = getInstructionMapping(1, 1, in getInstrAlternativeMappings()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp485 return getInstructionMapping(CustomMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
622 return getInstructionMapping(MappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h534 getInstructionMapping(unsigned ID, unsigned Cost, in getInstructionMapping() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp454 return getInstructionMapping(DefaultMappingID, /*Cost=*/1, OperandsMapping, in getInstrMapping()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp260 return getInstructionMapping( in getInstrMappingImpl()