Searched refs:Has16BitInsts (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 50 bool Has16BitInsts = false; variable 147 return Has16BitInsts; in has16BitInsts()
|
| H A D | VOP3Instructions.td | 303 let Predicates = [Has16BitInsts, isGFX8Only] in { 306 } // End Predicates = [Has16BitInsts, isGFX8Only] 308 let renamedInGFX9 = 1, Predicates = [Has16BitInsts, isGFX9Plus] in { 312 } // End renamedInGFX9 = 1, Predicates = [Has16BitInsts, isGFX9Plus] 315 let SubtargetPredicate = Has16BitInsts, isCommutable = 1 in { 364 } // End SubtargetPredicate = Has16BitInsts, isCommutable = 1 381 let Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9] in { 395 } // End Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9] 397 let Predicates = [Has16BitInsts, isGFX10Plus] in { 411 } // End Predicates = [Has16BitInsts, isGFX10Plus]
|
| H A D | VOP2Instructions.td | 756 let SubtargetPredicate = Has16BitInsts in { 801 } // End SubtargetPredicate = Has16BitInsts 977 let Predicates = [Has16BitInsts, isGFX8GFX9] in { 1003 } // End Predicates = [Has16BitInsts, isGFX8GFX9] 1005 let Predicates = [Has16BitInsts] in { 1016 } // End Predicates = [Has16BitInsts] 1032 let SubtargetPredicate = Has16BitInsts, OtherPredicates = [HasIntClamp] in {
|
| H A D | AMDGPU.td | 365 "Has16BitInsts", 1589 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
|
| H A D | VOP1Instructions.td | 429 let SubtargetPredicate = Has16BitInsts in { 459 let OtherPredicates = [Has16BitInsts] in {
|
| H A D | VOPCInstructions.td | 562 let SubtargetPredicate = Has16BitInsts in { 634 } // End SubtargetPredicate = Has16BitInsts 885 let SubtargetPredicate = Has16BitInsts in {
|
| H A D | SIInstructions.td | 1005 let SubtargetPredicate = Has16BitInsts in { 1008 } // SubtargetPredicate = Has16BitInsts 1032 let SubtargetPredicate = Has16BitInsts in
|
| H A D | BUFInstructions.td | 1757 let OtherPredicates = [Has16BitInsts] in { 1768 } // End OtherPredicates = [Has16BitInsts]
|