Searched refs:HasDPALU_DPP (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 138 bool HasDPALU_DPP = false; variable 1085 return HasDPALU_DPP; in hasDPALU_DPP()
|
| H A D | VOPInstructions.td | 991 let AssemblerPredicate = !if(P.HasExt64BitDPP, HasDPALU_DPP, HasDPP); 1063 let AssemblerPredicate = !if(P.HasExt64BitDPP, HasDPALU_DPP, HasDPP); 1579 let OtherPredicates = !listconcat(predicates, [HasDPALU_DPP]);
|
| H A D | VOP1Instructions.td | 149 let OtherPredicates = [HasDPALU_DPP]; 900 !if(p.HasExt64BitDPP, [HasDPALU_DPP], []));
|
| H A D | AMDGPU.td | 642 "HasDPALU_DPP", 2488 def HasDPALU_DPP : Predicate<"Subtarget->hasDPALU_DPP()">,
|
| H A D | VOP2Instructions.td | 184 let OtherPredicates = [HasDPALU_DPP]; 1500 !if(p.HasExt64BitDPP, [HasDPALU_DPP], []),
|