Searched refs:SrcST (Results 1 – 2 of 2) sorted by relevance
556 auto SrcST = dyn_cast<StructType>(SrcTy); in getSrcAndDstElememntTypeName() local558 if (!DstST || !DstST->hasName() || !SrcST || !SrcST->hasName()) in getSrcAndDstElememntTypeName()561 return std::make_pair(SrcST->getName(), DstST->getName()); in getSrcAndDstElememntTypeName()
1323 unsigned SrcST = MO1.getReg() - X86::ST0; in handleSpecialFP() local1359 if (SrcST < 8) { in handleSpecialFP()1362 assert(NumPendingSTs > SrcST && "Cannot copy from dead ST register"); in handleSpecialFP()1363 unsigned SrcFP = PendingST[SrcST]; in handleSpecialFP()1373 PendingST[SrcST] = NumFPRegs; in handleSpecialFP()