Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3548 bool OperandIsAPointer, bool OperandIsImmArg,
4051 bool OperandIsImmArg = SrcGIOrNull->isOperandImmArg(i); in createAndImportSelDAGMatcher() local
4074 OperandIsImmArg |= II->isParamImmArg(i - 1); in createAndImportSelDAGMatcher()
4079 OperandIsImmArg, OpIdx++, TempOpIdx)) in createAndImportSelDAGMatcher()
4120 bool OperandIsImmArg, unsigned OpIdx, unsigned &TempOpIdx) { in importChildMatcher() argument
4163 if (!OperandIsImmArg) { in importChildMatcher()
4219 if (OperandIsImmArg) { in importChildMatcher()