Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VT

72     MVT ArgVT = Ins[i].VT;
90 MVT VT = Outs[i].VT;
92 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this))
104 MVT VT = Outs[i].VT;
106 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) {
109 << EVT(VT).getEVTString();
122 MVT ArgVT = Outs[i].VT;
158 MVT VT = Ins[i].VT;
160 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) {
163 << EVT(VT).getEVTString() << "\n";
172 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) {
173 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) {
176 << EVT(VT).getEVTString();