Searched defs:NumCallRegArgs (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | StatepointLowering.cpp | 808 unsigned NumCallRegArgs = LowerAsSTATEPOINT() local |
H A D | FastISel.cpp | 831 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); selectPatchpoint() local |
H A D | SelectionDAGBuilder.cpp | 10119 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); visitPatchpoint() local |