Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djump-threading.cc92 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()
Dcode-generator.h36 bool fallthru; member
Dcode-generator.cc625 branch->fallthru = IsNextInAssemblyOrder(false_rpo); in ComputeBranchInfo()
681 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/x64/
Dcode-generator-x64.cc2879 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/
Dcode-generator-mips.cc2785 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/
Dcode-generator-mips64.cc2998 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/
Dcode-generator-ia32.cc3904 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()
3915 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2115 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2214 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2773 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc2863 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