Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3623 bool OperandIsAPointer, bool OperandIsImmArg,
4159 bool OperandIsImmArg = SrcGIOrNull->isOperandImmArg(i); in createAndImportSelDAGMatcher() local
4182 OperandIsImmArg |= II->isParamImmArg(i - 1); in createAndImportSelDAGMatcher()
4187 OperandIsImmArg, OpIdx++, TempOpIdx)) in createAndImportSelDAGMatcher()
4228 bool OperandIsImmArg, unsigned OpIdx, unsigned &TempOpIdx) { in importChildMatcher() argument
4282 if (!OperandIsImmArg) { in importChildMatcher()
4338 if (OperandIsImmArg) { in importChildMatcher()