Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:Ins

789 static void VerifyVectorTypes(const SmallVectorImpl<ISD::InputArg> &Ins) {
790 for (unsigned i = 0; i < Ins.size(); ++i)
791 VerifyVectorType(Ins[i].VT, Ins[i].ArgVT);
861 const SmallVectorImpl<ISD::InputArg> &Ins,
874 VerifyVectorTypes(Ins);
879 CCInfo.AnalyzeFormalArguments(Ins, CC_SystemZ);
1013 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
1025 VerifyVectorTypes(Ins);
1154 RetCCInfo.AnalyzeCallResult(Ins, RetCC_SystemZ);