Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1891 bool ForVariadic) { in emitRenderOpcodes() argument
1892 if (!ForVariadic && NewInsnID == 0 && OldInsnID == 0) { in emitRenderOpcodes()
1895 Table << MatchTable::Opcode(ForVariadic ? "GIR_CopyRemaining" : "GIR_Copy") in emitRenderOpcodes()
H A DGlobalISelMatchTable.h1979 bool ForVariadic = false);