Home
last modified time | relevance | path

Searched refs:GetIntegerPrimTypeBySizeAndSign (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dcast_opt.cpp133 srcType = GetIntegerPrimTypeBySizeAndSign(sizeBit, op == OP_sext); in DoComputeCastInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp620 constPrimType = GetIntegerPrimTypeBySizeAndSign(GetPrimTypeBitSize(primType), false); in ConstructConstvalNode()
1005 PrimType constType = GetIntegerPrimTypeBySizeAndSign(curSize * 8, false); in ExpandMemsetLowLevel()
1168 PrimType constType = GetIntegerPrimTypeBySizeAndSign(curSize * 8, false); in GenerateMemoryCopyPair()
1246 PrimType constType = GetIntegerPrimTypeBySizeAndSign(curSize * 8, false); in ExpandMemcpyLowLevel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h99 PrimType GetIntegerPrimTypeBySizeAndSign(size_t sizeBit, bool isSign);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp146 PrimType GetIntegerPrimTypeBySizeAndSign(size_t sizeBit, bool isSign) in GetIntegerPrimTypeBySizeAndSign() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5407 PrimType destType = GetIntegerPrimTypeBySizeAndSign(bitSize, isSigned); in SelectRegularBitFieldLoad()