Home
last modified time | relevance | path

Searched refs:fallthru (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/compiler/backend/
Djump-threading.cc96 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 …]
Dcode-generator.h38 bool fallthru; member
Dcode-generator.cc729 branch->fallthru = IsNextInAssemblyOrder(false_rpo); in ComputeBranchInfo()
796 branch.fallthru = true; in AssembleInstruction()
/external/clang/test/Parser/
Dcxx0x-attributes.cpp349 int fallthru(int n) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dspill-01.ll427 br i1 %cond, label %skip, label %fallthru
429 fallthru:
444 %newval8 = phi i64 [ %val8, %entry ], [ %val9, %fallthru ]
/external/llvm/test/CodeGen/SystemZ/
Dspill-01.ll427 br i1 %cond, label %skip, label %fallthru
429 fallthru:
444 %newval8 = phi i64 [ %val8, %entry ], [ %val9, %fallthru ]
/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc4176 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/
Dcode-generator-mips.cc3500 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/
Dcode-generator-mips64.cc3742 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/
Dcode-generator-ia32.cc4374 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()
4385 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc2765 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3501 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc3468 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/python/setuptools/docs/
Deasy_install.txt1248 ``ez_setup`` trying to run ``easy_install`` twice, due to a code fallthru
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc4401 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()