Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h160 static const unsigned MaxArgs = 8;
164 Arg Args[MaxArgs];
172 CHECK(NumArgs != MaxArgs); in AddArg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h90 static const size_t MaxArgs; variable
H A DBPFISelLowering.cpp402 const size_t BPFTargetLowering::MaxArgs = 5; member in BPFTargetLowering
436 if (Outs.size() > MaxArgs) in LowerCall()
450 SmallVector<std::pair<unsigned, SDValue>, MaxArgs> RegsToPass; in LowerCall()
453 for (size_t i = 0; i < std::min(ArgLocs.size(), MaxArgs); ++i) { in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h684 MaxArgs enumerator
687 SmallVector<TypeIndex, MaxArgs> ArgIndices;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp938 TypeIndex BuildInfoArgs[BuildInfoRecord::MaxArgs] = {}; in emitBuildInfo()