Searched refs:isRHSID (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 885 bool &isLHSID, bool &isRHSID) { in recognizeIdentityMask() argument 886 isLHSID = isRHSID = true; in recognizeIdentityMask() 894 isRHSID &= (Mask[i]-e == i); in recognizeIdentityMask() 982 bool isLHSID, isRHSID; in visitShuffleVectorInst() local 983 recognizeIdentityMask(Mask, isLHSID, isRHSID); in visitShuffleVectorInst() 987 if (isRHSID) return replaceInstUsesWith(SVI, RHS); in visitShuffleVectorInst() 1268 bool isLHSID, isRHSID; in visitShuffleVectorInst() local 1269 recognizeIdentityMask(newMask, isLHSID, isRHSID); in visitShuffleVectorInst() 1271 if (isRHSID && VWidth == RHSOp0Width) return replaceInstUsesWith(SVI, newRHS); in visitShuffleVectorInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1110 bool &isLHSID, bool &isRHSID) { in recognizeIdentityMask() argument 1111 isLHSID = isRHSID = true; in recognizeIdentityMask() 1119 isRHSID &= (Mask[i]-e == i); in recognizeIdentityMask() 1416 bool isLHSID, isRHSID; in visitShuffleVectorInst() local 1417 recognizeIdentityMask(Mask, isLHSID, isRHSID); in visitShuffleVectorInst() 1421 if (isRHSID) return replaceInstUsesWith(SVI, RHS); in visitShuffleVectorInst() 1702 bool isLHSID, isRHSID; in visitShuffleVectorInst() local 1703 recognizeIdentityMask(newMask, isLHSID, isRHSID); in visitShuffleVectorInst() 1705 if (isRHSID && VWidth == RHSOp0Width) return replaceInstUsesWith(SVI, newRHS); in visitShuffleVectorInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 507 bool isLHSID = true, isRHSID = true; in visitShuffleVectorInst() local 515 isRHSID &= (Mask[i]-e == i); in visitShuffleVectorInst() 520 if (isRHSID) return ReplaceInstUsesWith(SVI, RHS); in visitShuffleVectorInst()
|