Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h193 unsigned ID = InvalidMappingID;
255 return getID() != InvalidMappingID && OperandsMapping; in isValid()
518 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
657 static const unsigned InvalidMappingID; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp53 const unsigned RegisterBankInfo::InvalidMappingID = UINT_MAX - 1; member in RegisterBankInfo
385 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 && in getInstructionMappingImpl()