Searched refs:InputDemandedElts (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1120 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts() local 1128 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() 1136 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts() 1144 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts() 1151 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), InputDemandedElts, in SimplifyDemandedVectorElts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1457 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts() local 1465 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() 1473 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts() 1481 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts() 1487 simplifyAndSetOp(I, 0, InputDemandedElts, UndefElts2); in SimplifyDemandedVectorElts()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1609 APInt InputDemandedElts(InVWidth, 0); in SimplifyDemandedVectorElts() local 1617 InputDemandedElts = DemandedElts; in SimplifyDemandedVectorElts() 1625 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts() 1633 InputDemandedElts.setBit(InIdx); in SimplifyDemandedVectorElts() 1639 simplifyAndSetOp(I, 0, InputDemandedElts, UndefElts2); in SimplifyDemandedVectorElts()
|