Home
last modified time | relevance | path

Searched defs:ptrType (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_verifier_test.cpp370 …auto ptrType = Is64BitsArch(GetGraph()->GetArch()) ? DataType::Type::UINT64 : DataType::Type::UINT… in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp587 MIRPtrType ptrType(ptyIdx); in CreateAddrofConst() local
601 MIRPtrType ptrType(ptyIdx); in CreateAddroffuncConst() local
615 MIRPtrType ptrType(tyIdx); in CreateStrConst() local
629 MIRPtrType ptrType(ptyIdx); in CreateStr16Const() local
718 IreadNode *MIRBuilder::CreateExprIread(const MIRType &returnType, const MIRType &ptrType, FieldID f… in CreateExprIread()
740 IaddrofNode *MIRBuilder::CreateExprIaddrof(const MIRType &returnType, const MIRType &ptrType, Field… in CreateExprIaddrof()
Dglobal_tables.cpp216 auto &ptrType = static_cast<MIRPtrType &>(type); in GetPointedTypeIfApplicable() local
Dmir_parser.cpp3349 MIRPtrType ptrType(ptyIdx, (mod.IsJavaModule() ? PTY_ref : GetExactPtrPrimType())); in ParseConstAddrLeafExpr() local
3376 MIRPtrType ptrType(ptyIdx); in ParseConstAddrLeafExpr() local
3401 MIRPtrType ptrType(ptyIdx); in ParseConstAddrLeafExpr() local
Dmir_lower.cpp1105 MIRPtrType *ptrType = static_cast<MIRPtrType *>(iread->GetType()); in FuncTypeFromFuncPtrExpr() local
Dbin_mpl_import.cpp128 MIRPtrType ptrType(ptyIdx, (mod.IsJavaModule() ? PTY_ref : GetExactPtrPrimType())); in ImportConst() local
Dmir_type.cpp770 const auto &ptrType = static_cast<const MIRPtrType &>(*this); in IsOfSameType() local
Dparser.cpp1531 auto *ptrType = static_cast<MIRPtrType *>(type); in FixForwardReferencedTypeForOneAgg() local
Dmir_nodes.cpp1871 auto *ptrType = static_cast<MIRPtrType *>(type); in GetPointedMIRType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp830 MIRPtrType *ptrType = static_cast<MIRPtrType *>(type); in HandleBody() local
1415 … MIRType *ptrType = (static_cast<MIRPtrType *>(retType))->GetPointedType(); in DoDevirtual() local
1435 MIRType *ptrType = in DoDevirtual() local
Dsimplify.cpp218 auto *ptrType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(ptrTyIdx); in GetIassignedStructType() local
1167 auto *ptrType = GlobalTables::GetTypeTable().GetPtrType(); in GenerateMemoryCopyPair() local
1204 auto *ptrType = GlobalTables::GetTypeTable().GetPtrType(); in ExpandMemcpyLowLevel() local
Dconstantfold.cpp1573 MIRPtrType *ptrType = in ExtractbitsRedundant() local
1651 …MIRPtrType *ptrType = static_cast<MIRPtrType *>(GlobalTables::GetTypeTable().GetTypeFromTyIdx(node… in FoldIread() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2617 MIRType *ptrType = beCommon.BeGetOrCreatePointerType(*infoLenType); in GetLenNode() local
2848 auto ptrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(*symbol->GetType()); in LowerDreadToThreadLocal() local
2875 auto ptrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(*symbol->GetType()); in LowerDassignToThreadLocal() local
3187 MIRType *ptrType = beCommon.BeGetOrCreatePointerType(*infoLenType); in LowerIntrinJavaArrayLength() local
3249 MIRPtrType &ptrType = static_cast<MIRPtrType &>(classType); in ProcessClassInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1491 LLVMTypeRef ptrType = LLVMPointerType(returnType, GetPtrAddressSpace(baseAddr)); in VisitStore() local
1549 auto ptrType = LLVMPointerType(GetInt8T(), GetPtrAddressSpace(value)); in CanonicalizeToPtr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2877 MIRPtrType *ptrType = in SelectReturnSendOfStructInRegs() local
3240 MIRType *ptrType = GlobalTables::GetTypeTable().GetPtr(); in SelectAddrof() local
10562 MIRType *ptrType = GlobalTables::GetTypeTable().GetPtr(); in SelectMPLClinitCheck() local