Home
last modified time | relevance | path

Searched defs:ty (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dbecommon.cpp38 MIRType *ty = GlobalTables::GetTypeTable().GetTypeTable()[i]; in BECommon() local
46 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(i); in AddNewTypeAfterBecommon() local
56 void BECommon::ComputeTypeSizesAligns(MIRType &ty, uint8 align) in ComputeTypeSizesAligns() argument
95 AddAndComputeSizeAlign(MIRType &ty) AddAndComputeSizeAlign() argument
129 FinalizeTypeTable(const MIRType &ty) FinalizeTypeTable() argument
[all...]
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context_misc.cpp49 auto ty = panda_file::Type::GetTypeIdBySignature(s.front()); in DemangleName() local
50 o << ty; in DemangleName() local
H A Dlinker_context.cpp803 const auto ty = old->GetType(); in TypeFromOld() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
H A Dbecommon.h71 void UpdateTypeTable(MIRType &ty) in UpdateTypeTable() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_memlayout.cpp40 MIRType *ty = nullptr; in ComputeStackSpaceRequirementForCall() local
80 MIRType *ty = mirFunction->GetNthParamType(i); in LayoutFormalParams() local
119 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in LayoutLocalVariables() local
H A Dx64_args.cpp50 MIRType *ty = x64CGFunc->GetFunction().GetNthParamType(i); in CollectRegisterArgs() local
276 MIRType *ty = x64CGFunc->GetFunction().GetNthParamType(i); in MoveVRegisterArgs() local
H A Dx64_emitter.cpp1719 MIRType *ty = symbol->GetType(); in EmitLocalVariable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_args.cpp42 MIRType *ty = mirFunc.GetNthParamType(i); in MoveRegisterArgs() local
205 MIRType *ty = mirFunc.GetNthParamType(i); in MoveVRegisterArgs() local
H A Daarch64_memlayout.cpp50 MIRType *ty = nullptr; in ComputeStackSpaceRequirementForCall() local
80 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(mirFunction->GetFormalDefVec()[i].formalTyIdx); in LayoutFormalParams() local
155 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in LayoutLocalVariables() local
200 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(mirFunction->GetFormalDefVec()[i].formalTyIdx); in LayoutActualParams() local
[all...]
H A Daarch64_proepilog.cpp368 MIRType *ty = mirFunc.GetNthParamType(i); in GenerateFunctionSave() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp139 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in Dump() local
H A Dmir_function.cpp216 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(formalDefVec[i].formalTyIdx); in DumpFlavorLoweredThanMmpl() local
H A Dmir_builder.cpp81 MIRType *ty = arguments[i].second; in CreateFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h216 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty) : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(0) {} in MIRAddrofConst() argument
218 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst() argument
262 MIRAddroffuncConst(PUIdx idx, MIRType &ty) : MIRConst(ty, kConstAddrofFunc), puIdx(idx) {} in MIRAddroffuncConst() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1576 auto ty = LLVMTypeOf(v); in GetPtrAddressSpace() local

Completed in 21 milliseconds