Home
last modified time | relevance | path

Searched defs:ptype (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp729 MIRType *ptype = GlobalTables::GetTypeTable().GetTypeFromTyIdx(ftype->GetNthParamType(i)); in CreatePointedFuncTypeDie() local
765 MIRPtrType *ptype = static_cast<MIRPtrType *>(type); in GetOrCreateTypeDie() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2643 PrimType ptype = expr.GetPrimType(); in SelectAddrof() local
4268 PrimType ptype = (dsize == k64BitSize) ? PTY_i64 : PTY_i32; in SelectAArch64Cmp() local
5122 PrimType ptype = argexpr->GetPrimType(); in SelectIntrinsicOpWithOneParam() local
5154 PrimType ptype = argexpr->GetPrimType(); in SelectIntrinsicOpWithNParams() local
5279 static bool LIsPrimitivePointer(PrimType ptype) in LIsPrimitivePointer()
7640 PrimType ptype = expr.GetPrimType(); in SelectClearStackCallParam() local
8592 MemOperand *AArch64CGFunc::CheckAndCreateExtendMemOpnd(PrimType ptype, const BaseNode &addrExpr, in… in CheckAndCreateExtendMemOpnd()
8700 MemOperand &AArch64CGFunc::CreateNonExtendMemOpnd(PrimType ptype, const BaseNode &parent, BaseNode … in CreateNonExtendMemOpnd()
8742 MemOperand &AArch64CGFunc::CreateMemOpnd(PrimType ptype, const BaseNode &parent, BaseNode &addrExpr… in CreateMemOpnd()
8752 MemOperand *AArch64CGFunc::CreateMemOpndOrNull(PrimType ptype, const BaseNode &parent, BaseNode &ad… in CreateMemOpndOrNull()
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp234 auto const enhance = [this, typeParams, substitution](Type *ptype, Type *atype) { in EnhanceSubstitutionForObject()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp952 PrimType ptype = expr.GetPrimType(); in SelectAddrof() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1284 PrimType ptype = IsStructElementSame(fieldty); in IsStructElementSame() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2482 auto ptype = runtime->GetMethodArgumentType(methodPtr, methodId, i); in GetFunctionTypeForCall() local