Home
last modified time | relevance | path

Searched refs:InstructionMappings (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.h138 InstructionMappings
143 RegisterBankInfo::InstructionMappings
147 RegisterBankInfo::InstructionMappings
181 InstructionMappings
H A DAMDGPURegisterBankInfo.cpp308 RegisterBankInfo::InstructionMappings
314 InstructionMappings AltMappings; in addMappingFromTable()
345 RegisterBankInfo::InstructionMappings
385 RegisterBankInfo::InstructionMappings
469 RegisterBankInfo::InstructionMappings
477 InstructionMappings AltMappings; in getInstrAlternativeMappings()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h277 using InstructionMappings = SmallVector<const InstructionMapping *, 4>; variable
706 virtual InstructionMappings
725 InstructionMappings getInstrPossibleMappings(const MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp413 RegisterBankInfo::InstructionMappings
415 InstructionMappings PossibleMappings; in getInstrPossibleMappings()
423 InstructionMappings AltMappings = getInstrAlternativeMappings(MI); in getInstrPossibleMappings()
432 RegisterBankInfo::InstructionMappings
435 return InstructionMappings(); in getInstrAlternativeMappings()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.h
H A DX86RegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.h74 InstructionMappings
H A DPPCRegisterBankInfo.cpp308 RegisterBankInfo::InstructionMappings
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.h84 InstructionMappings
H A DX86RegisterBankInfo.cpp409 RegisterBankInfo::InstructionMappings
439 InstructionMappings AltMappings; in getInstrAlternativeMappings()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.h155 InstructionMappings
H A DAArch64RegisterBankInfo.cpp252 RegisterBankInfo::InstructionMappings
272 InstructionMappings AltMappings; in getInstrAlternativeMappings()
294 InstructionMappings AltMappings; in getInstrAlternativeMappings()
334 InstructionMappings AltMappings; in getInstrAlternativeMappings()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h582 RegisterBankInfo::InstructionMappings &PossibleMappings,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp290 MachineInstr &MI, RegisterBankInfo::InstructionMappings &PossibleMappings, in findBestMapping()
665 RegisterBankInfo::InstructionMappings PossibleMappings = in assignInstr()