Searched refs:VOP3_DPP (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPInstructions.td | 854 let AsmVariantName = !if(P.HasExtVOP3DPP, AMDGPUAsmVariants.VOP3_DPP, 929 let AsmVariantName = !if(P.HasExtVOP3DPP, AMDGPUAsmVariants.VOP3_DPP, 934 class VOP3_DPP <bits<10> op, string OpName, VOPProfile P, bit IsDPP16, 1011 let AsmVariantName = !if(P.HasExtVOP3DPP, AMDGPUAsmVariants.VOP3_DPP, 1336 : VOP3_DPP<op, opName, ps.Pfl, 1> {
|
H A D | SIDefines.h | 340 VOP3_DPP = 5 enumerator
|
H A D | AMDGPU.td | 1709 string VOP3_DPP = "VOP3_DPP"; 1742 let Name = AMDGPUAsmVariants.VOP3_DPP;
|
H A D | SIInstrInfo.td | 1852 // VOP3_DPP with modifiers 1857 // VOP3_DPP without modifiers 2751 let ValueCols = [["VOP3_DPP"]];
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3485 AMDGPUAsmVariants::DPP, AMDGPUAsmVariants::VOP3_DPP in getAllVariants() 3494 static const unsigned Variants[] = {AMDGPUAsmVariants::VOP3_DPP}; in getMatchedVariants()
|