/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 974 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local 976 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass() 978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_cfg.cpp | 974 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local 976 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass() 978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 1041 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local 1043 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass() 1045 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|
/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() 1930 Label* flabel = branch->false_label; in AssembleArchBranch() local 1932 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, 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 | 4462 Label* flabel = branch->false_label; in AssembleArchBranch() local 4464 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 4470 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch() 4478 Label* flabel = branch->false_label; in AssembleArchDeoptBranch() local 4481 __ j(parity_even, flabel, flabel_distance); in AssembleArchDeoptBranch() 4510 __ jmp(flabel, flabel_distance); in AssembleArchDeoptBranch()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 3810 Label* flabel = branch->false_label; in AssembleArchBranch() local 3819 __ bunordered(flabel, cr); in AssembleArchBranch() 3827 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 3732 Label* flabel = branch->false_label; in AssembleArchBranch() local 3734 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 3741 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 3207 Label* flabel = branch->false_label; in AssembleArchBranch() local 3214 // Branching to flabel/tlabel according to what's expected by tests in AssembleArchBranch() 3216 __ bunordered(flabel); in AssembleArchBranch() 3222 if (!branch->fallthru) __ b(flabel); // no fallthru to 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() 3871 Label* flabel = branch->false_label; in AssembleArchBranch() local 3873 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, 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() 3684 Label* flabel = branch->false_label; in AssembleArchBranch() local 3685 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, 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() 3541 Label* flabel = branch->false_label; in AssembleArchBranch() local 3543 AssembleBranchToLabels(this, tasm(), instr, branch->condition, tlabel, flabel, 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/arm/ |
H A D | code-generator-arm.cc | 3549 Label* flabel = branch->false_label; in AssembleArchInstruction() 3552 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchInstruction()
|