Home
last modified time | relevance | path

Searched refs:getInstrPossibleMappings (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h725 InstructionMappings getInstrPossibleMappings(const MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp416 RegisterBankInfo::getInstrPossibleMappings(const MachineInstr &MI) const { in getInstrPossibleMappings() function in RegisterBankInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp666 RBI->getInstrPossibleMappings(MI); in assignInstr()