HomeSort by relevance Sort by last modified time
    Searched full:unconditional (Results 51 - 75 of 518) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/include/gpu/
GrConfig.h 127 * GR_ALWAYSBREAK is an unconditional break in all builds.
141 * GR_DEBUGBREAK is an unconditional break in debug builds.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.def 50 /* Mark unconditional jump as taken. */
51 DEF_PREDICTOR (PRED_UNCONDITIONAL, "unconditional jump", PROB_ALWAYS,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.def 50 /* Mark unconditional jump as taken. */
51 DEF_PREDICTOR (PRED_UNCONDITIONAL, "unconditional jump", PROB_ALWAYS,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.def 50 /* Mark unconditional jump as taken. */
51 DEF_PREDICTOR (PRED_UNCONDITIONAL, "unconditional jump", PROB_ALWAYS,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.def 50 /* Mark unconditional jump as taken. */
51 DEF_PREDICTOR (PRED_UNCONDITIONAL, "unconditional jump", PROB_ALWAYS,
  /external/iptables/libiptc/
libip4tc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
220 unconditional(const struct ipt_ip *ip)
292 && unconditional(&e->ip)
447 /* Overflows should be end of entry chains, and unconditional
459 assert(unconditional(&e->ip));
libip6tc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
249 /* All zeroes == unconditional rule. */
251 unconditional(const struct ip6t_ip6 *ipv6) function
383 /* Overflows should be end of entry chains, and unconditional
395 assert(unconditional(&e->ipv6));
  /external/libsepol/src/
hierarchy.c 43 /* This tells check_avtab_hierarchy to check this list in addition to the unconditional avtab */
155 * a conditional list for the relationship as well as the unconditional avtab
246 * source and target, we can evaluate them as unconditional
263 * We have to pull up them as unconditional ones in this case,
265 * during unconditional policy checking.
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 93 /// \ | / BB3 contains unconditional branch.
119 /// In Case 1, \param BB (BB4) has an unconditional branch (BB3) as
148 // Case 1: Pred (BB3) is an unconditional block, it should
151 // There should exist only one such unconditional
212 // Case 1: PS(BB3) should be an unconditional branch.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gcov 
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 372 * If the block ends in a conditional or unconditional break, lower
525 * unconditional jumps at the end of ir->then_instructions and
534 * ir->else_instructions end with an unconditional jump.
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 372 * If the block ends in a conditional or unconditional break, lower
525 * unconditional jumps at the end of ir->then_instructions and
534 * ir->else_instructions end with an unconditional jump.
    [all...]
  /art/runtime/
dex_instruction.h 121 kBranch = 0x01, // conditional or unconditional branch
127 kUnconditional = 0x40, // unconditional branch
332 // Returns true if this instruction is a unconditional branch.
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 197 // Handle unconditional branches.
270 // Unconditional branch?
271 assert(!FBB && "Unconditional branch with multiple successors!");
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 151 /// 2. If this block ends with only an unconditional branch, it sets TBB to be
158 /// 4. If this block ends with an conditional branch and an unconditional
258 if (Cond.empty()) // Unconditional branch
  /external/llvm/test/Transforms/SimplifyCFG/
indirectbr.ll 102 ; SimplifyCFG should turn the indirectbr into an unconditional branch to the
137 ; replaced with an unconditional branch to the single successor.
167 ; replaced with an unconditional branch to the single successor.
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 162 /// to a return, unreachable, or unconditional branch).
166 /// previous iteration by inserting unconditional branches.
230 /// pointer, conditional or unconditional, the max displacement,
231 /// and (if isCond is true) the corresponding unconditional branch
    [all...]
  /external/llvm/test/CodeGen/Hexagon/
BranchPredict.ll 5 ; block as the fall-through block. The unconditional jump in the predecessor
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ifcvt1-tc.ll 23 ; FIXME: Check for # of unconditional branch after adding branch folding post ifcvt.
  /external/oprofile/events/arm/armv7-common/
events 10 event:0x06 counters:1,2,3,4,5,6 um:zero minimum:500 name:DREAD : Data read architecturally executed (note: architecturally executed = for instructions that are unconditional or that pass the condition code)
  /external/oprofile/events/i386/athlon/
events 13 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCHES : Retired branches (conditional, unconditional, exceptions, interrupts)
  /packages/services/Telephony/res/xml/
callforward_options.xml 26 phone:reason="unconditional"
  /external/valgrind/main/VEX/priv/
guest_mips_defs.h 102 MIPSCondAL = 14, /* always (unconditional) : 1 */
103 MIPSCondNV = 15 /* never (unconditional): : 0 */
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 10 // This pass forwards branches to unconditional branches to make them branch
392 /// after it, replacing it with an unconditional branch to NewDest.
454 // CurMBB needs to add an unconditional branch to SuccMBB (we removed these
555 // If both blocks have an unconditional branch temporarily stripped out,
636 // Put the unconditional branch back, if we need one.
705 // are not immediately before Succ must have an unconditional branch to
850 // (1) temporarily removing any unconditional branch from the predecessor
853 // not IBB; this may require adding back an unconditional branch to IBB
    [all...]
MachineBasicBlock.cpp 399 // The block has an unconditional branch. If its successor is now
404 // The block has an unconditional fallthrough. If its successor is not
419 // Finally update the unconditional successor to be reached via a branch
451 // targets. Remove the conditional jump, leaving unconditional
457 // Finally update the unconditional successor to be reached via a branch
467 // We can't reverse the condition, add an unconditional branch.
661 // If it's an unconditional branch to some block not the fall through, it
783 // Insert unconditional "jump Succ" instruction in NMBB if necessary.
    [all...]

Completed in 3731 milliseconds

1 23 4 5 6 7 8 91011>>