Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp749 Constant *newMaskConst; in optimizeBitExtract() local
786 newMaskConst = ConstantVector::get(maskVals); in optimizeBitExtract()
809 newMaskConst = ConstantInt::get(aType, maskVal, isSigned); in optimizeBitExtract()
831 newMaskConst in optimizeBitExtract()
891 Constant *newMaskConst = NULL; in expandBFM() local
896 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F); in expandBFM()
900 newMaskVals.push_back(newMaskConst); in expandBFM()
903 newMaskConst = ConstantVector::get(newMaskVals); in expandBFM()
906 newMaskConst = ConstantInt::get(Type::getInt32Ty(*mCTX), 0x1F); in expandBFM()
911 newMaskConst, "bfm_mask", CI); in expandBFM()
[all …]