/external/v8/src/compiler/ |
loop-variable-optimizer.cc | 231 Node* branch = node->InputAt(0); local 232 Node* cond = branch->InputAt(0); 233 VariableLimits* limits = limits_[branch->id()]->Copy(zone());
|
scheduler.cc | 440 void ConnectBranch(Node* branch) { 442 CollectSuccessorBlocks(branch, successor_blocks, 445 // Consider branch hints. 446 switch (BranchHintOf(branch->op())) { 457 if (branch == component_entry_) { 458 TraceConnect(branch, component_start_, successor_blocks[0]); 459 TraceConnect(branch, component_start_, successor_blocks[1]); 460 schedule_->InsertBranch(component_start_, component_end_, branch, 463 Node* branch_control = NodeProperties::GetControlInput(branch); 465 TraceConnect(branch, branch_block, successor_blocks[0]) [all...] |
/external/v8/src/ic/ |
keyed-store-generic.cc | 289 Branch(WordEqual(LoadMap(value), LoadRoot(Heap::kHeapNumberMapRootIndex)), 415 Branch(UintPtrLessThan(intptr_index, capacity), &if_in_bounds, &if_grow); 423 Branch(WordEqual(intptr_index, length), &if_increment_length_by_one,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
gimple.def | 60 multiway branch: 344 branch is taken. */ 352 /* GIMPLE_PREDICT <PREDICT, OUTCOME> specifies a hint for branch prediction.
|
/prebuilts/go/darwin-x86/doc/devel/ |
release.html | 12 git checkout <i>release-branch</i> 297 See the <a href="https://github.com/golang/go/commits/release-branch.go1">go1 release branch history</a> for the complete list of changes.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
nilcheck_test.go | 296 // TestNilcheckInFalseBranch tests that nil checks in the false branch of an nilcheck 340 t.Errorf("removed secondCheck, but shouldn't have [false branch]") 343 t.Errorf("removed thirdCheck, but shouldn't have [false branch]")
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst.go | 53 // Branch prediction. 54 PrefixPN Prefix = 0x12E // predict not taken (conditional branch only) 55 PrefixPT Prefix = 0x13E // predict taken (conditional branch only)
|
/prebuilts/go/linux-x86/doc/devel/ |
release.html | 12 git checkout <i>release-branch</i> 297 See the <a href="https://github.com/golang/go/commits/release-branch.go1">go1 release branch history</a> for the complete list of changes.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
nilcheck_test.go | 296 // TestNilcheckInFalseBranch tests that nil checks in the false branch of an nilcheck 340 t.Errorf("removed secondCheck, but shouldn't have [false branch]") 343 t.Errorf("removed thirdCheck, but shouldn't have [false branch]")
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
inst.go | 53 // Branch prediction. 54 PrefixPN Prefix = 0x12E // predict not taken (conditional branch only) 55 PrefixPT Prefix = 0x13E // predict taken (conditional branch only)
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff64-rs6000.c | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-ns32k.c | 323 #define BRANCH 1 348 {(63), (-64), 1, IND (BRANCH, WORD)}, 349 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)}, 967 IND (BRANCH, BYTE), 999 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0); 1006 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1); [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-d10v.texi | 77 an assembly program and you want to do a branch to a symbol that is defined later 91 instruction will never be packaged with the previous one. Whenever a branch and link 224 PC relative address (for branch or rep).
|
c-d30v.texi | 75 an assembly program and you want to do a branch to a symbol that is defined later 89 instruction will never be packaged with the previous one. Whenever a branch and link 275 PC relative address (for branch or rep).
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
ppc.h | 130 /* Opcode is supported by branch locking APU. */ 329 /* This operand is a relative branch displacement. The disassembler 333 /* This operand is an absolute branch address. The disassembler
|
/external/libjpeg-turbo/ |
jchuff.c | 526 * branch. It is derived from an assembly language technique presented in 566 /* Branch-less absolute value, bitwise complement, etc., same as above */ \ 892 int others[257]; /* next symbol in current branch of tree */ 943 /* Increment the codesize of everything in c1's tree branch */ 950 others[c1] = c2; /* chain c2 onto c1's tree branch */ 952 /* Increment the codesize of everything in c2's tree branch */ [all...] |
/external/llvm/lib/IR/ |
GCOV.cpp | 389 /// sorted. This is required for printing branch info in the correct order. 437 // This custom division function mimics gcov's branch ouputs: 668 // Only print block and branch information at the end of the block. 720 /// printBranchInfo - Print conditional branch probabilities. 746 OS << format("branch %2u ", EdgeNo++) 750 /// printUncondBranchInfo - Print unconditional branch probabilities.
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 529 // destination vreg to set, the condition code register to branch on, the 530 // true/false values to select between, and a branch opcode to use. 592 // destination vreg to set, the condition code register to branch on, the 593 // true/false values to select between, and a branch opcode to use. 658 // destination vreg to set, the condition code register to branch on, the 659 // true/false values to select between, and a branch opcode to use.
|
/external/llvm/lib/Transforms/Scalar/ |
TailRecursionElimination.cpp | 11 // by a return instruction with a branch to the entry of the function, creating 562 // create the new entry block, allowing us to branch back to the old entry. 628 // Because we haven't added the branch in the current block to OldEntry yet, 663 // ret instructions, replacing them with an unconditional branch. 684 // in unconditional branch and recursive call(s). 699 << "INTO UNCOND BRANCH PRED: " << *Pred); [all...] |
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 136 // Delete the unconditional branch from the predecessor... 609 // longer branch to them. 729 // If we found a conditional branch predecessor, make sure that it branches 748 // Ok, if we got here, both predecessors end with an unconditional branch to 750 // predecessor, and THAT is a conditional branch, then we're all ok! 755 // Otherwise, if this is a conditional branch, then we can use it!
|
LoopSimplify.cpp | 92 // always good as it makes the uncond branch from the outside block into a 128 // If the loop is branched to from an indirect branch, we won't 166 // Don't do this if the loop is exited via an indirect branch. 350 /// and have that block branch to the loop header. This ensures that loops 630 // comparison and the branch. 657 // a comparison and a conditional branch. SimplifyCFG may be able [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILInstrInfo.td | 95 // Branch instruction where second and third are basic blocks 181 // Multiclass that handles branch instructions 185 "; i32 Pseudo branch instruction", 189 "; f32 Pseudo branch instruction", 221 def BRANCH : ILFormat<(outs), (ins brtarget:$target), 222 "; Pseudo unconditional branch instruction",
|
/external/swiftshader/third_party/LLVM/docs/ |
WritingAnLLVMBackend.html | 36 <li><a href="#branchFolding">Branch Folding and If Conversion</a></li>
[all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
TailDuplication.cpp | 539 // duplicate only one, because one branch instruction can be eliminated to 548 // If the target has hardware branch prediction that can handle indirect 552 // that rearrange the predecessors of the indirect branch. 700 // Make the branch unconditional if possible 775 // Remove PredBB's unconditional branch. 805 NumInstrDups += TailBB->size() - 1; // subtract one for removed branch [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
TailRecursionElimination.cpp | 11 // by a return instruction with a branch to the entry of the function, creating 474 // create the new entry block, allowing us to branch back to the old entry. 541 // Because we haven't added the branch in the current block to OldEntry yet, 576 // ret instructions, replacing them with an unconditional branch. 596 // in unconditional branch and recursive call(s). 611 << "INTO UNCOND BRANCH PRED: " << *Pred);
|