Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h160 static const unsigned MaxArgs = 8;
164 Arg Args[MaxArgs]; in Arg()
172 CHECK(NumArgs != MaxArgs);
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h96 static const size_t MaxArgs; variable
H A DBPFISelLowering.cpp419 const size_t BPFTargetLowering::MaxArgs = 5; member in BPFTargetLowering
468 if (Outs.size() > MaxArgs) in LowerCall()
482 SmallVector<std::pair<unsigned, SDValue>, MaxArgs> RegsToPass; in LowerCall()
485 for (size_t i = 0; i < std::min(ArgLocs.size(), MaxArgs); ++i) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h683 MaxArgs enumerator
686 SmallVector<TypeIndex, MaxArgs> ArgIndices;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp611 unsigned MaxArgs = in VisitNumGangsClause() local
618 if (Clause.getIntExprs().size() > MaxArgs) in VisitNumGangsClause()
620 << /*NoArgs=*/1 << Clause.getDirectiveKind() << MaxArgs in VisitNumGangsClause()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp947 TypeIndex BuildInfoArgs[BuildInfoRecord::MaxArgs] = {}; in emitBuildInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td139 int MaxArgs = max;