Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h51 bool Has16BitInsts = false; variable
155 return Has16BitInsts; in has16BitInsts()
H A DVOP3Instructions.td331 let Predicates = [Has16BitInsts, isGFX8Only] in {
334 } // End Predicates = [Has16BitInsts, isGFX8Only]
343 let SubtargetPredicate = Has16BitInsts, isCommutable = 1 in {
392 } // End SubtargetPredicate = Has16BitInsts, isCommutable = 1
418 let Predicates = [Has16BitInsts, isGFX8GFX9] in {
422 let Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9] in {
435 } // End Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9]
444 let Predicates = [Has16BitInsts, isGFX10Plus] in {
446 } // End Predicates = [Has16BitInsts, isGFX10Plus]
H A DAMDGPUCombine.td123 let Predicates = [Has16BitInsts, NotHasMed3_16] in {
H A DVOP1Instructions.td158 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in {
478 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
488 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
506 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
520 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
558 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
H A DVOP2Instructions.td202 let SubtargetPredicate = NotHasTrue16BitInsts, OtherPredicates = [Has16BitInsts] in {
222 let SubtargetPredicate = NotHasTrue16BitInsts, OtherPredicates = [Has16BitInsts] in {
903 let SubtargetPredicate = NotHasTrue16BitInsts, OtherPredicates = [Has16BitInsts] in
982 let SubtargetPredicate = Has16BitInsts in {
1004 } // End SubtargetPredicate = Has16BitInsts
1162 let Predicates = [Has16BitInsts, isGFX8GFX9] in {
1188 } // End Predicates = [Has16BitInsts, isGFX8GFX9]
1190 let Predicates = [Has16BitInsts] in {
1201 } // End Predicates = [Has16BitInsts]
1217 let SubtargetPredicate = Has16BitInsts, OtherPredicates = [HasIntClamp] in {
H A DVOPCInstructions.td409 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in {
425 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in {
440 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in {
455 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in {
614 let SubtargetPredicate = Has16BitInsts in {
686 } // End SubtargetPredicate = Has16BitInsts
941 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in {
950 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in {
H A DAMDGPU.td379 "Has16BitInsts",
1851 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
H A DSIInstructions.td1217 let SubtargetPredicate = Has16BitInsts in
3029 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, NotHasTrue16BitInsts]);
3035 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, HasTrue16BitInsts]);
H A DBUFInstructions.td1942 let OtherPredicates = [Has16BitInsts] in {
1953 } // End OtherPredicates = [Has16BitInsts]
H A DVOPInstructions.td1637 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts];