Home
last modified time | relevance | path

Searched defs:ptrType (Results 1 – 11 of 11) 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.cpp593 MIRPtrType ptrType(ptyIdx); in CreateAddrofConst() local
608 MIRPtrType ptrType(ptyIdx); in CreateAddroffuncConst() local
622 MIRPtrType ptrType(tyIdx); in CreateStrConst() local
636 MIRPtrType ptrType(ptyIdx); in CreateStr16Const() local
729 IreadNode *MIRBuilder::CreateExprIread(const MIRType &returnType, const MIRType &ptrType, FieldID f… in CreateExprIread()
751 IaddrofNode *MIRBuilder::CreateExprIaddrof(const MIRType &returnType, const MIRType &ptrType, Field… in CreateExprIaddrof()
Dglobal_tables.cpp218 auto &ptrType = static_cast<MIRPtrType &>(type); in GetPointedTypeIfApplicable() local
Dmir_lower.cpp1083 MIRPtrType *ptrType = static_cast<MIRPtrType *>(iread->GetType()); in FuncTypeFromFuncPtrExpr() local
Dmir_type.cpp743 const auto &ptrType = static_cast<const MIRPtrType &>(*this); in IsOfSameType() local
Dmir_nodes.cpp1880 auto *ptrType = static_cast<MIRPtrType *>(type); in GetPointedMIRType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp182 auto *ptrType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(ptrTyIdx); in GetIassignedStructType() local
Dconstantfold.cpp1597 MIRPtrType *ptrType = in ExtractbitsRedundant() local
1685 …MIRPtrType *ptrType = static_cast<MIRPtrType *>(GlobalTables::GetTypeTable().GetTypeFromTyIdx(node… in FoldIread() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2217 MIRType *ptrType = beCommon.BeGetOrCreatePointerType(*infoLenType); in GetLenNode() local
2431 auto ptrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(*symbol->GetType()); in LowerDreadToThreadLocal() local
2459 auto ptrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(*symbol->GetType()); in LowerDassignToThreadLocal() local
2601 MIRPtrType &ptrType = static_cast<MIRPtrType &>(classType); in ProcessClassInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1619 LLVMTypeRef ptrType = LLVMPointerType(returnType, GetPtrAddressSpace(baseAddr)); in VisitStore() local
1677 auto ptrType = LLVMPointerType(GetInt8T(), GetPtrAddressSpace(value)); in CanonicalizeToPtr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2647 MIRType *ptrType = GlobalTables::GetTypeTable().GetPtr(); in SelectAddrof() local
9478 MIRType *ptrType = GlobalTables::GetTypeTable().GetPtr(); in SelectMPLClinitCheck() local