HomeSort by relevance Sort by last modified time
    Searched refs:Branch (Results 101 - 125 of 197) sorted by null

1 2 3 45 6 7 8

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 668 // Emit the test for the real part becoming NaN and create a branch to
673 llvm::Instruction *Branch = Builder.CreateCondBr(IsRNaN, INaNBB, ContBB);
674 llvm::BasicBlock *OrigBB = Branch->getParent();
679 Branch->setMetadata(llvm::LLVMContext::MD_prof, BrWeight);
681 // Now test the imaginary part and create its branch.
685 Branch = Builder.CreateCondBr(IsINaN, LibCallBB, ContBB);
686 Branch->setMetadata(llvm::LLVMContext::MD_prof, BrWeight);
    [all...]
  /external/v8/src/compiler/
code-assembler.cc 304 Branch(condition, &if_condition_is_true, &if_condition_is_false);
664 Branch(condition, true_label, &false_label);
670 Branch(condition, &true_label, false_label);
674 void CodeAssembler::Branch(Node* condition, CodeAssembler::Label* true_label,
678 return raw_assembler_->Branch(condition, true_label->label_,
js-native-context-specialization.cc 104 // The final states for every polymorphic branch. We join them with
132 Node* branch = graph()->NewNode(common()->Branch(), check, control); local
133 control = graph()->NewNode(common()->IfFalse(), branch);
134 receiverissmi_control = graph()->NewNode(common()->IfTrue(), branch);
166 Node* branch = local
167 graph()->NewNode(common()->Branch(), check, fallthrough_control);
168 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch);
169 this_control = graph()->NewNode(common()->IfTrue(), branch);
191 Node* branch local
588 Node* branch = local
615 Node* branch = local
    [all...]
wasm-compiler.cc 70 // in this function will branch to.
146 Node* branch = graph()->NewNode(common()->Branch(hint), cond, *control_ptr); local
147 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
148 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
916 Node* WasmGraphBuilder::Branch(Node* cond, Node** true_node,
920 Node* branch = local
921 graph()->NewNode(jsgraph()->common()->Branch(), cond, *control_);
922 *true_node = graph()->NewNode(jsgraph()->common()->IfTrue(), branch);
923 *false_node = graph()->NewNode(jsgraph()->common()->IfFalse(), branch);
1987 Node* branch = graph()->NewNode(common->Branch(BranchHint::kFalse), ovf, local
2193 Node* branch = graph()->NewNode(common->Branch(BranchHint::kFalse), check, local
    [all...]
memory-optimizer.cc 180 Node* branch = local
181 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
183 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
187 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
248 Node* branch = local
249 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
251 Node* if_true = graph()->NewNode(common()->IfTrue(), branch);
265 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
node-matchers.h 567 explicit BranchMatcher(Node* branch);
571 Node* Branch() const { return node(); }
589 Node* Branch() const { return branch_; }
control-flow-optimizer.cc 75 // input graph as shown below and clones the Branch node for every predecessor
78 // branch folding optimizations (i.e. because one or more inputs to the Phi is
94 // Branch----+
108 // Branch ... Branch
123 Node* branch = node; local
124 Node* cond = NodeProperties::GetValueInput(branch, 0);
125 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return false;
126 Node* merge = NodeProperties::GetControlInput(branch);
131 // Grab the IfTrue/IfFalse projections of the Branch
209 Node* branch = node; local
    [all...]
js-typed-lowering.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 67 // Don't load NaNs or infinities, branch to the non number case instead.
71 // Allow programmer to use Branch Delay Slot of Branches, Jumps, Calls.
168 DECLARE_BRANCH_PROTOTYPES(Branch)
205 void Branch(Label* L,
310 // We NEED a nop in the branch delay slot, as it used by v8, for example in
312 // Currently the branch delay slot is filled by the MacroAssembler.
315 Branch(L);
329 Branch(if_equal, eq, with, Operand(at));
336 Branch(if_not_equal, ne, with, Operand(at));
385 Label* branch) {
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 67 // Don't load NaNs or infinities, branch to the non number case instead.
71 // Allow programmer to use Branch Delay Slot of Branches, Jumps, Calls.
196 DECLARE_BRANCH_PROTOTYPES(Branch)
233 void Branch(Label* L,
342 // We NEED a nop in the branch delay slot, as it used by v8, for example in
344 // Currently the branch delay slot is filled by the MacroAssembler.
347 Branch(L);
361 Branch(if_equal, eq, with, Operand(at));
368 Branch(if_not_equal, ne, with, Operand(at));
417 Label* branch) {
    [all...]
  /external/v8/src/
builtins.cc 328 assembler->Branch(assembler->Word32Equal(
357 assembler->Branch(assembler->WordIsSmi(object), &return_false,
    [all...]
  /art/runtime/
instrumentation.h 97 // Call-back for when we execute a branch.
98 virtual void Branch(Thread* thread,
348 // Inform listeners that a branch has been taken (only supported by the interpreter).
349 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const
392 // that returning causes a branch to the method exit stub. Generates method enter events.
546 // Do we have any branch listeners? Short-cut to avoid taking the instrumentation_lock_.
trace.h 167 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t dex_pc_offset)
  /external/libavc/common/arm/
ih264_inter_pred_filters_luma_vert_a9q.s 112 subs r12, r6, #8 @if wd=8 branch to loop_8
116 subs r12, r6, #4 @if wd=4 branch to loop_4
196 beq end_func @ Branch if height==4
245 beq end_func @ Branch if height==4
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s 126 subs r12, r9, #4 @if wd=4 branch to loop_4
128 subs r12, r9, #8 @if wd=8 branch to loop_8
263 beq end_func @ Branch if height==4
347 beq end_func @ Branch if height==4
433 beq end_func @ Branch if height==4
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s 138 subs r12, r5, #4 @if wd=4 branch to loop_4
141 subs r12, r5, #8 @if wd=8 branch to loop_8
318 beq end_func @ Branch if height==4
409 beq end_func @ Branch if height==4
498 beq end_func @ Branch if height==4
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 134 subs r12, r5, #4 @if wd=4 branch to loop_4
136 subs r12, r5, #8 @if wd=8 branch to loop_8
236 beq end_func @ Branch if height==4
292 beq end_func @ Branch if height==4
346 beq end_func @ Branch if height==4
ih264_inter_pred_filters_luma_horz_a9q.s 114 subs r12, r6, #8 @if wd=8 branch to loop_8
118 subs r12, r6, #4 @if wd=4 branch to loop_4
208 beq end_func @ Branch if height==4
ih264_inter_pred_luma_horz_qpel_a9q.s 120 subs r12, r6, #8 @if wd=8 branch to loop_8
125 subs r12, r6, #4 @if wd=4 branch to loop_4
223 beq end_func @ Branch if height==4
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 360 #pragma mark Branch...
375 #pragma mark Synthesized Branch...
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 90 /// An inductive range check is conditional branch in a loop with
92 /// 1. a very cold successor (i.e. the branch jumps to that successor very
122 BranchInst *Branch;
134 Offset(nullptr), Scale(nullptr), Length(nullptr), Branch(nullptr) { }
153 OS << "\n Branch: ";
164 BranchInst *getBranch() const { return Branch; }
185 /// This is the value the condition of the branch needs to evaluate to for the
186 /// branch to take the hot successor (see (1) above).
427 IRC->Branch = BI;
560 // whether to branch to the "true" exit or to `PseudoExit'
    [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 116 static BlockCompletion Branch(TestOperand op, int left_offset,
  /external/v8/test/unittests/compiler/arm/
instruction-selector-arm-unittest.cc 262 m.Branch((m.*dpi.constructor)(m.Parameter(0), m.Parameter(1)), &a, &b);
281 m.Branch((m.*dpi.constructor)(m.Parameter(0), m.Int32Constant(imm)), &a,
297 m.Branch((m.*dpi.constructor)(m.Int32Constant(imm), m.Parameter(0)), &a,
319 m.Branch((m.*dpi.constructor)(
338 m.Branch((m.*dpi.constructor)(
363 m.Branch((m.*dpi.constructor)(m.Parameter(0),
386 m.Branch((m.*dpi.constructor)(
412 m.Branch(m.Word32Equal((m.*dpi.constructor)(m.Parameter(0), m.Parameter(1)),
433 m.Branch(
455 m.Branch(m.Word32Equal
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 63 // Turn condition code into conditional branch opcode.
308 // Branch analysis.
473 getUnconditionalBranch(MCInst &Branch,

Completed in 1549 milliseconds

1 2 3 45 6 7 8