Home
last modified time | relevance | path

Searched defs:isInt (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dstandardize.cpp65 bool isInt = (static_cast<RegOperand&>(dest).GetRegisterType() == kRegTyInt); in AddressMapping() local
H A Dreg_alloc_lsra.cpp1005 bool isInt = (li.GetRegType() == kRegTyInt); in UpdateParamAllocateInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp186 BRANCH_CIR2(TaggedIsInt(x), &isInt, &isDouble); in GetDoubleOfTNumber() local
H A Dlcr_circuit_builder.h158 BRANCH_CIR2(TaggedIsInt(x), &isInt, &isDouble); in GetInt32OfTNumber() local
H A Dprofiler_stub_builder.cpp530 BRANCH(TaggedIsInt(value), &isInt, &notInt); in TaggedToTrackType() local
H A Dcircuit_builder.cpp1497 BRANCH_CIR2(TaggedIsInt(value), &isInt, &isDouble); in FastToBoolean() local
H A Dstub_builder.cpp1597 BRANCH(TaggedIsInt(value), &isInt, &notInt); 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, &notInt); ToIndex() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp492 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 Dconstantfold.cpp841 bool isInt = IsPrimitiveInteger(node->GetPrimType()); in FoldUnary() local
1490 bool isInt = IsPrimitiveInteger(primType); in FoldBinary() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp60 BRANCH(TaggedIsInt(codePointValue), &isInt, &notInt); in FromCharCode() local
H A Dbuiltins_array_stub_builder.cpp226 GateRef isInt = LogicAndBuilder(env) in Unshift() local

Completed in 45 milliseconds