Searched refs:isLHSID (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() 891 isLHSID &= (Mask[i] == (int)i); in recognizeIdentityMask() 982 bool isLHSID, isRHSID; in visitShuffleVectorInst() local 983 recognizeIdentityMask(Mask, isLHSID, isRHSID); in visitShuffleVectorInst() 986 if (isLHSID) return replaceInstUsesWith(SVI, LHS); in visitShuffleVectorInst() 1268 bool isLHSID, isRHSID; in visitShuffleVectorInst() local 1269 recognizeIdentityMask(newMask, isLHSID, isRHSID); in visitShuffleVectorInst() 1270 if (isLHSID && VWidth == LHSOp0Width) return replaceInstUsesWith(SVI, newLHS); 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() 1116 isLHSID &= (Mask[i] == (int)i); in recognizeIdentityMask() 1416 bool isLHSID, isRHSID; in visitShuffleVectorInst() local 1417 recognizeIdentityMask(Mask, isLHSID, isRHSID); in visitShuffleVectorInst() 1420 if (isLHSID) return replaceInstUsesWith(SVI, LHS); in visitShuffleVectorInst() 1702 bool isLHSID, isRHSID; in visitShuffleVectorInst() local 1703 recognizeIdentityMask(newMask, isLHSID, isRHSID); in visitShuffleVectorInst() 1704 if (isLHSID && VWidth == LHSOp0Width) return replaceInstUsesWith(SVI, newLHS); in visitShuffleVectorInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 507 bool isLHSID = true, isRHSID = true; in visitShuffleVectorInst() local 512 isLHSID &= (Mask[i] == (int)i); in visitShuffleVectorInst() 519 if (isLHSID) return ReplaceInstUsesWith(SVI, LHS); in visitShuffleVectorInst()
|