Searched refs:DstST (Results 1 – 2 of 2) sorted by relevance
557 auto DstST = dyn_cast<StructType>(DstTy); in getSrcAndDstElememntTypeName() local558 if (!DstST || !DstST->hasName() || !SrcST || !SrcST->hasName()) in getSrcAndDstElememntTypeName()561 return std::make_pair(SrcST->getName(), DstST->getName()); in getSrcAndDstElememntTypeName()
1322 unsigned DstST = MO0.getReg() - X86::ST0; in handleSpecialFP() local1327 if (DstST < 8) { in handleSpecialFP()1333 while (NumPendingSTs <= DstST) in handleSpecialFP()1337 if (isScratchReg(PendingST[DstST])) { in handleSpecialFP()1338 DEBUG(dbgs() << "Clobbering old ST in FP" << unsigned(PendingST[DstST]) in handleSpecialFP()1340 freeStackSlotBefore(MI, PendingST[DstST]); in handleSpecialFP()1348 PendingST[DstST] = SR; in handleSpecialFP()1352 PendingST[DstST] = SrcFP; in handleSpecialFP()