Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp229 static bool canMCOIOperandTypeBeARegister(StringRef MCOIType) { in canMCOIOperandTypeBeARegister() argument
233 return MCOIType.drop_back(1).ends_with("OPERAND_GENERIC_"); in canMCOIOperandTypeBeARegister()