Home
last modified time | relevance | path

Searched refs:getIndexInParsedOperands (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h799 unsigned getIndexInParsedOperands(unsigned CompOprIdx) const;
H A DAMDGPUBaseInfo.cpp688 unsigned ComponentInfo::getIndexInParsedOperands(unsigned CompOprIdx) const { in getIndexInParsedOperands() function in llvm::AMDGPU::VOPD::ComponentInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3825 std::max(InstInfo[VOPD::X].getIndexInParsedOperands(CompOprIdx), in validateVOPDRegBankConstraints()
3826 InstInfo[VOPD::Y].getIndexInParsedOperands(CompOprIdx)); in validateVOPDRegBankConstraints()