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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h724 unsigned getIndexInParsedOperands(unsigned CompOprIdx) const;
H A DAMDGPUBaseInfo.cpp626 unsigned ComponentInfo::getIndexInParsedOperands(unsigned CompOprIdx) const { function in class:llvm::AMDGPU::VOPD::ComponentInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3656 std::max(InstInfo[VOPD::X].getIndexInParsedOperands(CompOprIdx),
3657 InstInfo[VOPD::Y].getIndexInParsedOperands(CompOprIdx));

Completed in 212 milliseconds