Searched refs:MaxArgs (Results 1 – 4 of 4) sorted by relevance
172 static const unsigned MaxArgs = 5;176 Arg Args[MaxArgs];184 CHECK(NumArgs != MaxArgs); in AddArg()
62 static const unsigned MaxArgs; variable
214 const unsigned BPFTargetLowering::MaxArgs = 5; member in BPFTargetLowering248 if (Outs.size() > MaxArgs) in LowerCall()263 SmallVector<std::pair<unsigned, SDValue>, MaxArgs> RegsToPass; in LowerCall()267 e = std::min(static_cast<unsigned>(ArgLocs.size()), MaxArgs); in LowerCall()
1590 TEST(FormatTest, MaxArgs) { in TEST() argument