Home | History | Annotate | Download | only in X86

Lines Matching refs:ArgVT

10157   EVT ArgVT = Op.getNode()->getValueType(0);
10158 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
10165 if (ArgVT == MVT::f80) {
10167 } else if (ArgVT.isFloatingPoint() && ArgSize <= 16 /*bytes*/) {
10169 } else if (ArgVT.isInteger() && ArgSize <= 32 /*bytes*/) {
10205 return DAG.getLoad(ArgVT, dl,
12066 EVT ArgVT = Arg.getValueType();
12067 Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
12081 const char *LibcallName = (ArgVT == MVT::f64)