Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/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()