Searched refs:GetSymRefExpr (Results 1 – 1 of 1) sorted by relevance
937 auto GetSymRefExpr = in getSIProgramInfo() local945 ProgInfo.NumArchVGPR = GetSymRefExpr(RIK::RIK_NumVGPR); in getSIProgramInfo()946 ProgInfo.NumAccVGPR = GetSymRefExpr(RIK::RIK_NumAGPR); in getSIProgramInfo()952 ProgInfo.NumSGPR = GetSymRefExpr(RIK::RIK_NumSGPR); in getSIProgramInfo()953 ProgInfo.ScratchSize = GetSymRefExpr(RIK::RIK_PrivateSegSize); in getSIProgramInfo()954 ProgInfo.VCCUsed = GetSymRefExpr(RIK::RIK_UsesVCC); in getSIProgramInfo()955 ProgInfo.FlatUsed = GetSymRefExpr(RIK::RIK_UsesFlatScratch); in getSIProgramInfo()957 MCBinaryExpr::createOr(GetSymRefExpr(RIK::RIK_HasDynSizedStack), in getSIProgramInfo()958 GetSymRefExpr(RIK::RIK_HasRecursion), Ctx); in getSIProgramInfo()