/third_party/node/deps/v8/src/compiler/backend/ |
H A D | jump-threading.cc | 84 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 D | code-generator.h | 38 bool fallthru; member
|
H A D | code-generator.cc | 695 branch->fallthru = IsNextInAssemblyOrder(false_rpo); in ComputeBranchInfo() 762 branch.fallthru = true; in AssembleInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | code-generator-loong64.cc | 1848 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 D | code-generator-x64.cc | 4460 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 D | code-generator-ia32.cc | 3730 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 D | code-generator-mips64.cc | 3792 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 D | code-generator-mips.cc | 3611 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 D | code-generator-riscv64.cc | 3452 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 D | code-generator-ppc.cc | 3827 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 3552 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 3222 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|