Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86BaseImpl.h861 const auto *SrcVar1 = llvm::cast<Variable>(Src1Op); in emitIASGPRShiftDouble() local
862 assert(SrcVar1->hasReg()); in emitIASGPRShiftDouble()
863 GPRRegister SrcReg = Traits::getEncodedGPR(SrcVar1->getRegNum()); in emitIASGPRShiftDouble()
864 Type Ty = SrcVar1->getType(); in emitIASGPRShiftDouble()