Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h119 unsigned FixedArgs = ~0U) {
133 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
142 unsigned FixedArgs = ~0U) {
147 NumFixedArgs = (FixedArgs == ~0U) ? Args.size() : FixedArgs;
154 unsigned FixedArgs = ~0U);
158 unsigned FixedArgs = ~0U) {
163 NumFixedArgs = (FixedArgs == ~0U) ? Args.size() : FixedArgs;
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h2342 unsigned FixedArgs = -1) {
2347 (FixedArgs == static_cast<unsigned>(-1) ? Args.size() : FixedArgs);
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp707 const char *Target, ArgListTy &&ArgsList, unsigned FixedArgs) { in setCallee() argument
711 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs); in setCallee()