Home
last modified time | relevance | path

Searched refs:MakeLabel (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc1408 auto done = __ MakeLabel(MachineRepresentation::kTagged); in ChangeFloat64ToTagged()
1410 auto if_int32 = __ MakeLabel(); in ChangeFloat64ToTagged()
1422 auto if_smi = __ MakeLabel(); in ChangeFloat64ToTagged()
1467 auto if_true = __ MakeLabel(); in ChangeBitToTagged()
1468 auto done = __ MakeLabel(MachineRepresentation::kTagged); in ChangeBitToTagged()
1497 auto done = __ MakeLabel(MachineRepresentation::kTagged); in ChangeInt32ToTagged()
1513 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeInt64ToTagged()
1541 auto done = __ MakeLabel(MachineRepresentation::kTagged); in ChangeUint32ToTagged()
1560 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeUint64ToTagged()
1651 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerTruncateTaggedToBit()
[all …]
Dselect-lowering.cc43 auto done = __ MakeLabel(p.representation()); in LowerSelect()
Dwasm-compiler.cc210 auto ok = MakeLabel(); in AssertFalse()
3303 auto load_target = gasm_->MakeLabel(); in BuildCallRef()
3304 auto end_label = gasm_->MakeLabel(MachineType::PointerRepresentation()); in BuildCallRef()
5648 auto done = gasm_->MakeLabel(); in ArrayNewWithRtt()
5873 auto done = gasm_->MakeLabel(MachineRepresentation::kWord32); in RefTest()
5884 auto done = gasm_->MakeLabel(); in RefCast()
5904 auto done = gasm_->MakeLabel(MachineRepresentation::kWord32); in RefIsData()
5913 auto done = gasm_->MakeLabel(); in RefAsData()
5932 auto done = gasm_->MakeLabel(MachineRepresentation::kWord32); in RefIsFunc()
5942 auto done = gasm_->MakeLabel(); in RefAsFunc()
[all …]
Dgraph-assembler.h212 return MakeLabel<sizeof...(Reps)>(reps_array, type); in MakeLabelFor()
217 GraphAssemblerLabel<VarCount> MakeLabel( in MakeLabel() function
225 GraphAssemblerLabel<sizeof...(Reps)> MakeLabel(Reps... reps) { in MakeLabel() function
Djs-call-reducer.cc158 : gasm_->MakeLabel(); in ~IfBuilder0()
160 : gasm_->MakeLabel(); in ~IfBuilder0()
161 auto merge = gasm_->MakeLabel(); in ~IfBuilder0()
225 : gasm_->MakeLabel(); in Value()
227 : gasm_->MakeLabel(); in Value()
228 auto merge = gasm_->MakeLabel(kPhiRepresentation); in Value()
445 auto continuation = gasm_->MakeLabel(); in Catch()
490 auto loop_exit = gasm_->MakeLabel(); in Do()
496 auto loop_body = gasm_->MakeLabel(); in Do()
755 MakeLabel<sizeof...(Vars)>(reps, GraphAssemblerLabelType::kNonDeferred); in MaybeSkipHole()
[all …]
Dmemory-lowering.cc281 auto done = __ MakeLabel(MachineType::PointerRepresentation()); in ReduceAllocateRaw()
331 auto done = __ MakeLabel(MachineRepresentation::kTaggedPointer); in ReduceAllocateRaw()
Djs-typed-lowering.cc854 auto done = __ MakeLabel(MachineRepresentation::kTagged); in ReduceJSEqual()
855 auto check_undetectable = __ MakeLabel(MachineRepresentation::kTagged); in ReduceJSEqual()
/third_party/skia/tools/viewer/
DSlideDir.cpp271 static sk_sp<sksg::RenderNode> MakeLabel(const SkString& txt, in MakeLabel() function
327 slideGrp->addChild(MakeLabel(slide->getName(), in load()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch45525 auto done = __ MakeLabel(MachineRepresentation::kTagged);
45526 + auto loaded_field = __ MakeLabel(MachineRepresentation::kTagged);
45527 + auto done_double = __ MakeLabel(MachineRepresentation::kFloat64);
45557 - auto loaded_field = __ MakeLabel(MachineRepresentation::kTagged);
45558 - auto done_double = __ MakeLabel(MachineRepresentation::kFloat64);