Searched refs:OpInfoSize (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1338 static bool isValidOpr(int Idx, const CustomOperand<T> OpInfo[], int OpInfoSize, in isValidOpr() argument 1340 return 0 <= Idx && Idx < OpInfoSize && !OpInfo[Idx].Name.empty() && in isValidOpr() 1346 const CustomOperand<T> OpInfo[], int OpInfoSize, in getOprIdx() argument 1349 for (int Idx = 0; Idx < OpInfoSize; ++Idx) { in getOprIdx() 1361 int OpInfoSize, T Context) { in getOprIdx() argument 1363 return getOprIdx<T>(Test, OpInfo, OpInfoSize, Context); in getOprIdx() 1367 static int getOprIdx(int Id, const CustomOperand<T> OpInfo[], int OpInfoSize, in getOprIdx() argument 1375 if (QuickCheck && isValidOpr<T>(Id, OpInfo, OpInfoSize, Context) && in getOprIdx() 1379 return getOprIdx<T>(Test, OpInfo, OpInfoSize, Context); in getOprIdx()
|