Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXEmulate.cpp726 llvm::SmallVector<uint32_t, 8> ShaVals; in visitShl() local
727 if (getConstantUI32Values(Op.getOperand(1), ShaVals)) { in visitShl()
728 auto *Result = tryOptimizedShl(Builder, SplitBuilder, Op, ShaVals); in visitShl()
1358 llvm::SmallVector<uint32_t, 8> ShaVals; in buildRightShift() local
1359 if (getConstantUI32Values(Op.getOperand(1), ShaVals)) { in buildRightShift()
1360 auto *Result = tryOptimizedShr(Builder, SplitBuilder, Op, ShaVals); in buildRightShift()