Home
last modified time | relevance | path

Searched refs:RawMachineLabel (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-branch-combine.cc26 RawMachineLabel blocka, blockb; in TEST()
49 RawMachineLabel blocka, blockb; in TEST()
77 RawMachineLabel blocka, blockb; in TEST()
99 RawMachineLabel blocka, blockb; in TEST()
121 RawMachineLabel blocka, blockb; in TEST()
143 RawMachineLabel blocka, blockb; in TEST()
165 RawMachineLabel blocka, blockb; in TEST()
189 RawMachineLabel blocka, blockb; in TEST()
219 RawMachineLabel blocka, blockb; in TEST()
247 RawMachineLabel blocka, blockb; in TEST()
[all …]
Dtest-basic-block-profiler.cc40 RawMachineLabel blocka, blockb, end; in TEST()
80 RawMachineLabel header, body, end; in TEST()
Dtest-run-machops.cc557 RawMachineLabel blocka, blockb; in TEST()
649 RawMachineLabel blocka, blockb; in TEST()
714 RawMachineLabel next; in TEST()
727 RawMachineLabel labels[10]; in TEST()
742 RawMachineLabel blocka, blockb; in TEST()
758 RawMachineLabel blocka, blockb, end; in TEST()
775 RawMachineLabel header, body, exit; in TEST()
792 RawMachineLabel blocka, blockb, end; in BuildDiamondPhi()
868 RawMachineLabel body, header, end; in TEST()
887 RawMachineLabel blocka, blockb, end; in TEST()
[all …]
Dtest-run-wasm-machops.cc151 RawMachineLabel within_bounds, out_of_bounds; in TEST()
/external/v8/src/compiler/
Draw-machine-assembler.cc73 void RawMachineAssembler::Goto(RawMachineLabel* label) { in Goto()
80 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val, in Branch()
81 RawMachineLabel* false_val) { in Branch()
89 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label, in Switch()
91 RawMachineLabel** case_labels, in Switch()
441 void RawMachineAssembler::Bind(RawMachineLabel* label) { in Bind()
450 BasicBlock* RawMachineAssembler::Use(RawMachineLabel* label) { in Use()
456 BasicBlock* RawMachineAssembler::EnsureBlock(RawMachineLabel* label) { in EnsureBlock()
499 RawMachineLabel::~RawMachineLabel() { DCHECK(bound_ || !used_); } in ~RawMachineLabel()
Draw-machine-assembler.h22 class RawMachineLabel; variable
705 void Goto(RawMachineLabel* label);
706 void Branch(Node* condition, RawMachineLabel* true_val,
707 RawMachineLabel* false_val);
708 void Switch(Node* index, RawMachineLabel* default_label, int32_t* case_values,
709 RawMachineLabel** case_labels, size_t case_count);
713 void Bind(RawMachineLabel* label);
750 BasicBlock* Use(RawMachineLabel* label);
751 BasicBlock* EnsureBlock(RawMachineLabel* label);
773 class RawMachineLabel final {
[all …]
Dcode-assembler.cc685 RawMachineLabel** labels = in Switch()
686 new (zone()->New(sizeof(RawMachineLabel*) * case_count)) in Switch()
687 RawMachineLabel*[case_count]; in Switch()
744 void* buffer = assembler->zone()->New(sizeof(RawMachineLabel)); in Label()
746 RawMachineLabel(type == kDeferred ? RawMachineLabel::kDeferred in Label()
747 : RawMachineLabel::kNonDeferred); in Label()
Dcode-assembler.h35 class RawMachineLabel; variable
425 RawMachineLabel* label_;
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc976 RawMachineLabel a, b; in TEST_P()
1001 RawMachineLabel a, b; in TEST_F()
1024 RawMachineLabel a, b; in TEST_F()
1044 RawMachineLabel a, b; in TEST_F()
1062 RawMachineLabel a, b; in TEST_F()
1083 RawMachineLabel a, b; in TEST_F()
1107 RawMachineLabel a, b; in TEST_F()
1128 RawMachineLabel a, b; in TEST_F()
1148 RawMachineLabel a, b; in TEST_F()
1166 RawMachineLabel a, b; in TEST_F()
[all …]
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc261 RawMachineLabel a, b; in TEST_P()
280 RawMachineLabel a, b; in TEST_P()
296 RawMachineLabel a, b; in TEST_P()
318 RawMachineLabel a, b; in TEST_P()
337 RawMachineLabel a, b; in TEST_P()
362 RawMachineLabel a, b; in TEST_P()
385 RawMachineLabel a, b; in TEST_P()
411 RawMachineLabel a, b; in TEST_P()
432 RawMachineLabel a, b; in TEST_P()
454 RawMachineLabel a, b; in TEST_P()
[all …]
/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.cc277 RawMachineLabel a, b, c; in TARGET_TEST_P()
297 RawMachineLabel a, b, c; in TARGET_TEST_P()