Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp640 static bool foldLoadsRecursive(Value *V, LoadOps &LOps, const DataLayout &DL, in foldLoadsRecursive() argument
653 if (!foldLoadsRecursive(X, LOps, DL, AA) && LOps.FoundRoot) in foldLoadsRecursive()
660 LoadInst *LI1 = LOps.Root; in foldLoadsRecursive()
661 const APInt *ShAmt1 = LOps.Shift; in foldLoadsRecursive()
662 if (LOps.FoundRoot == false && in foldLoadsRecursive()
707 LoadInst *Start = LOps.FoundRoot ? LOps.RootInsert : LI1, *End = LI2; in foldLoadsRecursive()
712 if (LOps.FoundRoot) in foldLoadsRecursive()
713 Loc = Loc.getWithNewSize(LOps.LoadSize); in foldLoadsRecursive()
750 if (LOps.FoundRoot) { in foldLoadsRecursive()
752 LoadSize1 = LOps.LoadSize; in foldLoadsRecursive()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3655 SmallVector<SDValue, 8> LOps, ROps; in ExpandNode() local
3662 LOps.push_back(Interleave.getValue(0)); in ExpandNode()
3667 SDValue L = DAG.getNode(ISD::VECTOR_INTERLEAVE, dl, HalfVTs, LOps); in ExpandNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp907 SmallVector<const SCEV *, 4> LOps(drop_begin(Mul->operands())); in getExactSDiv() local
909 if (LOps == ROps) in getExactSDiv()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp736 ArrayRef<const SCEV *> LOps = LHS->operands(); in CompareSCEVComplexity() local
740 unsigned LNumOps = LOps.size(), RNumOps = ROps.size(); in CompareSCEVComplexity()
745 auto X = CompareSCEVComplexity(LI, LOps[i], ROps[i], DT, Depth + 1); in CompareSCEVComplexity()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49204 SDValue LOps[] = {FalseOp, TrueOp, in combineCMov() local
49206 SDValue LCMOV = DAG.getNode(X86ISD::CMOV, DL, VT, LOps); in combineCMov()