Home
last modified time | relevance | path

Searched refs:DstST (Results 1 – 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp557 auto DstST = dyn_cast<StructType>(DstTy); in getSrcAndDstElememntTypeName() local
558 if (!DstST || !DstST->hasName() || !SrcST || !SrcST->hasName()) in getSrcAndDstElememntTypeName()
561 return std::make_pair(SrcST->getName(), DstST->getName()); in getSrcAndDstElememntTypeName()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp1322 unsigned DstST = MO0.getReg() - X86::ST0; in handleSpecialFP() local
1327 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()