HomeSort by: relevance | last modified time | path
    Searched refs:After (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
StandardInstrumentations.h 37 /// Instrumentation to print IR before/after passes.
39 /// Needs state to be able to print module after pass that invalidates IR unit
61 /// Stack of Module description, enough to print the module after a given
143 const CFG &After);
166 // 4. When a pass changes the IR (given both before and after representations
182 // Compare the IR from before the pass after the pass.
204 // Called before and after a pass to get the representation of the IR.
211 const IRUnitT &Before, const IRUnitT &After,
219 // Called to compare the before and after representations of the IR.
220 virtual bool same(const IRUnitT &Before, const IRUnitT &After) = 0
    [all...]
  /src/usr.bin/make/unit-tests/
directive-export-literal.mk 12 # After a variable whose value does not contain a '$' is exported, a following
19 # XXX: After an .export, an .export-literal has no effect, even when the
25 # After an .export, an .unexport resets the variable's exported state,
varname-dot-makeflags.mk 34 # After parsing, the environment variable 'MAKEFLAGS' is set based on the
dep-colon-bug-cross-file.mk 12 # After the file has been parsed completely, it is parsed again in pass 2.
varname-dot-newline.mk 8 # > After all macro expansion is complete, when an escaped <newline> is
varname-dot-parsedir.mk 45 # After including another file, .PARSEDIR is reset.
varname-dot-parsefile.mk 40 # After including another file, .PARSEFILE is reset.
deptgt.mk 52 # After expanding the line as a whole, each target is parsed but not
directive-export-impl.mk 26 # VarFlags.reexport. After that, ExportVars registers the variable name in
var-op-append.mk 62 # variable. After the assignment, the environment variable is left as-is,
varmod-to-separator.mk 18 # After the :ts modifier, other modifiers can follow.
83 # After the modifier ':ts/', the expression value is a single word since all
90 # After the :ts modifier, the whole string is interpreted as a single
175 # The number after ':ts\x' must be hexadecimal.
203 # Trailing characters after the octal character number are rejected.
211 # Trailing characters after the hexadecimal character number are rejected.
236 # After the backslash, only n, t, an octal number, or x and a hexadecimal
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
loop.s 20 add #2, r1 ! After loop
22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
42 add #3, r1 ! After loop
44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, three after, one before)
65 add #2, r1 ! After loop
67 # r1 = 0xa5a5a5a5 + 18 (fifteen in loop, two after, one before)
92 add #2, r1 ! After loop
94 # r1 = 0xa5a5a5a5 + 23 (20 in loop, two after, one before)
120 add #2, r1 ! After loop
122 # r1 = 0xa5a5a5a5 + 28 (25 in loop, two after, one before
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
loop.s 20 add #2, r1 ! After loop
22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
42 add #3, r1 ! After loop
44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, three after, one before)
65 add #2, r1 ! After loop
67 # r1 = 0xa5a5a5a5 + 18 (fifteen in loop, two after, one before)
92 add #2, r1 ! After loop
94 # r1 = 0xa5a5a5a5 + 23 (20 in loop, two after, one before)
120 add #2, r1 ! After loop
122 # r1 = 0xa5a5a5a5 + 28 (25 in loop, two after, one before
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
StandardInstrumentations.cpp 48 // An option that prints out the IR after passes, similar to
49 // -print-after-all except that it only prints the IR after passes that
124 // Perform a system based diff between \p Before and \p After, using
128 std::string doSystemDiff(StringRef Before, StringRef After,
131 StringRef SR[2]{Before, After};
440 // Create the after rep
441 IRUnitT After;
442 generateIRRepresentation(IR, PassID, After);
445 if (same(Before, After)) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 38 // pack constant values compactly before and after each virtual table.
87 // The bits that will be stored before and after a particular vtable.
101 // The bit vector that will be laid out after the vtable.
102 AccumBitVector After;
149 // The minimum byte offset after the address point. This covers the bytes in
150 // the vtable object after the address point (e.g. the vtable for the current
162 // The number of bytes allocated (for the vtable plus the byte array) after
165 return minAfterBytes() + TM->Bits->After.Bytes.size();
174 // Set the bit at position Pos after the address point to RetVal.
177 TM->Bits->After.setBit(Pos - 8 * minAfterBytes(), RetVal)
    [all...]
  /src/tests/lib/libcurses/slave/
lint.lua 40 -- After each macro ARGC, there must be the corresponding macros for ARG.
  /src/etc/rc.d/
sshd 32 man page. After this machine has enough entropy, re-generate
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNRegPressure.h 121 bool After);
156 // checks whether the tracker's state after receding MI corresponds
207 /// After - upon entry or exit of every instruction
212 getLiveRegMap(Range &&R, bool After, LiveIntervals &LIS) {
218 Indexes.push_back(After ? SI.getDeadSlot() : SI.getBaseIndex());
GCNIterativeScheduler.h 121 const GCNRegPressure &After) const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 16 // deopt arguments and (after RewriteStatepointsForGC) gc arguments are located
475 // parseable after we inline a poll.
641 BasicBlock::iterator Before(PollCall), After(PollCall);
648 After++;
649 assert(After != OrigBB->end() && "must have successor");
669 assert(isPotentiallyReachable(&*Start, &*After) &&
672 scanInlinedCode(&*Start, &*After, Calls, BBs);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-spec-builders.h 51 // .After(expectations)
56 // where all clauses are optional, and .InSequence()/.After()/
203 // called after RegisterOwner() or SetOwnerAndName() has been
208 // Returns the name of this mock method. Must be called after
230 // valid after this mock method has been called or
234 // Name of the function being mocked. Only valid after this mock
484 // An abstract handle of an expectation. Useful in the .After()
489 // EXPECT_CALL(...).After(e1)...;
491 // sets two expectations where the latter can only be matched after
563 // A set of expectation handles. Useful in the .After() clause o
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h 59 /// Like System, but searched after the system directories.
60 After
158 /// The time (in seconds) after which an unused module file will be
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 173 /// \returns The insertion point after the barrier.
184 /// \returns The insertion point after the barrier.
200 /// \returns The insertion position *after* the parallel.
268 /// \param Step Loop counter increment after each iteration; negative
308 /// After collapsing with Loops={i,j}, the loop is changed to
359 /// loop and calls to an OpenMP runtime finalization function after the loop.
366 /// \param NeedsBarrier Indicates whether a barrier must be inserted after
391 /// \param NeedsBarrier Indicates whether a barrier must be insterted after
396 /// \returns Point where to insert code after the loop.
411 /// loop and calls to an OpenMP runtime finalization function after the loop
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 165 @ After something that looks like an IT block, but
173 @ After something that looks like an IT block, but
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
thumb2-it.S 165 @ After something that looks like an IT block, but
173 @ After something that looks like an IT block, but

Completed in 38 milliseconds

1 2 3 4