Lines Matching refs:RIK
27 MCSymbol *MCResourceInfo::getSymbol(StringRef FuncName, ResourceInfoKind RIK, in getSymbol() argument
35 switch (RIK) { in getSymbol()
59 ResourceInfoKind RIK, in getSymRefExpr() argument
61 return MCSymbolRefExpr::create(getSymbol(FuncName, RIK, Ctx, IsLocal), Ctx); in getSymRefExpr()
108 ResourceInfoKind RIK, in flattenedCycleMax() argument
129 switch (RIK) { in flattenedCycleMax()
181 int64_t LocalValue, ResourceInfoKind RIK, AMDGPUMCExpr::VariantKind Kind, in assignResourceInfoExpr() argument
190 MCSymbol *Sym = getSymbol(FnSym->getName(), RIK, OutContext, IsLocal); in assignResourceInfoExpr()
205 getSymbol(CalleeFnSym->getName(), RIK, OutContext, IsCalleeLocal); in assignResourceInfoExpr()
222 switch (RIK) { in assignResourceInfoExpr()
228 ArgExprs.push_back(flattenedCycleMax(CalleeValSym, RIK, OutContext)); in assignResourceInfoExpr()
271 ResourceInfoKind RIK) { in gatherResourceInfo() argument
273 assignResourceInfoExpr(numRegs, RIK, AMDGPUMCExpr::AGVK_Max, MF, in gatherResourceInfo()
278 getSymbol(FnSym->getName(), RIK, OutContext, IsLocal); in gatherResourceInfo()
343 auto SetToLocal = [&](int64_t LocalValue, ResourceInfoKind RIK) { in gatherResourceInfo() argument
344 MCSymbol *Sym = getSymbol(FnSym->getName(), RIK, OutContext, IsLocal); in gatherResourceInfo()