Lines Matching refs:ZeroExpr
28 const MCExpr *ZeroExpr = MCConstantExpr::create(0, Ctx); in reset() local
30 VGPRBlocks = ZeroExpr; in reset()
31 SGPRBlocks = ZeroExpr; in reset()
41 ScratchSize = ZeroExpr; in reset()
44 ScratchBlocks = ZeroExpr; in reset()
46 ScratchEnable = ZeroExpr; in reset()
58 ComputePGMRSrc3GFX90A = ZeroExpr; in reset()
60 NumVGPR = ZeroExpr; in reset()
61 NumArchVGPR = ZeroExpr; in reset()
62 NumAccVGPR = ZeroExpr; in reset()
63 AccumOffset = ZeroExpr; in reset()
65 NumSGPR = ZeroExpr; in reset()
69 FlatUsed = ZeroExpr; in reset()
71 NumSGPRsForWavesPerEU = ZeroExpr; in reset()
72 NumVGPRsForWavesPerEU = ZeroExpr; in reset()
73 Occupancy = ZeroExpr; in reset()
74 DynamicCallStack = ZeroExpr; in reset()
75 VCCUsed = ZeroExpr; in reset()