Home
last modified time | relevance | path

Searched refs:Has16BitInsts (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h50 bool Has16BitInsts = false; variable
147 return Has16BitInsts; in has16BitInsts()
H A DVOP3Instructions.td303 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 DVOP2Instructions.td756 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 DAMDGPU.td365 "Has16BitInsts",
1589 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
H A DVOP1Instructions.td429 let SubtargetPredicate = Has16BitInsts in {
459 let OtherPredicates = [Has16BitInsts] in {
H A DVOPCInstructions.td562 let SubtargetPredicate = Has16BitInsts in {
634 } // End SubtargetPredicate = Has16BitInsts
885 let SubtargetPredicate = Has16BitInsts in {
H A DSIInstructions.td1005 let SubtargetPredicate = Has16BitInsts in {
1008 } // SubtargetPredicate = Has16BitInsts
1032 let SubtargetPredicate = Has16BitInsts in
H A DBUFInstructions.td1757 let OtherPredicates = [Has16BitInsts] in {
1768 } // End OtherPredicates = [Has16BitInsts]