Searched defs:ptype (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | debug_info.cpp | 729 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/ |
| D | aarch64_cgfunc.cpp | 2643 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/ |
| D | function.cpp | 234 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/ |
| D | x64_MPIsel.cpp | 952 PrimType ptype = expr.GetPrimType(); in SelectAddrof() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1284 PrimType ptype = IsStructElementSame(fieldty); in IsStructElementSame() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2482 auto ptype = runtime->GetMethodArgumentType(methodPtr, methodId, i); in GetFunctionTypeForCall() local
|