Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp397 bool OperandIsAPointer, bool OperandIsImmArg,
921 bool OperandIsImmArg = SrcGIOrNull->isInOperandImmArg(I); in createAndImportSelDAGMatcher() local
945 OperandIsImmArg |= II->isParamImmArg(I - 1); in createAndImportSelDAGMatcher()
950 OperandIsImmArg, OpIdx++, TempOpIdx)) in createAndImportSelDAGMatcher()
991 bool OperandIsImmArg, unsigned OpIdx, unsigned &TempOpIdx) { in importChildMatcher() argument
1051 if (!OperandIsImmArg) { in importChildMatcher()
1127 if (OperandIsImmArg) { in importChildMatcher()