Searched refs:CreatePtrType (Results 1 – 3 of 3) sorted by relevance
281 …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 …]
76 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
266 Type *CreatePtrType(Type *mirType);