Searched refs:instructions (Results 51 - 75 of 182) sorted by relevance

12345678

/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperands.cpp26 for (auto &I : instructions(&F)) {
H A DReduceOperandsSkip.cpp121 // "more reduced" choice that skips over more instructions.
141 for (Instruction &I : instructions(&F)) {
228 "Reducing operands by skipping over instructions");
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp179 for (auto &I : instructions(F)) {
H A DMIRCanonicalizerPass.cpp20 // Reorders instructions canonically.
87 rescheduleLexographically(std::vector<MachineInstr *> instructions, argument
95 for (auto *II : instructions) {
140 // Pre-Populate vector of instructions to reschedule so that we don't
314 // Not folding COPY instructions if regbankselect has not set the RCs.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DControl.pm24 This facet is used when the event needs to give instructions to the Test2
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dcrti.asm29 # .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dcrti.asm35 # .init sections. Users may put any desired instructions in those
H A Dcrtend.asm56 * the long branch instructions, and we do not wish every program to
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dcrti.asm35 # .init sections. Users may put any desired instructions in those
H A Dcrtend.asm44 * the long branch instructions, and we do not wish every program to
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp96 for (Instruction &I : instructions(F))
138 // llvm.coro.alloc and llvm.coro.free instructions.
280 for (auto &I : instructions(F)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp28 // - replaces aggregates-related instructions (extract/insert, ld/st, etc)
156 for (auto &I : instructions(F))
441 for (auto &I : instructions(Func)) {
458 for (auto &I : instructions(Func))
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DADCE.cpp10 // optimistically assumes that all instructions are dead until proven otherwise,
62 STATISTIC(NumRemoved, "Number of instructions removed");
63 STATISTIC(NumBranchesRemoved, "Number of branch instructions removed");
88 /// True when this block contains a live instructions.
129 /// Mapping of instructions to associated information.
155 /// Return true for instrumentation instructions for value profiling.
180 /// Remove instructions not marked live, return if any instruction was
225 // instructions to size the InstInfo hash table.
245 // Collect the set of "root" instructions that are known live.
246 for (Instruction &I : instructions(
[all...]
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsol2-ci.asm37 ! .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dcrti.asm35 # .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/gcc/gcc/config/fr30/
H A Dcrti.asm37 # .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dcrti.asm37 # .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dcrti.asm36 # .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dcrti.asm37 # .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dcrti.asm37 # .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dtramp.asm83 /* Copy the instructions to the stack */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsol2-ci.asm37 ! .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Dcrti.asm35 # .init sections. Users may put any desired instructions in those
/openbsd-current/gnu/gcc/gcc/config/cris/
H A Dmulsi3.asm8 ;; multiplication from the mstep instructions. The check for
12 ;; gcc 2.7.2 adds a few unnecessary instructions and does not put the
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h74 * of instructions have regarding writing results back into registers and
101 * The partial decode is done when the instructions are initially loaded
339 /* Floating point instructions. */
448 extern const INSTAB instructions[];

Completed in 329 milliseconds

12345678