| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | reg_alloc_verifier_test.cpp | 370 …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/ |
| D | mir_builder.cpp | 587 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()
|
| D | global_tables.cpp | 216 auto &ptrType = static_cast<MIRPtrType &>(type); in GetPointedTypeIfApplicable() local
|
| D | mir_parser.cpp | 3349 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
|
| D | mir_lower.cpp | 1105 MIRPtrType *ptrType = static_cast<MIRPtrType *>(iread->GetType()); in FuncTypeFromFuncPtrExpr() local
|
| D | bin_mpl_import.cpp | 128 MIRPtrType ptrType(ptyIdx, (mod.IsJavaModule() ? PTY_ref : GetExactPtrPrimType())); in ImportConst() local
|
| D | mir_type.cpp | 770 const auto &ptrType = static_cast<const MIRPtrType &>(*this); in IsOfSameType() local
|
| D | parser.cpp | 1531 auto *ptrType = static_cast<MIRPtrType *>(type); in FixForwardReferencedTypeForOneAgg() local
|
| D | mir_nodes.cpp | 1871 auto *ptrType = static_cast<MIRPtrType *>(type); in GetPointedMIRType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | call_graph.cpp | 830 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
|
| D | simplify.cpp | 218 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
|
| D | constantfold.cpp | 1573 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/ |
| D | lower.cpp | 2617 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/ |
| D | llvm_ir_builder.cpp | 1491 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/ |
| D | aarch64_cgfunc.cpp | 2877 MIRPtrType *ptrType = in SelectReturnSendOfStructInRegs() local 3240 MIRType *ptrType = GlobalTables::GetTypeTable().GetPtr(); in SelectAddrof() local 10562 MIRType *ptrType = GlobalTables::GetTypeTable().GetPtr(); in SelectMPLClinitCheck() local
|