Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp395 bool OperandIsAPointer, bool OperandIsImmArg,
893 bool OperandIsImmArg = SrcGIOrNull->isInOperandImmArg(I); in createAndImportSelDAGMatcher() local
917 OperandIsImmArg |= II->isParamImmArg(I - 1); in createAndImportSelDAGMatcher()
922 OperandIsImmArg, OpIdx++, TempOpIdx)) in createAndImportSelDAGMatcher()
963 bool OperandIsImmArg, unsigned OpIdx, unsigned &TempOpIdx) { in importChildMatcher() argument
1017 if (!OperandIsImmArg) { in importChildMatcher()
1085 if (OperandIsImmArg) { in importChildMatcher()