Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp637 if (!foldLoadsRecursive(X, LOps, DL, AA) && LOps.FoundRoot) in foldLoadsRecursive()
690 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive()
695 if (LOps.FoundRoot) in foldLoadsRecursive()
733 if (LOps.FoundRoot) { in foldLoadsRecursive()
761 LOps.Root = LI1; in foldLoadsRecursive()
762 LOps.Shift = ShAmt1; in foldLoadsRecursive()
776 LoadOps LOps; in foldConsecutiveLoads() local
777 if (!foldLoadsRecursive(&I, LOps, DL, AA) || !LOps.FoundRoot) in foldConsecutiveLoads()
810 if (LOps.AATags) in foldConsecutiveLoads()
815 if (LOps.ZextType) in foldConsecutiveLoads()
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp770 SmallVector<const SCEV *, 4> LOps(drop_begin(Mul->operands())); in getExactSDiv() local
772 if (LOps == ROps) in getExactSDiv()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp822 ArrayRef<const SCEV *> LOps = LHS->operands(); in CompareSCEVComplexity() local
826 unsigned LNumOps = LOps.size(), RNumOps = ROps.size(); in CompareSCEVComplexity()
831 auto X = CompareSCEVComplexity(EqCacheSCEV, EqCacheValue, LI, LOps[i], in CompareSCEVComplexity()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47151 SDValue LOps[] = {FalseOp, TrueOp, in combineCMov() local
47153 SDValue LCMOV = DAG.getNode(X86ISD::CMOV, DL, N->getValueType(0), LOps); in combineCMov()