Home
last modified time | relevance | path

Searched refs:fallthru (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc84 bool fallthru = true; in ComputeForwarding() local
90 fallthru = false; in ComputeForwarding()
94 fallthru = false; in ComputeForwarding()
111 fallthru = false; in ComputeForwarding()
114 if (fallthru) { in ComputeForwarding()
147 fallthru = false; in ComputeForwarding()
151 fallthru = false; in ComputeForwarding()
155 if (fallthru) { in ComputeForwarding()
208 bool fallthru = true; in ApplyForwarding() local
213 fallthru in ApplyForwarding()
[all...]
H A Dcode-generator.h38 bool fallthru; member
H A Dcode-generator.cc695 branch->fallthru = IsNextInAssemblyOrder(false_rpo); in ComputeBranchInfo()
762 branch.fallthru = true; in AssembleInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1848 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels()
1922 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels()
1933 branch->fallthru); in AssembleArchBranch()
1846 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4460 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()
4470 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch()
4476 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchDeoptBranch()
4509 if (!branch->fallthru) { in AssembleArchDeoptBranch()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3730 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()
3741 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc3792 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels()
3863 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels()
3874 branch->fallthru); in AssembleArchBranch()
3790 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc3611 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels()
3676 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels()
3686 branch->fallthru); in AssembleArchBranch()
3609 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc3452 Label* tlabel, Label* flabel, bool fallthru) { in AssembleBranchToLabels()
3533 if (!fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleBranchToLabels()
3544 branch->fallthru); in AssembleArchBranch()
3450 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3827 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3552 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3222 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()

Completed in 50 milliseconds