Home
last modified time | relevance | path

Searched refs:BoolNot (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp415 result = builder_.BoolNot(value); in VisitIsTrueOrFalse()
428 condition = builder_.BoolNot(condition); in VisitBooleanJump()
678 GateRef leftNotNan = builder_.BoolNot(builder_.DoubleIsNAN(left)); in CompareDoubles()
679 GateRef rightNotNan = builder_.BoolNot(builder_.DoubleIsNAN(right)); in CompareDoubles()
Dlcr_lowering.cpp501 GateRef doubleNotNAN = builder_.BoolNot(builder_.DoubleIsNAN(gate)); in ConvertFloat64ToBool()
653 …GateRef condition = builder_.BoolNot(builder_.ExtractValue(MachineType::I1, result, builder_.Int32… in LowerOverflowCheck()
Dstub_builder-inl.h469 inline GateRef StubBuilder::BoolNot(GateRef x) in BoolNot() function
471 return env_->GetBuilder()->BoolNot(x); in BoolNot()
568 return BoolAnd(TaggedIsNumber(x), BoolNot(TaggedIsInt(x))); in TaggedIsDouble()
595 return BoolNot(TaggedIsObject(x)); in TaggedIsNumber()
1597 …ASM_ASSERT_WITH_GLUE(GET_MESSAGE_STRING_ID(IsNotDictionaryMode), BoolNot(IsDictionaryModeByHClass(… in SetPropertyInlinedProps()
Dstub_builder.h180 GateRef BoolNot(GateRef x);
Dcircuit_builder.h85 V(BoolNot, Rev, MachineType::I1) \
Dcircuit_builder-inl.h324 return BoolNot(TaggedIsObject(x)); in TaggedIsNumber()
Dstub_builder.cpp1136 GateRef objectNotInYoung = BoolNot(InYoungGeneration(objectRegion)); in SetValueWithBarrier()