Home
last modified time | relevance | path

Searched defs:PlannedStmt (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dvscale_gep.ll42 ; This test is to verify 'inbounds' is added when it's valid to accumulate constant offset.
44 ; CHECK-LABEL: @gep_alloca_inbounds_vscale_zero(
46 ; CHECK-NEXT: [[TMP:%.*]] = getelementptr inbounds <vscale x 4 x i32>, <vscale x 4 x i32>* [[A]]…
50 %a = alloca <vscale x 4 x i32>
51 %tmp = getelementptr <vscale x 4 x i32>, <vscale x 4 x i32>* %a, i32 0, i32 2
56 ; This test is to verify 'inbounds' is not added when a constant offset can not be determined at co…
59 ; CHECK-NEXT: [[A:%.*]] = alloca <vscale x 4 x i32>, align 16
60 ; CHECK-NEXT: [[TMP:%.*]] = getelementptr <vscale x 4 x i32>, <vscale x 4 x i32>* [[A]], i64 1, …
64 %a = alloca <vscale x 4 x i32>
65 %tmp = getelementptr <vscale x 4 x i32>, <vscale x 4 x i32>* %a, i32 1, i32 2
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached-1.0/
H A Dquit.h44 LIBMEMCACHED_API
45 void memcached_quit(memcached_st *ptr);
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DDataLayout.h43 class GlobalVariable;
44 class LLVMContext;
50 /// Enum used to categorize the alignment types stored by LayoutAlignElem
54 VECTOR_ALIGN = 'v',
56 AGGREGATE_ALIGN = 'a'
59 // FIXME: Currently the DataLayout string carries a "preferred alignment"
66 /// Stores the alignment data associated with a given alignment type (integer,
86 /// Stores the alignment data associated with a given pointer and address space.
92 unsigned PrefAlign;
95 uint32_t IndexWidth;
[all …]
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/nodes/
H A Dplannodes.h41 typedef struct PlannedStmt struct
43 NodeTag type;
45 CmdType commandType; /* select|insert|update|delete|utility */
47 uint32 queryId; /* query identifier (copied from Query) */
51 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
53 bool canSetTag; /* do I set the command result tag? */
57 bool dependsOnRole; /* is plan specific to current role? */
61 struct Plan *planTree; /* tree of Plan nodes */
63 List *rtable; /* list of RangeTblEntry nodes */
72 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/nodes/
H A Dplannodes.h36 typedef struct PlannedStmt struct
38 NodeTag type;
40 CmdType commandType; /* select|insert|update|delete */
42 uint32 queryId; /* query identifier (copied from Query) */
44 bool hasReturning; /* is it insert|update|delete RETURNING? */
46 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
48 bool canSetTag; /* do I set the command result tag? */
50 bool transientPlan; /* redo plan when TransactionXmin changes? */
52 bool dependsOnRole; /* is plan specific to current role? */
76 } PlannedStmt; argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/nodes/
H A Dplannodes.h36 typedef struct PlannedStmt struct
38 NodeTag type;
40 CmdType commandType; /* select|insert|update|delete */
42 uint32 queryId; /* query identifier (copied from Query) */
44 bool hasReturning; /* is it insert|update|delete RETURNING? */
46 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
48 bool canSetTag; /* do I set the command result tag? */
50 bool transientPlan; /* redo plan when TransactionXmin changes? */
52 bool dependsOnRole; /* is plan specific to current role? */
76 } PlannedStmt; argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/nodes/
H A Dplannodes.h36 typedef struct PlannedStmt struct
38 NodeTag type;
40 CmdType commandType; /* select|insert|update|delete */
42 uint32 queryId; /* query identifier (copied from Query) */
44 bool hasReturning; /* is it insert|update|delete RETURNING? */
46 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
48 bool canSetTag; /* do I set the command result tag? */
50 bool transientPlan; /* redo plan when TransactionXmin changes? */
52 bool dependsOnRole; /* is plan specific to current role? */
76 } PlannedStmt; argument
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/nodes/
H A Dplannodes.h36 typedef struct PlannedStmt struct
38 NodeTag type;
40 CmdType commandType; /* select|insert|update|delete */
42 uint32 queryId; /* query identifier (copied from Query) */
44 bool hasReturning; /* is it insert|update|delete RETURNING? */
46 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
48 bool canSetTag; /* do I set the command result tag? */
50 bool transientPlan; /* redo plan when TransactionXmin changes? */
52 bool dependsOnRole; /* is plan specific to current role? */
76 } PlannedStmt; argument
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/nodes/
H A Dplannodes.h36 typedef struct PlannedStmt struct
38 NodeTag type;
40 CmdType commandType; /* select|insert|update|delete */
42 uint32 queryId; /* query identifier (copied from Query) */
44 bool hasReturning; /* is it insert|update|delete RETURNING? */
46 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
48 bool canSetTag; /* do I set the command result tag? */
50 bool transientPlan; /* redo plan when TransactionXmin changes? */
52 bool dependsOnRole; /* is plan specific to current role? */
76 } PlannedStmt; argument
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/nodes/
H A Dplannodes.h36 typedef struct PlannedStmt struct
38 NodeTag type;
40 CmdType commandType; /* select|insert|update|delete */
42 uint32 queryId; /* query identifier (copied from Query) */
44 bool hasReturning; /* is it insert|update|delete RETURNING? */
46 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
48 bool canSetTag; /* do I set the command result tag? */
50 bool transientPlan; /* redo plan when TransactionXmin changes? */
52 bool dependsOnRole; /* is plan specific to current role? */
76 } PlannedStmt; argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/nodes/
H A Dplannodes.h36 typedef struct PlannedStmt struct
38 NodeTag type;
40 CmdType commandType; /* select|insert|update|delete */
42 uint32 queryId; /* query identifier (copied from Query) */
44 bool hasReturning; /* is it insert|update|delete RETURNING? */
46 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
48 bool canSetTag; /* do I set the command result tag? */
50 bool transientPlan; /* redo plan when TransactionXmin changes? */
52 bool dependsOnRole; /* is plan specific to current role? */
76 } PlannedStmt; argument
/dports/databases/postgresql11-client/postgresql-11.14/src/include/nodes/
H A Dplannodes.h42 typedef struct PlannedStmt struct
44 NodeTag type;
48 uint64 queryId; /* query identifier (copied from Query) */
52 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
54 bool canSetTag; /* do I set the command result tag? */
58 bool dependsOnRole; /* is plan specific to current role? */
62 int jitFlags; /* which forms of JIT should be performed */
64 struct Plan *planTree; /* tree of Plan nodes */
66 List *rtable; /* list of RangeTblEntry nodes */
75 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/nodes/
H A Dplannodes.h42 typedef struct PlannedStmt struct
44 NodeTag type;
48 uint64 queryId; /* query identifier (copied from Query) */
52 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
54 bool canSetTag; /* do I set the command result tag? */
58 bool dependsOnRole; /* is plan specific to current role? */
62 int jitFlags; /* which forms of JIT should be performed */
64 struct Plan *planTree; /* tree of Plan nodes */
66 List *rtable; /* list of RangeTblEntry nodes */
75 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/nodes/
H A Dplannodes.h42 typedef struct PlannedStmt struct
44 NodeTag type;
48 uint64 queryId; /* query identifier (copied from Query) */
52 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
54 bool canSetTag; /* do I set the command result tag? */
58 bool dependsOnRole; /* is plan specific to current role? */
62 int jitFlags; /* which forms of JIT should be performed */
64 struct Plan *planTree; /* tree of Plan nodes */
66 List *rtable; /* list of RangeTblEntry nodes */
75 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/nodes/
H A Dplannodes.h42 typedef struct PlannedStmt struct
44 NodeTag type;
48 uint64 queryId; /* query identifier (copied from Query) */
52 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
54 bool canSetTag; /* do I set the command result tag? */
58 bool dependsOnRole; /* is plan specific to current role? */
62 int jitFlags; /* which forms of JIT should be performed */
64 struct Plan *planTree; /* tree of Plan nodes */
66 List *rtable; /* list of RangeTblEntry nodes */
75 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/nodes/
H A Dplannodes.h42 typedef struct PlannedStmt struct
44 NodeTag type;
48 uint64 queryId; /* query identifier (copied from Query) */
52 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
54 bool canSetTag; /* do I set the command result tag? */
58 bool dependsOnRole; /* is plan specific to current role? */
62 int jitFlags; /* which forms of JIT should be performed */
64 struct Plan *planTree; /* tree of Plan nodes */
66 List *rtable; /* list of RangeTblEntry nodes */
75 List *nonleafResultRelations;
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/nodes/
H A Dplannodes.h42 typedef struct PlannedStmt struct
44 NodeTag type;
48 uint64 queryId; /* query identifier (copied from Query) */
52 bool hasModifyingCTE; /* has insert|update|delete in WITH? */
54 bool canSetTag; /* do I set the command result tag? */
58 bool dependsOnRole; /* is plan specific to current role? */
62 int jitFlags; /* which forms of JIT should be performed */
64 struct Plan *planTree; /* tree of Plan nodes */
66 List *rtable; /* list of RangeTblEntry nodes */
75 List *nonleafResultRelations;
[all …]

12