Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp974 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 Dvalidate_cfg.cpp974 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 Dvalidate_cfg.cpp1041 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 Dcode-generator-loong64.cc1848 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 Dcode-generator-x64.cc4462 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 Dcode-generator-ppc.cc3810 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 Dcode-generator-ia32.cc3732 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 Dcode-generator-s390.cc3207 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 Dcode-generator-mips64.cc3792 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 Dcode-generator-mips.cc3611 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 Dcode-generator-riscv64.cc3452 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 Dcode-generator-arm.cc3549 Label* flabel = branch->false_label; in AssembleArchInstruction()
3552 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchInstruction()

Completed in 51 milliseconds