Searched defs:SCEV (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
50 class SCEV;
58 template <> struct FoldingSetTrait<SCEV>;
64 class SCEV : public FoldingSetNode { class in namespace:llvm
65 friend struct FoldingSetTrait<SCEV>;
71 // The SCEV baseclass this node corresponds to
80 SCEV(const SCEV &) = delete;
81 void operator=(const SCEV &) = delete;
110 explicit SCEV(cons function in class:llvm::SCEV
1168 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
1173 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
1180 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
1185 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
50 class SCEV;
58 template <> struct FoldingSetTrait<SCEV>;
64 class SCEV : public FoldingSetNode { class in namespace:llvm
65 friend struct FoldingSetTrait<SCEV>;
71 // The SCEV baseclass this node corresponds to
80 SCEV(const SCEV &) = delete;
81 void operator=(const SCEV &) = delete;
110 explicit SCEV(cons function in class:llvm::SCEV
1216 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1222 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1231 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1237 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
50 class SCEV;
58 template <> struct FoldingSetTrait<SCEV>;
64 class SCEV : public FoldingSetNode { class in namespace:llvm
65 friend struct FoldingSetTrait<SCEV>;
71 // The SCEV baseclass this node corresponds to
80 SCEV(const SCEV &) = delete;
81 void operator=(const SCEV &) = delete;
110 explicit SCEV(cons function in class:llvm::SCEV
1216 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1222 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1231 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1237 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
77 class SCEV : public FoldingSetNode { class in namespace:llvm
78 friend struct FoldingSetTrait<SCEV>;
84 // The SCEV baseclass this node corresponds to
119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) function in class:llvm::SCEV
121 SCEV(const SCEV &) = delete;
122 SCEV &operator=(const SCEV &) = delete;
126 /// Return the LLVM type of this SCEV expressio
531 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
537 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
546 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
552 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
77 class SCEV : public FoldingSetNode { class in namespace:llvm
78 friend struct FoldingSetTrait<SCEV>;
84 // The SCEV baseclass this node corresponds to
119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) function in class:llvm::SCEV
121 SCEV(const SCEV &) = delete;
122 SCEV &operator=(const SCEV &) = delete;
126 /// Return the LLVM type of this SCEV expressio
531 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
537 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
546 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
552 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
77 class SCEV : public FoldingSetNode { class in namespace:llvm
78 friend struct FoldingSetTrait<SCEV>;
84 // The SCEV baseclass this node corresponds to
119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) function in class:llvm::SCEV
121 SCEV(const SCEV &) = delete;
122 SCEV &operator=(const SCEV &) = delete;
126 /// Return the LLVM type of this SCEV expressio
531 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
537 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
546 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
552 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
77 class SCEV : public FoldingSetNode { class in namespace:llvm
78 friend struct FoldingSetTrait<SCEV>;
84 // The SCEV baseclass this node corresponds to
119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) function in class:llvm::SCEV
121 SCEV(const SCEV &) = delete;
122 SCEV &operator=(const SCEV &) = delete;
126 /// Return the LLVM type of this SCEV expressio
531 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
537 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
546 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
552 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
50 class SCEV;
58 template <> struct FoldingSetTrait<SCEV>;
64 class SCEV : public FoldingSetNode { class in namespace:llvm
65 friend struct FoldingSetTrait<SCEV>;
71 // The SCEV baseclass this node corresponds to
80 SCEV(const SCEV &) = delete;
81 void operator=(const SCEV &) = delete;
110 explicit SCEV(cons function in class:llvm::SCEV
1168 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
1173 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
1180 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
1185 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
50 class SCEV;
58 template <> struct FoldingSetTrait<SCEV>;
64 class SCEV : public FoldingSetNode { class in namespace:llvm
65 friend struct FoldingSetTrait<SCEV>;
71 // The SCEV baseclass this node corresponds to
80 SCEV(const SCEV &) = delete;
81 void operator=(const SCEV &) = delete;
110 explicit SCEV(cons function in class:llvm::SCEV
1216 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1222 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1231 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1237 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
50 class SCEV;
58 template <> struct FoldingSetTrait<SCEV>;
64 class SCEV : public FoldingSetNode { class in namespace:llvm
65 friend struct FoldingSetTrait<SCEV>;
71 // The SCEV baseclass this node corresponds to
80 SCEV(const SCEV &) = delete;
81 void operator=(const SCEV &) = delete;
110 explicit SCEV(cons function in class:llvm::SCEV
1216 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1222 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1231 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
1237 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
77 class SCEV : public FoldingSetNode { class in namespace:llvm
78 friend struct FoldingSetTrait<SCEV>;
84 // The SCEV baseclass this node corresponds to
119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) function in class:llvm::SCEV
121 SCEV(const SCEV &) = delete;
122 SCEV &operator=(const SCEV &) = delete;
126 /// Return the LLVM type of this SCEV expressio
531 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
537 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
546 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
552 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
77 class SCEV : public FoldingSetNode { class in namespace:llvm
78 friend struct FoldingSetTrait<SCEV>;
84 // The SCEV baseclass this node corresponds to
119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) function in class:llvm::SCEV
121 SCEV(const SCEV &) = delete;
122 SCEV &operator=(const SCEV &) = delete;
126 /// Return the LLVM type of this SCEV expressio
531 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
537 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
546 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
552 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
77 class SCEV : public FoldingSetNode { class in namespace:llvm
78 friend struct FoldingSetTrait<SCEV>;
84 // The SCEV baseclass this node corresponds to
119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) function in class:llvm::SCEV
121 SCEV(const SCEV &) = delete;
122 SCEV &operator=(const SCEV &) = delete;
126 /// Return the LLVM type of this SCEV expressio
531 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
537 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
546 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
552 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DScalarEvolution.h13 // SCEV class. Given this analysis, trip counts of loops and other important
77 class SCEV : public FoldingSetNode { class in namespace:llvm
78 friend struct FoldingSetTrait<SCEV>;
84 // The SCEV baseclass this node corresponds to
119 explicit SCEV(const FoldingSetNodeIDRef ID, unsigned SCEVTy) function in class:llvm::SCEV
121 SCEV(const SCEV &) = delete;
122 SCEV &operator=(const SCEV &) = delete;
126 /// Return the LLVM type of this SCEV expressio
531 getAddExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
537 getAddExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
546 getMulExpr(const SCEV *LHS, const SCEV *RHS, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
552 getMulExpr(const SCEV *Op0, const SCEV *Op1, const SCEV *Op2, SCEV::NoWrapFlags Flags = SCEV::FlagAnyWrap, unsigned Depth = 0) argument
[all...]

Completed in 281 milliseconds