Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3582 bool OperandIsAPointer, bool OperandIsImmArg,
4101 bool OperandIsImmArg = SrcGIOrNull->isOperandImmArg(i); in createAndImportSelDAGMatcher() local
4124 OperandIsImmArg |= II->isParamImmArg(i - 1); in createAndImportSelDAGMatcher()
4129 OperandIsImmArg, OpIdx++, TempOpIdx)) in createAndImportSelDAGMatcher()
4170 bool OperandIsImmArg, unsigned OpIdx, unsigned &TempOpIdx) { in importChildMatcher() argument
4224 if (!OperandIsImmArg) { in importChildMatcher()
4280 if (OperandIsImmArg) { in importChildMatcher()