Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp556 auto SrcST = dyn_cast<StructType>(SrcTy); 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.cpp1323 unsigned SrcST = MO1.getReg() - X86::ST0; in handleSpecialFP() local
1359 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()