HomeSort by relevance Sort by last modified time
    Searched refs:RHSExpr (Results 1 - 25 of 31) sorted by null

1 2

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclExtractFunctors.h 47 template <template <class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev>
48 struct FunctorExtractor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> > {
49 FunctorExtractor<TensorEvaluator<RHSExpr, Dev> > rhsExpr;
51 FunctorExtractor(const TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev>& expr)
52 : rhsExpr(expr.impl()), func(expr.functor()) {}
56 template <template <class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev>
57 struct FunctorExtractor<TensorEvaluator<UnaryCategory<OP, RHSExpr>, Dev> >
58 : FunctorExtractor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> >{};
62 template <template<class, class, class> class BinaryCategory, typename OP, typename LHSExpr, typename RHSExpr, typename Dev
    [all...]
TensorSyclLeafCount.h 57 template <template <class, class...> class CategoryExpr, typename OP, typename... RHSExpr>
58 struct LeafCount<const CategoryExpr<OP, RHSExpr...> >: CategoryCount<RHSExpr...> {};
60 template <template <class, class...> class CategoryExpr, typename OP, typename... RHSExpr>
61 struct LeafCount<CategoryExpr<OP, RHSExpr...> > :LeafCount<const CategoryExpr<OP, RHSExpr...> >{};
72 template <typename LHSExpr, typename RHSExpr>
73 struct LeafCount<const TensorAssignOp<LHSExpr, RHSExpr> >: CategoryCount<LHSExpr,RHSExpr> {};
77 template <typename LHSExpr, typename RHSExpr>
    [all...]
TensorSyclExtractAccessor.h 68 template <template<class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev>
69 struct ExtractAccessor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> > {
70 static inline auto getTuple(cl::sycl::handler& cgh, const TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> eval)
77 template <template<class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev>
78 struct ExtractAccessor<TensorEvaluator<UnaryCategory<OP, RHSExpr>, Dev> >
79 : ExtractAccessor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> > {};
82 template <template<class, class, class> class BinaryCategory, typename OP, typename LHSExpr, typename RHSExpr, typename Dev>
83 struct ExtractAccessor<TensorEvaluator<const BinaryCategory<OP, LHSExpr, RHSExpr>, Dev> > {
84 static inline auto getTuple(cl::sycl::handler& cgh, const TensorEvaluator<const BinaryCategory<OP, LHSExpr, RHSExpr>, Dev> eval)
90 template <template<class, class, class> class BinaryCategory, typename OP, typename LHSExpr, typename RHSExpr, typename Dev
    [all...]
TensorSyclConvertToDeviceExpression.h 85 template <typename LHSExpr, typename RHSExpr>\
86 struct ConvertToDeviceExpression<CVQual TensorAssignOp<LHSExpr, RHSExpr> >\
87 : NonOpConversion<TensorAssignOp, Res, LHSExpr, RHSExpr>{};
TensorSyclExprConstructor.h 64 template <template<class, class> class UnaryCategory, typename OP, typename OrigRHSExpr, typename RHSExpr, typename... Params>\
65 struct ExprConstructor<CVQual UnaryCategory<OP, OrigRHSExpr>, CVQual UnaryCategory<OP, RHSExpr>, Params...> {\
66 typedef ExprConstructor<OrigRHSExpr, RHSExpr, Params...> my_type;\
67 my_type rhsExpr;\
72 : rhsExpr(funcD.rhsExpr, t), expr(rhsExpr.expr, funcD.func) {}\
83 typename RHSExpr, typename... Params>\
84 struct ExprConstructor<CVQual BinaryCategory<OP, OrigLHSExpr, OrigRHSExpr>, CVQual BinaryCategory<OP, LHSExpr, RHSExpr>, Params...> {\
86 typedef ExprConstructor<OrigRHSExpr, RHSExpr, Params...> my_right_type;
    [all...]
TensorSyclPlaceHolderExpr.h 113 template <typename LHSExpr, typename RHSExpr, size_t N>\
114 struct PlaceHolderExpression<CVQual TensorAssignOp<LHSExpr, RHSExpr>, N> {\
115 typedef CVQual typename CategoryHelper<TensorAssignOp, NoOP, typename CalculateIndex<N, LHSExpr, RHSExpr>::ArgsTuple>::Type Type;\
  /external/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
163 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
344 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
387 const AddrLabelExpr* RHSExpr) {
389 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
346 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
389 const AddrLabelExpr* RHSExpr) {
391 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
346 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
389 const AddrLabelExpr* RHSExpr) {
391 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
346 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
389 const AddrLabelExpr* RHSExpr) {
391 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
346 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
389 const AddrLabelExpr* RHSExpr) {
391 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
346 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
389 const AddrLabelExpr* RHSExpr) {
391 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
346 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
389 const AddrLabelExpr* RHSExpr) {
391 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
346 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
389 const AddrLabelExpr* RHSExpr) {
391 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
346 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
389 const AddrLabelExpr* RHSExpr) {
391 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 458 const SCEV *RHSExpr = SE->getSCEV(RHS);
459 if (BExpr != RHSExpr) {
461 tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I))
464 if (AExpr != RHSExpr) {
466 tryReassociatedBinaryOp(getBinarySCEV(I, BExpr, RHSExpr), A, I))
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 54 StringRef RHSExpr = Expr.substr(EQIdx + 1).ltrim();
57 evalComplexExpr(evalSimpleExpr(RHSExpr, OutsideLoad), OutsideLoad);
61 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, ""));
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 646 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
649 const Expr *BoolExpr = RHSExpr;
652 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
685 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
688 const Expr *BoolExpr = RHSExpr;
691 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 714 milliseconds

1 2