Searched refs:LOps (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 624 static bool foldLoadsRecursive(Value *V, LoadOps &LOps, const DataLayout &DL, in foldLoadsRecursive() argument 637 if (!foldLoadsRecursive(X, LOps, DL, AA) && LOps.FoundRoot) in foldLoadsRecursive() 644 LoadInst *LI1 = LOps.Root; in foldLoadsRecursive() 645 Value *ShAmt1 = LOps.Shift; in foldLoadsRecursive() 646 if (LOps.FoundRoot == false && in foldLoadsRecursive() 690 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive() 695 if (LOps.FoundRoot) in foldLoadsRecursive() 696 Loc = Loc.getWithNewSize(LOps.LoadSize); in foldLoadsRecursive() 733 if (LOps.FoundRoot) { in foldLoadsRecursive() 735 LoadSize1 = LOps.LoadSize; in foldLoadsRecursive() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 770 SmallVector<const SCEV *, 4> LOps(drop_begin(Mul->operands())); in getExactSDiv() local 772 if (LOps == ROps) in getExactSDiv()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 822 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-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 47151 SDValue LOps[] = {FalseOp, TrueOp, in combineCMov() local 47153 SDValue LCMOV = DAG.getNode(X86ISD::CMOV, DL, N->getValueType(0), LOps); in combineCMov()
|