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

12345678

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp116 STATISTIC(NumFastIselFailures, "Number of instructions fast isel failed on");
117 STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected");
286 // that mark instructions with the 'usesCustomInserter' flag. These
287 // instructions are special in various ways, which require special support to
290 // instructions, potentially also creating new basic blocks and control flow.
367 for (const Instruction &I : instructions(F)) {
548 // Insert DBG_VALUE instructions for function arguments to the entry block.
596 // that COPY instructions also need DBG_VALUE, if it is the only
685 // Lower the instructions. If a call is emitted as a tail call, cease emitting
977 // scheduled instructions
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm887 Refer to the documentation in zlib.h for instructions on how to fly
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp993 // Isolate the instructions of the sequential region to a separate
1071 // contained in BB and only separated by instructions that can be
1075 // without any other instructions. We use the OpenMPIRBuilder to outline
1112 // Create sequential regions for sequential instructions that are
1119 // Continue if there are not in-between instructions.
1203 // safe to merge, that is any in-between instructions can safely
3699 // <execute instructions guarded>
3711 // <execute rest of instructions>
4439 // not guard instructions. We might not be sure about the mode so we
4479 << "Failed to visit all call-like instructions!\
[all...]
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s305 * needing service. Traps have space for 8 instructions, except for
307 * 32 instructions long, large enough to in-line.
3390 membar #StoreLoad ! Make sure any failed casxa instructions complete
5605 sllx %o1, 8, %o3 ! sigh. all dependent instructions.
6232 * block interrupts and make sure the instructions to read and write
6259 * sure those two instructions are in the same cache line.
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure62 *** Please read the README.plan9 for further instructions.
2371 : general instructions
2381 rp='Would you like to see the instructions?'
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp107 // instructions is inefficient. Once the problem is fixed, we should
680 // Uniform splats are cheaper for the following instructions.
755 // Uniform splats are cheaper for the following instructions.
3048 // Some vector comparison predicates cost extra instructions.
4064 // instructions. We also need an extract and an insert.
4906 // likely result in more instructions compared to scalar code where the
5980 // instructions. Right now we give the scalar cost of vector-4 for KNL. TODO:
6084 for (const Instruction &I : instructions(Callee)) {
6285 // When we have more than one destination, we need additional instructions
6326 // We need additional instructions t
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp701 // For instructions, compare their loop depth, and their operand count. This
3762 // TODO: non-instructions have global scope. We might be able to prove
5409 // vectorizer induction analysis), a Set of cast instructions will be
6301 /// Expand GEP instructions into add and multiply operations. This allows them
7273 // instructions can map to the same SCEV. If we apply NSW or NUW from I to
7275 // derived from other instructions that map to the same SCEV. We cannot make
7443 // Don't attempt to analyze instructions in blocks that aren't
7444 // reachable. Such instructions don't matter, and they aren't required
7633 // Don't attempt to analyze instructions in blocks that aren't
7634 // reachable. Such instructions do
[all...]

Completed in 195 milliseconds

12345678