Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h705 InstructionMappings getInstrPossibleMappings(const MachineInstr &MI) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp414 RegisterBankInfo::getInstrPossibleMappings(const MachineInstr &MI) const { in getInstrPossibleMappings() function in RegisterBankInfo
DRegBankSelect.cpp654 RBI->getInstrPossibleMappings(MI); in assignInstr()