Searched refs:getVOPDInstInfo (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNCreateVOPD.cpp | 77 AMDGPU::getVOPDInstInfo(FirstMI->getDesc(), SecondMI->getDesc()); in doReplace()
|
| H A D | GCNVOPDUtils.cpp | 86 AMDGPU::getVOPDInstInfo(FirstMI.getDesc(), SecondMI.getDesc()); in checkVOPDRegConstraints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 953 VOPD::InstInfo getVOPDInstInfo(const MCInstrDesc &OpX, const MCInstrDesc &OpY); 957 VOPD::InstInfo getVOPDInstInfo(unsigned VOPDOpcode,
|
| H A D | AMDGPUBaseInfo.cpp | 952 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 D | AMDGPUAsmParser.cpp | 3984 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()
|