Home
last modified time | relevance | path

Searched refs:NotEqual (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h79 return NotEqual( in IsCallableFromBitField()
223 return NotEqual(Int32And(Int32LSR(bitfield, in IsDictionaryModeByHClass()
277 return NotEqual(Int32And(Int32LSR(bitfield, in HasConstructorByHClass()
287 return NotEqual(Int32And(Int32LSR(bitfield, in IsDictionaryElement()
297 return NotEqual(Int32And(Int32LSR(bitfield, in IsStableElements()
343 return NotEqual(Int32And(Int32LSR(bitfield, in IsExtensible()
H A Dlcr_circuit_builder.h32 return NotEqual(x, y); in Int32NotEqual()
37 return NotEqual(x, y); in Int64NotEqual()
341 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dcommon_stub_csigns.h29 V(NotEqual) \
H A Dmcr_circuit_builder.h40 auto left = NotEqual(x, Int64(JSTaggedValue::TAG_INT)); in TaggedIsDouble()
41 auto right = NotEqual(x, Int64(JSTaggedValue::TAG_OBJECT)); in TaggedIsDouble()
363 return NotEqual(x, SpecialHoleConstant()); in IsNotSpecialHole()
368 return NotEqual(x, HoleConstant()); in TaggedIsNotHole()
471 GateRef result = NotEqual(andGate, tagSpecial); in TaggedIsNotUndefinedAndNull()
515 return NotEqual(x, NullConstant()); in TaggedIsNotNull()
H A Doperations_stub_builder.h38 GateRef NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
H A Dmcr_lowering.cpp319 result = builder_.NotEqual(value, builder_.Int32(0)); in LowerConvert()
329 result = builder_.NotEqual(value, builder_.Int32(0)); in LowerConvert()
440 result = builder_.NotEqual(intVal, builder_.Int64(0)); in ConvertTaggedNumberToBool()
908 GateRef valueNotZero = builder_.NotEqual(value, builder_.Int32(0)); in LowerValueCheckNegOverflow()
H A Dcall_signature.h370 V(NotEqual) \
H A Dcall_stub_builder.cpp236 Branch(NotEqual(baselineCode, Undefined()), &checkIsBaselineCompiling, &methodNotAot); in JSCallJSFunction()
238 Branch(NotEqual(baselineCode, Hole()), &funcHasBaselineCode, &methodNotAot); in JSCallJSFunction()
H A Dcall_signature.cpp83 DEF_CALL_SIGNATURE(NotEqual) in DEF_CALL_SIGNATURE()
85 BINARY_CALL_SIGNATURE(NotEqual) in DEF_CALL_SIGNATURE()
H A Dnumber_speculative_lowering.cpp481 result = builder_.NotEqual(left, right); in VisitUndefinedStrictEqOrUndefinedStrictNotEq()
H A Dcommon_stubs.cpp168 Return(operationBuilder.NotEqual(glue, x, y)); in GenerateCircuit()
H A Doperations_stub_builder.cpp61 GateRef OperationsStubBuilder::NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in NotEqual() function in panda::ecmascript::kungfu::OperationsStubBuilder
H A Dstub_builder-inl.h1000 inline GateRef StubBuilder::NotEqual(GateRef x, GateRef y) in NotEqual() function in panda::ecmascript::kungfu::StubBuilder
1002 return env_->GetBuilder()->NotEqual(x, y); in NotEqual()
H A Dcircuit_builder.h820 inline GateRef NotEqual(GateRef x, GateRef y, const char* comment = nullptr);
H A Dstub_builder.h332 GateRef NotEqual(GateRef x, GateRef y);
H A Dslowpath_lowering.cpp1345 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::NotEqual, in LowerNotEq()
H A Dtyped_hcr_lowering.cpp621 builder_.NotEqual(elementsKind, builder_.Int32(static_cast<size_t>(ElementsKind::GENERIC))); in BuiltinInstanceHClassCheck()
H A Dtyped_native_inline_lowering.cpp824 builder_.DeoptCheck(builder_.NotEqual(value, builder_.Int32(INT32_MIN)), frameState, DeoptType::NOTINT3); in LowerIntAbs()
H A Dinterpreter_stub.cpp898 GateRef result = builder.NotEqual(glue, left, acc, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp874 NotEqual(node, lhs); in Condition()
959 NotEqual(node, lhs); in Binary()
1065 void PandaGen::NotEqual(const ir::AstNode *node, VReg lhs) in NotEqual() function in panda::es2panda::compiler::PandaGen
1204 NotEqual(node, hole); in EmitRethrow()
H A Dpandagen.h318 void NotEqual(const ir::AstNode *node, VReg lhs);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp37 GateRef notGeneric = NotEqual(elementsKind, Int32(static_cast<uint32_t>(ElementsKind::GENERIC))); in ElementsKindHclassCompare()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1054 GateRef result = builder.NotEqual(glue, left, acc, callback); in GenerateCircuit()

Completed in 83 milliseconds