Lines Matching defs:DestTy
301 const Record *DestTy = Action->getValueAsDef("DestTy");
302 MVT::SimpleValueType DestVT = getValueType(DestTy);
315 const Record *DestTy = Action->getValueAsDef("DestTy");
316 MVT::SimpleValueType DestVT = getValueType(DestTy);
331 const Record *DestTy = Action->getValueAsDef("DestTy");
332 O << Indent << "LocVT = " << getEnumName(getValueType(DestTy)) << ";\n";
335 const Record *DestTy = Action->getValueAsDef("DestTy");
336 O << Indent << "LocVT = " << getEnumName(getValueType(DestTy)) << ";\n";
339 const Record *DestTy = Action->getValueAsDef("DestTy");
340 O << Indent << "LocVT = " << getEnumName(getValueType(DestTy)) << ";\n";