Searched defs:isInt (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | standardize.cpp | 65 bool isInt = (static_cast<RegOperand&>(dest).GetRegisterType() == kRegTyInt); in AddressMapping() local
|
H A D | reg_alloc_lsra.cpp | 1005 bool isInt = (li.GetRegType() == kRegTyInt); in UpdateParamAllocateInfo() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_circuit_builder.cpp | 186 BRANCH_CIR2(TaggedIsInt(x), &isInt, &isDouble); in GetDoubleOfTNumber() local
|
H A D | lcr_circuit_builder.h | 158 BRANCH_CIR2(TaggedIsInt(x), &isInt, &isDouble); in GetInt32OfTNumber() local
|
H A D | profiler_stub_builder.cpp | 530 BRANCH(TaggedIsInt(value), &isInt, ¬Int); in TaggedToTrackType() local
|
H A D | circuit_builder.cpp | 1497 BRANCH_CIR2(TaggedIsInt(value), &isInt, &isDouble); in FastToBoolean() local
|
H A D | stub_builder.cpp | 1597 BRANCH(TaggedIsInt(value), &isInt, ¬Int); in TaggedToRepresentation() local 1645 BRANCH(TaggedIsInt(value), &isInt, &isNotInt); in TaggedToElementKind() local 6784 BRANCH(TaggedIsInt(value), &isInt, &isDouble); in FastToBoolean() local 6883 Branch(TaggedIsInt(value), &isInt, &isDouble); FastToBooleanBaseline() local 7003 BRANCH(TaggedIsInt(value), &isInt, &isDouble); FastToBooleanWithProfile() local 7123 Branch(TaggedIsInt(value), &isInt, &isDouble); FastToBooleanWithProfileBaseline() local 8869 BRANCH(TaggedIsInt(tagged), &isInt, ¬Int); ToIndex() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_emitter.cpp | 492 static void AsmStringOutputRegNum(bool isInt, uint32 regno, uint32 intBase, uint32 fpBase, std::string &strToEmit) in AsmStringOutputRegNum() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 841 bool isInt = IsPrimitiveInteger(node->GetPrimType()); in FoldUnary() local 1490 bool isInt = IsPrimitiveInteger(primType); in FoldBinary() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_string_stub_builder.cpp | 60 BRANCH(TaggedIsInt(codePointValue), &isInt, ¬Int);
in FromCharCode() local
|
H A D | builtins_array_stub_builder.cpp | 226 GateRef isInt = LogicAndBuilder(env) in Unshift() local
|
Completed in 45 milliseconds