Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp332 bool IsCombiner) { in buildTable() argument
333 MatchTable Table(WithCoverage, IsCombiner); in buildTable()
H A DGlobalISelMatchTable.h216 bool IsCombiner = false);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1080 const VarDecl *Out, bool IsCombiner) { in emitCombinerOrInitializer() argument
1095 {IsCombiner ? "omp_combiner" : "omp_initializer", ""}); in emitCombinerOrInitializer()
1119 if (!IsCombiner && Out->hasInit() && in emitCombinerOrInitializer()