Home
last modified time | relevance | path

Searched refs:getVOPDInstInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp77 AMDGPU::getVOPDInstInfo(FirstMI->getDesc(), SecondMI->getDesc()); in doReplace()
H A DGCNVOPDUtils.cpp86 AMDGPU::getVOPDInstInfo(FirstMI.getDesc(), SecondMI.getDesc()); in checkVOPDRegConstraints()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h953 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY);
957 VOPD::InstInfo getVOPDInstInfo(unsigned VOPDOpcode,
H A DAMDGPUBaseInfo.cpp952 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY) { in getVOPDInstInfo() function
956 VOPD::InstInfo getVOPDInstInfo(unsigned VOPDOpcode, in getVOPDInstInfo() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3984 const auto &InstInfo = getVOPDInstInfo(Opcode, &MII); in checkVOPDRegBankConstraints()
4011 const auto &InstInfo = getVOPDInstInfo(Opcode, &MII); in validateVOPD()
4062 const auto &II = getVOPDInstInfo(Opcode, &MII); in tryVOPD()
9464 const auto &InstInfo = getVOPDInstInfo(Inst.getOpcode(), &MII); in cvtVOPD()