Searched refs:fallthru (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/compiler/backend/ |
D | jump-threading.cc | 96 bool fallthru = true; in ComputeForwarding() local 102 fallthru = false; in ComputeForwarding() 106 fallthru = false; in ComputeForwarding() 123 fallthru = false; in ComputeForwarding() 126 if (fallthru) { in ComputeForwarding() 161 fallthru = false; in ComputeForwarding() 165 fallthru = false; in ComputeForwarding() 169 if (fallthru) { in ComputeForwarding() 224 bool fallthru = true; in ApplyForwarding() local 229 fallthru = false; // branches don't fall through to the next block. in ApplyForwarding() [all …]
|
D | code-generator.h | 38 bool fallthru; member
|
D | code-generator.cc | 729 branch->fallthru = IsNextInAssemblyOrder(false_rpo); in ComputeBranchInfo() 796 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/backend/x64/ |
D | code-generator-x64.cc | 4176 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch() 4186 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch() 4205 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchDeoptBranch() 4238 if (!branch->fallthru) { in AssembleArchDeoptBranch()
|
/external/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 3500 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument 3569 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels() 3579 branch->fallthru); in AssembleArchBranch()
|
/external/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 3742 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels() argument 3817 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels() 3828 branch->fallthru); in AssembleArchBranch()
|
/external/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 4374 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch() 4385 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
|
/external/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 2765 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 3501 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 3468 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
|
/external/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 4401 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|