Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h50 bool Has16BitInsts = false; variable
149 return Has16BitInsts; in has16BitInsts()
H A DVOP3Instructions.td306 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 DVOP1Instructions.td151 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 DVOP2Instructions.td194 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 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.td371 "Has16BitInsts",
1648 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
H A DSIInstructions.td1083 let SubtargetPredicate = Has16BitInsts in
2748 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, NotHasTrue16BitInsts]);
2754 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, HasTrue16BitInsts]);
H A DBUFInstructions.td1739 let OtherPredicates = [Has16BitInsts] in {
1750 } // End OtherPredicates = [Has16BitInsts]
H A DVOPInstructions.td1495 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts];