Searched refs:Has16BitInsts (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 51 bool Has16BitInsts = false; variable 155 return Has16BitInsts; in has16BitInsts()
|
| H A D | VOP3Instructions.td | 331 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 D | AMDGPUCombine.td | 123 let Predicates = [Has16BitInsts, NotHasMed3_16] in {
|
| H A D | VOP1Instructions.td | 158 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 D | VOP2Instructions.td | 202 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 D | VOPCInstructions.td | 409 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 D | AMDGPU.td | 379 "Has16BitInsts", 1851 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
|
| H A D | SIInstructions.td | 1217 let SubtargetPredicate = Has16BitInsts in 3029 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, NotHasTrue16BitInsts]); 3035 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, HasTrue16BitInsts]);
|
| H A D | BUFInstructions.td | 1942 let OtherPredicates = [Has16BitInsts] in { 1953 } // End OtherPredicates = [Has16BitInsts]
|
| H A D | VOPInstructions.td | 1637 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts];
|