Home
last modified time | relevance | path

Searched refs:AltMappings (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp302 InstructionMappings AltMappings; in getInstrAlternativeMappings() local
310 AltMappings.push_back(&GPRMapping); in getInstrAlternativeMappings()
311 AltMappings.push_back(&FPRMapping); in getInstrAlternativeMappings()
312 return AltMappings; in getInstrAlternativeMappings()
324 InstructionMappings AltMappings; in getInstrAlternativeMappings() local
344 AltMappings.push_back(&GPRMapping); in getInstrAlternativeMappings()
345 AltMappings.push_back(&FPRMapping); in getInstrAlternativeMappings()
348 return AltMappings; in getInstrAlternativeMappings()
360 InstructionMappings AltMappings; in getInstrAlternativeMappings() local
374 AltMappings.push_back(&GPRMapping); in getInstrAlternativeMappings()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp307 InstructionMappings AltMappings; in getInstrAlternativeMappings() local
308 AltMappings.push_back(&Mapping); in getInstrAlternativeMappings()
309 return AltMappings; in getInstrAlternativeMappings()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp303 InstructionMappings AltMappings; in addMappingFromTable() local
331 return AltMappings; in addMappingFromTable()
466 InstructionMappings AltMappings; in getInstrAlternativeMappings() local
514 return AltMappings; in getInstrAlternativeMappings()
526 AltMappings.push_back(&SSMapping); in getInstrAlternativeMappings()
570 return AltMappings; in getInstrAlternativeMappings()
591 return AltMappings; in getInstrAlternativeMappings()
616 return AltMappings; in getInstrAlternativeMappings()
626 AltMappings.push_back(&SMapping); in getInstrAlternativeMappings()
632 AltMappings.push_back(&VMapping); in getInstrAlternativeMappings()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp423 InstructionMappings AltMappings = getInstrAlternativeMappings(MI); in getInstrPossibleMappings() local
424 append_range(PossibleMappings, AltMappings); in getInstrPossibleMappings()