Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPatternMatchPass.cpp4812 …if (llvm::ConstantInt * simDOffSetInst = llvm::dyn_cast<llvm::ConstantInt>(binaryInst->getOperand(… in MatchRegisterRegion() local
4814 subReg = int_cast<int>(cast<ConstantInt>(simDOffSetInst)->getSExtValue()); in MatchRegisterRegion()
4832 …if (llvm::ConstantInt * simDOffSetInst = llvm::dyn_cast<llvm::ConstantInt>(binaryInst->getOperand(… in MatchRegisterRegion() local
4834 uint shiftFactor = int_cast<uint>(simDOffSetInst->getZExtValue()); in MatchRegisterRegion()