Lines Matching refs:ArgExprs
194 SmallVector<const MCExpr *, 8> ArgExprs; in assignResourceInfoExpr() local
196 ArgExprs.push_back(LocalConstExpr); in assignResourceInfoExpr()
214 ArgExprs.push_back(MCSymbolRefExpr::create(CalleeValSym, OutContext)); in assignResourceInfoExpr()
228 ArgExprs.push_back(flattenedCycleMax(CalleeValSym, RIK, OutContext)); in assignResourceInfoExpr()
233 if (ArgExprs.size() > 1) in assignResourceInfoExpr()
234 SymVal = AMDGPUMCExpr::create(Kind, ArgExprs, OutContext); in assignResourceInfoExpr()
295 SmallVector<const MCExpr *, 8> ArgExprs; in gatherResourceInfo() local
302 ArgExprs.push_back( in gatherResourceInfo()
325 ArgExprs.push_back(MCSymbolRefExpr::create(CalleeValSym, OutContext)); in gatherResourceInfo()
334 if (!ArgExprs.empty()) { in gatherResourceInfo()
336 AMDGPUMCExpr::createMax(ArgExprs, OutContext); in gatherResourceInfo()