Home
last modified time | relevance | path

Searched refs:getInstructionMappingImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h518 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
529 return getInstructionMappingImpl(/*IsInvalid*/ false, ID, Cost, in getInstructionMapping()
535 return getInstructionMappingImpl(/*IsInvalid*/ true); in getInvalidInstructionMapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp381 RegisterBankInfo::getInstructionMappingImpl( in getInstructionMappingImpl() function in RegisterBankInfo