Searched defs:OpInfoSize (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1463 isValidOpr(int Idx,const CustomOperand<T> OpInfo[],int OpInfoSize,T Context) isValidOpr() argument 1471 getOprIdx(std::function<bool (const CustomOperand<T> &)> Test,const CustomOperand<T> OpInfo[],int OpInfoSize,T Context) getOprIdx() argument 1486 getOprIdx(const StringRef Name,const CustomOperand<T> OpInfo[],int OpInfoSize,T Context) getOprIdx() argument 1492 getOprIdx(int Id,const CustomOperand<T> OpInfo[],int OpInfoSize,T Context,bool QuickCheck=true) getOprIdx() argument
|