Home
last modified time | relevance | path

Searched defs:itype (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp38 auto itype = type == DataType::FLOAT32 ? DataType::INT32 : DataType::INT64; in BuildIsFiniteIntrinsic() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp741 auto itype = llvm::FunctionType::get(type, {type, type}, false); // no var args in CreateAArch64SignDivMod() local
1265 auto itype = user->GetInputType(i); in FillValueMapForUsers() local
1451 auto itype = inst->GetInputType(0); in VisitBitcast() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp596 MIRInterfaceType *itype = klass->GetMIRInterfaceType(); in AddKlassRelationAndMethods() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp297 PrimType itype = (stype == PTY_f32) ? PTY_i32 : PTY_i64; in SelectLoadAcquire() local
358 PrimType itype = (stype == PTY_f32) ? PTY_i32 : PTY_i64; in SelectStoreRelease() local
3638 PrimType itype = (stype == PTY_f32) ? PTY_i32 : PTY_i64; in HandleFmovImm() local
5632 void AArch64CGFunc::SelectCvtFloat2Int(Operand &resOpnd, Operand &srcOpnd, PrimType itype, PrimType… in SelectCvtFloat2Int()
5667 …PrimType itype = (GetPrimTypeBitSize(fromType) == k64BitSize) ? (IsSignedInteger(fromType) ? PTY_i… in SelectCvtInt2Float() local
5807 PrimType itype = node.GetPrimType(); in SelectRoundOperator() local
5865 PrimType itype = in SelectRetype() local
6130 PrimType itype = (is64Bits) ? (IsSignedInteger(node.GetPrimType()) ? PTY_i64 : PTY_u64) in SelectTrunc() local
6263 PrimType itype = rangeGotoNode.Opnd(0)->GetPrimType(); in SelectRangeGoto() local