Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3595 bool OperandIsAPointer, bool OperandIsImmArg,
4115 bool OperandIsImmArg = SrcGIOrNull->isOperandImmArg(i); in createAndImportSelDAGMatcher() local
4138 OperandIsImmArg |= II->isParamImmArg(i - 1); in createAndImportSelDAGMatcher()
4143 OperandIsImmArg, OpIdx++, TempOpIdx)) in createAndImportSelDAGMatcher()
4184 bool OperandIsImmArg, unsigned OpIdx, unsigned &TempOpIdx) { in importChildMatcher() argument
4238 if (!OperandIsImmArg) { in importChildMatcher()
4294 if (OperandIsImmArg) { in importChildMatcher()