Home
last modified time | relevance | path

Searched defs:newGate (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_peeling.cpp80 GateRef newGate = Circuit::NullGate(); in CopySelector() local
180 GateRef newGate = circuit_->NewGate(acc_.GetMetaData(gate), inList); in SetCopy() local
[all...]
H A Dinstruction_combine.cpp21 GateRef InstructionCombine::ReplaceOld(GateRef gate, GateRef newGate) in ReplaceOld() argument
501 auto newGate = builder_.Int32Sub(m.Right().Gate(), mleft.Right().Gate()); in ReduceInt32Add() local
510 auto newGate = builder_.Int32Sub(m.Left().Gate(), mright.Right().Gate()); in ReduceInt32Add() local
543 auto newGate = in ReduceInt64Sub() local
566 auto newGate in ReduceInt32Sub() local
590 auto newGate = builder_.Int64Sub(builder_.Int64(0), m.Left().Gate()); ReduceInt64Mul() local
595 auto newGate = builder_.Int64LSL(m.Left().Gate(), builder_.Int64( ReduceInt64Mul() local
631 auto newGate = builder_.Int32Sub(builder_.Int32(0), m.Left().Gate()); ReduceInt32Mul() local
636 auto newGate = builder_.Int32LSL(m.Left().Gate(), builder_.Int32( ReduceInt32Mul() local
677 auto newGate = builder_.Int64Sub(builder_.Int64(0), m.Left().Gate()); ReduceInt64Div() local
686 auto newGate = builder_.Int64Sub(builder_.Int64(0), newDiv); ReduceInt64Div() local
714 auto newGate = builder_.Int32Sub(builder_.Int32(0), m.Left().Gate()); ReduceInt32Div() local
723 auto newGate = builder_.Int32Sub(builder_.Int32(0), newDiv); ReduceInt32Div() local
769 auto newGate = builder_.DoubleSub(builder_.Double(-0.0), m.Left().Gate()); ReduceDoubleMul() local
779 auto newGate = builder_.DoubleAdd(m.Left().Gate(), m.Left().Gate()); ReduceDoubleMul() local
877 auto newGate = builder_.Int64And( ReduceWord64And() local
914 auto newGate = builder_.Int32And( ReduceWord32And() local
1109 auto newGate = builder_.Int32Sub(builder_.Int32(0), mleft.Left().Gate()); ReduceWord32Asr() local
1139 auto newGate = builder_.Int64And( ReduceWord64Lsl() local
1163 auto newGate = builder_.Int32And( ReduceWord32Lsl() local
[all...]
H A Dasync_function_lowering.cpp181 GateRef newGate = circuit_->NewGate(circuit_->Merge(2), in UpdateValueSelector() local
H A Dcircuit.cpp138 auto newGate = new (gateSpace) Gate(meta, gateCount_++, inPtrList.data(), machineType, type); in NewGate() local
H A Dntype_hcr_lowering.cpp164 GateRef newGate = builder_.CallStub(glue, gate, CommonStubCSigns::CopyRestArgs, in LowerCreateArguments() local
170 GateRef newGate = builder_.CallStub(glue, gate, CommonStubCSigns::GetUnmappedArgs, in LowerCreateArguments() local
H A Dhcr_circuit_builder.cpp522 GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArray(accessor.ToValue()), MachineType::I64, in CreateArray() local
538 GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArrayWithBuffer(accessor.ToValue()), in CreateArrayWithBuffer() local
554 GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArguments(accessor.ToValue()), in CreateArguments() local
608 GateRef newGate = GetCircuit()->NewGate(circuit_->StoreModuleVar(), MachineType::I64, StoreModuleVar() local
620 GateRef newGate = GetCircuit()->NewGate(circuit_->LdLocalModuleVar(), MachineType::I64, LdLocalModuleVar() local
632 GateRef newGate = Circuit::NullGate(); BuiltinConstructor() local
726 GateRef newGate = GetCircuit()->NewGate(circuit_->MigrateArrayWithKind(), MachineType::I64, MigrateArrayWithKind() local
760 GateRef newGate = GetCircuit()->NewGate(circuit_->NumberToString(), MachineType::I64, NumberToString() local
[all...]
H A Dgate_accessor.cpp1649 void GateAccessor::ReplaceInAfterInsert(GateRef state, GateRef depend, GateRef newGate) in ReplaceInAfterInsert() argument
H A Dmcr_circuit_builder.cpp971 auto newGate = GetCircuit()->NewGate(circuit_->TaggedIsHeapObject(), MachineType::I1, in TaggedIsHeapObjectOp() local
983 auto newGate = GetCircuit()->NewGate(circuit_->IsSpecificObjectType(static_cast<int32_t>(type)), MachineType::I1, in IsSpecificObjectType() local
995 auto newGate = GetCircuit()->NewGate(circuit_->IsMarkerCellValid(), MachineType::I1, in IsMarkerCellValidOp() local
1057 GateRef newGate in StartAllocate() local
1067 GateRef newGate = GetCircuit()->NewGate(circuit_->FinishAllocate(), MachineType::I64, FinishAllocate() local
[all...]
H A Dcircuit_builder.cpp478 auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalEnv(), MachineType::I64, in GetGlobalEnv() local
489 auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalEnvObj(index), MachineType::I64, in GetGlobalEnvObj() local
500 auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalEnvObjHClass(index), MachineType::I64, in GetGlobalEnvObjHClass() local
511 auto newGate in GetGlobalConstantValue() local
[all...]
H A Dslowpath_lowering.cpp863 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); in LowerCreateIterResultObj() local
956 GateRef newGate = LowerCallRuntime(gate, id, { genObj, value }); in LowerSuspendGenerator() local
965 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); in LowerAsyncFunctionAwaitUncaught() local
975 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1), taggedTrue}); in LowerAsyncFunctionResolve() local
985 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1), taggedFalse}); in LowerAsyncFunctionReject() local
1091 GateRef newGate = LowerCallRuntime(gate, id, LowerCallSpread() local
1123 GateRef newGate = LowerCallRuntime(gate, id, LowerNewObjApply() local
1143 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0)}); LowerThrowConstAssignment() local
1150 GateRef newGate = LowerCallRuntime(gate, id, {}); LowerThrowThrowNotExists() local
1157 GateRef newGate = LowerCallRuntime(gate, id, {}); LowerThrowPatternNonCoercible() local
1252 GateRef newGate = LowerCallRuntime(gate, id, {}); LowerThrowDeleteSuperProperty() local
1282 GateRef newGate = LowerCallRuntime(gate, id, {}); LowerLdSymbol() local
1291 GateRef newGate = circuit_->NewGate(circuit_->Load(bit), VariableType::JS_ANY().GetMachineType(), LowerLdGlobal() local
1391 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::Getpropiterator, {glue_, object}); LowerGetPropIterator() local
1400 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0)}); LowerCloseIterator() local
1518 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::DeleteObjectProperty, LowerDelObjProp() local
1531 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); LowerExp() local
1540 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); LowerIsIn() local
1654 GateRef newGate = LowerCallRuntime(gate, id, { literal }); LowerGetTemplateObject() local
1665 GateRef newGate = LowerCallRuntime(gate, id, { proto, obj }); LowerSetObjectWithProto() local
1707 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), jsFunc}); LowerDynamicImport() local
1798 GateRef newGate = LowerCallRuntime(gate, id, vec); LowerSuperCallArrow() local
2192 GateRef newGate = LowerCallRuntime(gate, id, { dst, src }); LowerCopyDataProperties() local
2207 GateRef newGate = LowerCallRuntime(gate, id, args); LowerCreateObjectWithExcludedKeys() local
2223 GateRef newGate = LowerCallRuntime(gate, id, { pattern, builder_.ToTaggedInt(flags) }, true); LowerCreateRegExpWithLiteral() local
2328 GateRef newGate = LowerCallRuntime(gate, id, { receiver, propKey, jsFunc }); LowerLdSuperByValue() local
2341 GateRef newGate = LowerCallRuntime(gate, id, { receiver, propKey, value, jsFunc}); LowerStSuperByValue() local
2558 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0)}); LowerCreateGeneratorObj() local
2567 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0)}); LowerCreateAsyncGeneratorObj() local
2579 GateRef newGate = LowerCallRuntime(gate, id, {asyncGen, value, flag}); LowerAsyncGeneratorResolve() local
2588 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); LowerAsyncGeneratorReject() local
2598 GateRef newGate = LowerCallRuntime(gate, id, args); LowerStArraySpread() local
2810 GateRef newGate = LowerCallRuntime(gate, id, {}); LowerAsyncFunctionEnter() local
3090 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::GetUnmappedArgs, LowerGetUnmappedArgs() local
3103 GateRef newGate = LowerCallRuntime(gate, id, {taggedArgc, taggedRestIdx}); LowerCopyRestArgs() local
3111 GateRef newGate = LowerCallRuntime(gate, id, {builder_.ToTaggedInt(index)}); LowerWideLdPatchVar() local
3119 GateRef newGate = LowerCallRuntime(gate, id, {builder_.ToTaggedInt(index)}); LowerWideStPatchVar() local
3657 GateRef newGate = LowerCallRuntime(gate, id, {lexicalEnv, LowerLdPrivateProperty() local
3674 GateRef newGate = LowerCallRuntime(gate, id, {lexicalEnv, LowerStPrivateProperty() local
3690 GateRef newGate = LowerCallRuntime(gate, id, {lexicalEnv, LowerTestIn() local
3699 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), LowerNotifyConcurrentResult() local
3717 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::DefineField, LowerDefineFieldByName() local
3730 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::DefineField, LowerDefineFieldByValue() local
3743 GateRef newGate = builder_.CallStub(glue_, gate, CommonStubCSigns::DefineField, LowerDefineFieldByIndex() local
3755 GateRef newGate = LowerCallRuntime(gate, id, {value}); LowerToPropertyKey() local
3771 GateRef newGate = LowerCallRuntime(gate, id, {lexicalEnv, LowerCreatePrivateProperty() local
3787 GateRef newGate = LowerCallRuntime(gate, id, {lexicalEnv, LowerDefinePrivateProperty() local
3805 GateRef newGate = LowerCallRuntime(gate, RTSTUB_ID(CreateSharedClass), args); LowerDefineSendableClass() local
3813 GateRef newGate = LowerCallRuntime(gate, RTSTUB_ID(LdSendableClass), { lexicalEnv, builder_.ToTaggedInt(level) }); LowerLdSendableClass() local
[all...]

Completed in 21 milliseconds