Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp381 RegisterBankInfo::getInstructionMappingImpl( in getInstructionMappingImpl() function in RegisterBankInfo