Searched refs:ProgInfo (Results 1 – 2 of 2) sorted by relevance
78 static uint64_t getComputePGMRSrc1Reg(const SIProgramInfo &ProgInfo, in getComputePGMRSrc1Reg() argument80 uint64_t Reg = S_00B848_PRIORITY(ProgInfo.Priority) | in getComputePGMRSrc1Reg()81 S_00B848_FLOAT_MODE(ProgInfo.FloatMode) | in getComputePGMRSrc1Reg()82 S_00B848_PRIV(ProgInfo.Priv) | in getComputePGMRSrc1Reg()83 S_00B848_DEBUG_MODE(ProgInfo.DebugMode) | in getComputePGMRSrc1Reg()84 S_00B848_WGP_MODE(ProgInfo.WgpMode) | in getComputePGMRSrc1Reg()85 S_00B848_MEM_ORDERED(ProgInfo.MemOrdered); in getComputePGMRSrc1Reg()88 Reg |= S_00B848_DX10_CLAMP(ProgInfo.DX10Clamp); in getComputePGMRSrc1Reg()91 Reg |= S_00B848_IEEE_MODE(ProgInfo.IEEEMode); in getComputePGMRSrc1Reg()94 Reg |= S_00B848_RR_WG_MODE(ProgInfo.RrWgMode); in getComputePGMRSrc1Reg()[all …]
756 void AMDGPUAsmPrinter::getSIProgramInfo(SIProgramInfo &ProgInfo, in getSIProgramInfo() argument776 ProgInfo.NumArchVGPR = CreateExpr(Info.NumVGPR); in getSIProgramInfo()777 ProgInfo.NumAccVGPR = CreateExpr(Info.NumAGPR); in getSIProgramInfo()778 ProgInfo.NumVGPR = CreateExpr(Info.getTotalNumVGPRs(STM)); in getSIProgramInfo()779 ProgInfo.AccumOffset = in getSIProgramInfo()781 ProgInfo.TgSplit = STM.isTgSplitEnabled(); in getSIProgramInfo()782 ProgInfo.NumSGPR = CreateExpr(Info.NumExplicitSGPR); in getSIProgramInfo()783 ProgInfo.ScratchSize = CreateExpr(Info.PrivateSegmentSize); in getSIProgramInfo()784 ProgInfo.VCCUsed = CreateExpr(Info.UsesVCC); in getSIProgramInfo()785 ProgInfo.FlatUsed = CreateExpr(Info.UsesFlatScratch); in getSIProgramInfo()[all …]