Home
last modified time | relevance | path

Searched full:reaching (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DReachingDefAnalysis.h1 //==--- llvm/CodeGen/ReachingDefAnalysis.h - Reaching Def Analysis -*- C++ -*---==//
9 /// \file Reaching Defs Analysis pass.
11 /// This pass tracks for each instruction what is the "closest" reaching def of
35 /// This class provides the reaching def analysis.
62 /// All reaching defs of a given RegUnit for a given MBB.
64 /// All reaching defs of all reg units for a given MBB
66 /// All reaching defs of all reg units for a all MBBs
94 /// Provides the instruction id of the closest reaching def instruction of
98 /// Provides the instruction of the closest reaching def instruction of
109 /// Return whether the reaching def for MI also is live out of its parent
[all …]
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit06.c10 * after reaching CPU time limit.
11 * 1) Process got SIGXCPU after reaching soft limit of CPU time.
12 * 2) Process got SIGKILL after reaching hard limit of CPU time.
86 "Got SIGXCPU then SIGKILL after reaching both limit"); in verify_setrlimit()
92 "Got only SIGKILL after reaching both limit"); in verify_setrlimit()
98 "Got only SIGXCPU after reaching both limit"); in verify_setrlimit()
104 "Got no signal after reaching both limit"); in verify_setrlimit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp78 // The order in the returned sequence is the order of reaching defs in the
81 // The list ends at a reaching phi def, or when the reference from RefA is
84 // (1) Returning the sequence of reaching defs for a particular reference
86 // (2) Returning a partial sequence of reaching defs, where the final goal
121 // The initial queue should not have reaching defs for shadows. The in getAllReachingDefs()
122 // whole point of a shadow is that it will have a reaching def that in getAllReachingDefs()
123 // is not aliased to the reaching defs of the related shadows. in getAllReachingDefs()
134 // Collect all the reaching defs, going up until a phi node is encountered, in getAllReachingDefs()
135 // or there are no more reaching defs. From this set, the actual set of in getAllReachingDefs()
136 // reaching defs will be selected. in getAllReachingDefs()
[all …]
DRDFGraph.h21 // blocks, instructions, etc.), and based on the data flow (e.g. reaching
22 // definitions, reached uses, etc.). The single-reaching-definition principle
74 // Each def and use will contain the id of the reaching def, and also the
76 // The "next node sharing the same reaching def" is denoted as "sibling".
78 // - Def node contains: reaching def, sibling, first reached def, and first
80 // - Use node contains: reaching def and sibling.
87 // | | |Reaching |Reaching
129 // rd - reaching def,
138 // rd - reaching def,
172 // - Shadow: a reference that has duplicates holding additional reaching
[all …]
DHexagonOptAddrMode.cpp189 // Reaching Def to an offset register can't be a phi. in canRemoveAddasl()
221 dbgs() << "*** Unable to collect all reaching defs for use ***\n" in allValidCandidates()
230 dbgs() << "*** Multiple Reaching Defs found!!! ***\n"; in allValidCandidates()
234 dbgs() << "\t\t[Reaching Def]: " in allValidCandidates()
289 // Iterate through all the UseNodes in SN and find the reaching def in isSafeToExtLR()
302 // The reaching def of LRExtRR at load/store node should be same as the in isSafeToExtLR()
303 // one reaching at the SN. in isSafeToExtLR()
310 dbgs() << "isSafeToExtLR: Returning false; another reaching def\n"); in isSafeToExtLR()
316 // Reaching Def to LRExtReg can't be a phi. in isSafeToExtLR()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra_validate.c95 struct reaching_state reaching; member
211 return &ctx->reaching.shared; in ra_val_get_file()
213 return &ctx->reaching.full; in ra_val_get_file()
215 return &ctx->reaching.half; in ra_val_get_file()
340 ctx->reaching = ctx->block_reaching[block->index]; in propagate_block()
352 merge_state(ctx, &ctx->block_reaching[succ->index], &ctx->reaching); in propagate_block()
359 &ctx->reaching); in propagate_block()
423 fprintf(stderr, "no reaching definition"); in dump_reg_state()
426 "more than one reaching definition or partial definition"); in dump_reg_state()
487 ctx->reaching = ctx->block_reaching[block->index]; in check_reaching_block()
/third_party/ltp/testcases/kernel/syscalls/add_key/
Dadd_key05.c11 * commit a08bf91ce28e ("KEYS: allow reaching the keys quotas exactly")
12 * commit 2e356101e72a ("KEYS: reaching the keys quotas correctly")
134 tst_res(TPASS, "allow reaching the max bytes exactly"); in verify_max_bytes()
169 tst_res(TPASS, "allow reaching the max key(%u) exactly", max_key); in verify_max_keys()
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPIDeckControl.h70 … = 'pfee', // This event is triggered a few frames before reaching the in-point. IDe…
71 … = 'exce', // This event is triggered a few frames after reaching the out-point. At…
75 … = 'pfce', // This event is triggered a few frames before reaching the in-point. The…
76 … = 'ccev' // This event is triggered a few frames after reaching the out-point.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp1 //===---- ReachingDefAnalysis.cpp - Reaching Def Analysis ---*- C++ -*-----===//
17 #define DEBUG_TYPE "reaching-deps-analysis"
144 LLVM_DEBUG(dbgs() << "********** REACHING DEFINITION ANALYSIS **********\n"); in runOnMachineFunction()
156 // Sorting all reaching defs found for a ceartin reg unit in a given BB. in runOnMachineFunction()
232 // If/when we find a new reaching def, we know that there's no more uses in getReachingLocalUses()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp29 // When a target variable is loaded, it queries the variable's reaching
30 // definition. If the reaching definition is unknown at the current location,
200 // %39 to hold the unknown reaching def for %i. in AddPhiOperands()
202 // But then, when we go to complete %39 at the end. The reaching def in AddPhiOperands()
334 // Get the immediate reaching definition for |var_id|. in ProcessLoad()
336 // In the presence of variable pointers, the reaching definition may be in ProcessLoad()
361 // %13 = *%12, the type of %12's reaching definition is another float in ProcessLoad()
364 // When this happens, we need to continue looking up the reaching definition in ProcessLoad()
385 // If the reaching definition is a pointer type different than the type of in ProcessLoad()
390 // NOTE: if there is no reaching definition instruction, it means |val_id| in ProcessLoad()
Dssa_rewrite_pass.h207 // SSA-target variable, and, if it is, it reads its reaching definition by
215 // It returns the value for |var_id| from the RHS of the current reaching
219 // Adds arguments to |phi_candidate| by getting the reaching definition of
247 // with its reaching definition.
/third_party/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp29 // When a target variable is loaded, it queries the variable's reaching
30 // definition. If the reaching definition is unknown at the current location,
200 // %39 to hold the unknown reaching def for %i. in AddPhiOperands()
202 // But then, when we go to complete %39 at the end. The reaching def in AddPhiOperands()
334 // Get the immediate reaching definition for |var_id|. in ProcessLoad()
336 // In the presence of variable pointers, the reaching definition may be in ProcessLoad()
361 // %13 = *%12, the type of %12's reaching definition is another float in ProcessLoad()
364 // When this happens, we need to continue looking up the reaching definition in ProcessLoad()
385 // If the reaching definition is a pointer type different than the type of in ProcessLoad()
390 // NOTE: if there is no reaching definition instruction, it means |val_id| in ProcessLoad()
Dssa_rewrite_pass.h207 // SSA-target variable, and, if it is, it reads its reaching definition by
215 // It returns the value for |var_id| from the RHS of the current reaching
219 // Adds arguments to |phi_candidate| by getting the reaching definition of
247 // with its reaching definition.
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp29 // When a target variable is loaded, it queries the variable's reaching
30 // definition. If the reaching definition is unknown at the current location,
200 // %39 to hold the unknown reaching def for %i. in AddPhiOperands()
202 // But then, when we go to complete %39 at the end. The reaching def in AddPhiOperands()
334 // Get the immediate reaching definition for |var_id|. in ProcessLoad()
336 // In the presence of variable pointers, the reaching definition may be in ProcessLoad()
361 // %13 = *%12, the type of %12's reaching definition is another float in ProcessLoad()
364 // When this happens, we need to continue looking up the reaching definition in ProcessLoad()
385 // If the reaching definition is a pointer type different than the type of in ProcessLoad()
390 // NOTE: if there is no reaching definition instruction, it means |val_id| in ProcessLoad()
Dssa_rewrite_pass.h207 // SSA-target variable, and, if it is, it reads its reaching definition by
215 // It returns the value for |var_id| from the RHS of the current reaching
219 // Adds arguments to |phi_candidate| by getting the reaching definition of
247 // with its reaching definition.
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dgfx6_clip_state.c40 /* Determine if the primitives *reaching the SF* are points */ in brw_is_drawing_points()
64 /* Determine if the primitives *reaching the SF* are points */ in brw_is_drawing_lines()
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPIDeckControl.h70 …/* 'pfee' */ 0x70666565, // This event is triggered a few frames before reaching the in-point. IDe…
71 … /* 'exce' */ 0x65786365, // This event is triggered a few frames after reaching the out-point. At…
75 …/* 'pfce' */ 0x70666365, // This event is triggered a few frames before reaching the in-point. The…
76 … = /* 'ccev' */ 0x63636576 // This event is triggered a few frames after reaching the out-point.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp13 // the branch or loop exits that have a reaching path that is disjoint from a
179 // process @succBlock with reaching definition @defBlock
191 // first reaching def? in visitSuccessor()
322 "no reaching def at reachable loop exit"); in computeJoinPoints()
/third_party/boost/boost/range/algorithm/
Dequal.hpp56 // Reaching this line in the algorithm indicates that a value in equal_impl()
96 // Reaching this line in the algorithm indicates that a value in equal_impl()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_primitive_field.cc78 // Some compilers report reaching end of function even though all cases of in PrimitiveTypeName()
112 // Some compilers report reaching end of function even though all cases of in PrimitiveArrayTypeName()
/third_party/musl/src/sched/
Dsched_rr_get_interval.c18 /* If reaching this point, it's a 64-bit arch or time64-only in sched_rr_get_interval()
/third_party/musl/src/time/
Dclock_getres.c18 /* If reaching this point, it's a 64-bit arch or time64-only in clock_getres()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationfcd.h97 * must be decomposed before reaching the core collation code,
112 * must be decomposed before reaching the core collation code,
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfcd.h97 * must be decomposed before reaching the core collation code,
112 * must be decomposed before reaching the core collation code,
/third_party/node/deps/icu-small/source/i18n/
Dcollationfcd.h97 * must be decomposed before reaching the core collation code,
112 * must be decomposed before reaching the core collation code,

12345678910>>...20