Searched
full:branch (Results
1851 -
1875 of
4746) sorted by null
<<71727374757677787980>>
/external/llvm/lib/Target/PowerPC/ |
PPCScheduleE500mc.td | 21 // queues (GIQx), FP Issue Queue (FIQ), or Branch issue queue (BIQ). 32 def E500_BU : FuncUnit; // Branch unit
|
/external/llvm/lib/Transforms/IPO/ |
PruneEH.cpp | 172 // into call instructions with a branch. This makes the exception blocks 218 // Remove the uncond branch and add an unreachable.
|
/external/llvm/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 105 // branch from after removing it. 144 // branch from the preheader to go to the single exit block.
|
/external/llvm/test/Analysis/BranchProbabilityInfo/ |
basic.ll | 1 ; RUN: opt < %s -analyze -branch-prob | FileCheck %s 2 ; RUN: opt < %s -passes='print<branch-prob>' -disable-output 2>&1 | FileCheck %s
|
/external/llvm/test/Analysis/DivergenceAnalysis/NVPTX/ |
diverge.ll | 176 switch i32 %div, label %branch [ i32 1, label %loop_entry_1 178 branch:
|
/external/llvm/test/DebugInfo/Generic/ |
inline-debug-info-multiret.ll | 6 ; Make sure the branch instructions created during inlining has a debug location, 11 ; The branch instruction has the source location of line 9 and its inlined location
|
inline-debug-info.ll | 29 ; Make sure the branch instruction created during inlining has a debug location, 32 ; The branch instruction has the source location of line 9 and its inlined location
|
/external/llvm/test/MC/Mips/ |
nacl-mask.s | 226 # Test that call + branch delay is aligned at bundle end. Test that mask is 288 # Test that we can put non-dangerous loads and stores in branch delay slot.
|
/external/llvm/test/Transforms/Inline/ |
inline_constprop.ll | 224 ; compute the wrong value for a branch due to assuming that an argument 227 ; After inlining, the branch should point directly to the exit block, not to
|
/external/ltp/utils/sctp/func_tests/ |
test_peeloff.c | 40 * that can be used to branch off an association into a separate socket. 195 /* Branch off all the associations on the server socket to separate
|
/external/pcre/dist2/doc/ |
pcre2matching.3 | 56 fail, it backs up to the previous branch point in the tree, and tries the next 57 alternative branch at that level. This often involves backing up (moving to the
|
/external/pdfium/third_party/zlib_v128/ |
inffast.c | 332 - Explicit branch predictions (based on measured branch probabilities)
|
/external/proguard/src/proguard/optimize/evaluation/ |
LivenessAnalyzer.java | 227 // Update the liveness based on the branch targets. 231 // Update the liveness right after the branch instruction.
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 159 /// to a new block. The two blocks are joined by an unconditional branch and 198 /// instruction into a predecessor which ends in an unconditional branch. If
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 132 // branch from after removing it. 172 // branch from the preheader to go to the single exit block.
|
/external/syslinux/com32/lib/zlib/ |
inffast.c | 332 - Explicit branch predictions (based on measured branch probabilities)
|
/external/v8/src/arm64/ |
code-stubs-arm64.h | 125 // adr and branch when we start and stop incremental heap marking. 126 // The branch is
|
/external/v8/src/compiler/ |
bytecode-graph-builder.h | 8 #include "src/compiler/bytecode-branch-analysis.h" 96 return NewNode(common()->Branch(hint), condition);
|
/external/v8/src/interpreter/ |
interpreter.cc | 852 __ Branch(__ IntPtrGreaterThan(cell_index, __ IntPtrConstant(0)), &if_export, 895 __ Branch(__ IntPtrGreaterThan(cell_index, __ IntPtrConstant(0)), &if_export [all...] |
/external/valgrind/VEX/priv/ |
guest_generic_bb_to_IR.h | 74 Dis_ResteerU: followed an unconditional branch; continue at 77 conditional branch; continue at 'continueAt'
|
/external/wpa_supplicant_8/ |
CONTRIBUTIONS | 40 development branch (i.e., the master branch of
|
/external/zlib/src/ |
inffast.c | 332 - Explicit branch predictions (based on measured branch probabilities)
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
pitch_f4.c | 91 #ifdef ASM_OPT /* asm optimization branch */ 181 #ifdef ASM_OPT /* asm optimization branch */
|
/prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/man/ |
scan-build.1 | 201 .It core.uninitialized.Branch 202 Check for uninitialized values used as branch conditions.
|
/prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-build/man/ |
scan-build.1 | 201 .It core.uninitialized.Branch 202 Check for uninitialized values used as branch conditions.
|
Completed in 1036 milliseconds
<<71727374757677787980>>