Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:Args

493 NVPTXTargetLowering::getPrototype(Type *retTy, const ArgListTy &Args,
544 for (unsigned i = 0, e = Args.size(); i != e; ++i, ++OIdx) {
545 Type *Ty = Args[i].Ty;
661 ArgListTy &Args = CLI.getArgs();
680 // Args.size() and Outs.size() need not match.
692 for (unsigned i = 0, e = Args.size(); i != e; ++i, ++OIdx) {
694 Type *Ty = Args[i].Ty;
918 const PointerType *PTy = dyn_cast<PointerType>(Args[i].Ty);
1008 std::string Proto = getPrototype(retTy, Args, Outs, retAlignment, CS);