Searched refs:Has16BitInsts (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.h | 50 bool Has16BitInsts = false; variable 149 return Has16BitInsts; in has16BitInsts()
|
H A D | VOP3Instructions.td | 306 let Predicates = [Has16BitInsts, isGFX8Only] in { 309 } // End Predicates = [Has16BitInsts, isGFX8Only] 311 let renamedInGFX9 = 1, Predicates = [Has16BitInsts, isGFX9Plus] in { 315 } // End renamedInGFX9 = 1, Predicates = [Has16BitInsts, isGFX9Plus] 318 let SubtargetPredicate = Has16BitInsts, isCommutable = 1 in { 367 } // End SubtargetPredicate = Has16BitInsts, isCommutable = 1 384 let Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9] in { 398 } // End Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9] 400 let Predicates = [Has16BitInsts, isGFX10Plus] in { 414 } // End Predicates = [Has16BitInsts, isGFX10Plus]
|
H A D | VOP1Instructions.td | 151 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in { 468 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in { 478 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in { 496 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in { 510 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in { 551 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
|
H A D | VOP2Instructions.td | 194 let SubtargetPredicate = NotHasTrue16BitInsts, OtherPredicates = [Has16BitInsts] in { 211 let SubtargetPredicate = NotHasTrue16BitInsts, OtherPredicates = [Has16BitInsts] in { 875 let SubtargetPredicate = NotHasTrue16BitInsts, OtherPredicates = [Has16BitInsts] in 939 let SubtargetPredicate = Has16BitInsts in { 961 } // End SubtargetPredicate = Has16BitInsts 1119 let Predicates = [Has16BitInsts, isGFX8GFX9] in { 1145 } // End Predicates = [Has16BitInsts, isGFX8GFX9] 1147 let Predicates = [Has16BitInsts] in { 1158 } // End Predicates = [Has16BitInsts] 1174 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 | 371 "Has16BitInsts", 1648 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
|
H A D | SIInstructions.td | 1083 let SubtargetPredicate = Has16BitInsts in 2748 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, NotHasTrue16BitInsts]); 2754 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, HasTrue16BitInsts]);
|
H A D | BUFInstructions.td | 1739 let OtherPredicates = [Has16BitInsts] in { 1750 } // End OtherPredicates = [Has16BitInsts]
|
H A D | VOPInstructions.td | 1495 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts];
|