Searched refs:fallthru (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/compiler/ |
D | jump-threading.cc | 92 bool fallthru = true; in ComputeForwarding() local 98 fallthru = false; in ComputeForwarding() 102 fallthru = false; in ComputeForwarding() 119 fallthru = false; in ComputeForwarding() 123 fallthru = false; in ComputeForwarding() 127 if (fallthru) { in ComputeForwarding() 171 bool fallthru = true; in ApplyForwarding() local 176 fallthru = false; // branches don't fall through to the next block. in ApplyForwarding() 183 fallthru = false; // jumps don't fall through to the next block. in ApplyForwarding() 186 prev_fallthru = fallthru; in ApplyForwarding()
|
D | code-generator.h | 36 bool fallthru; member
|
D | code-generator.cc | 625 branch->fallthru = IsNextInAssemblyOrder(false_rpo); in ComputeBranchInfo() 681 branch.fallthru = true; in AssembleInstruction()
|
/external/clang/test/Parser/ |
D | cxx0x-attributes.cpp | 349 int fallthru(int n) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | spill-01.ll | 427 br i1 %cond, label %skip, label %fallthru 429 fallthru: 444 %newval8 = phi i64 [ %val8, %entry ], [ %val9, %fallthru ]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | spill-01.ll | 427 br i1 %cond, label %skip, label %fallthru 429 fallthru: 444 %newval8 = phi i64 [ %val8, %entry ], [ %val9, %fallthru ]
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2879 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch() 2889 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch() 2908 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchDeoptBranch() 2941 if (!branch->fallthru) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2785 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument 2845 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels() 2855 branch->fallthru); in AssembleArchBranch()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2998 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument 3064 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels() 3075 branch->fallthru); in AssembleArchBranch()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3904 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch() 3915 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2115 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2214 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2773 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 2863 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/python/setuptools/docs/ |
D | easy_install.txt | 1248 ``ez_setup`` trying to run ``easy_install`` twice, due to a code fallthru
|