Home
last modified time | relevance | path

Searched refs:CreatePtrType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp281 …lmirBuilder_->Cvt(frameJSFuncSlotAddr.GetType(), lmirBuilder_->CreatePtrType(slotType_), frameJSFu… in SaveJSFuncOnOptJSFuncFrame()
294 …lmirBuilder_->Cvt(frameJSFuncSlotAddr.GetType(), lmirBuilder_->CreatePtrType(slotType_), frameJSFu… in SaveFrameTypeOnFrame()
614 … : lmirBuilder_->CreatePtrType(returnType); in VisitLoad()
847 LiteCGType *rtfuncTypePtr = lmirBuilder_->CreatePtrType(rtfuncType); in GetFunction()
848 LiteCGType *rtFuncTypePtrPtr = lmirBuilder_->CreatePtrType(rtfuncTypePtr); in GetFunction()
850 LiteCGType *glueTypePtr = lmirBuilder_->CreatePtrType(glueType); in GetFunction()
978 LiteCGType *rtfuncTypePtr = lmirBuilder_->CreatePtrType(rtfuncType); in GetCallee()
979 LiteCGType *rtfuncTypePtrPtr = lmirBuilder_->CreatePtrType(rtfuncTypePtr); in GetCallee()
1229 LiteCGType *glueTypePtr = lmirBuilder_->CreatePtrType(glueType); in UpdateLeaveFrame()
1821 : lmirBuilder_->CreatePtrType(returnType); in VisitStore()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp76 strType = CreatePtrType(u8Type); // u8PtrType in LMIRBuilder()
77 i64PtrType = CreatePtrType(i64Type); in LMIRBuilder()
160 Type *LMIRBuilder::CreatePtrType(Type *mirType) in CreatePtrType() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h266 Type *CreatePtrType(Type *mirType);