Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h51 bool Has16BitInsts = false; variable
155 return Has16BitInsts; in has16BitInsts()
H A DVOP3Instructions.td335 let Predicates = [Has16BitInsts, isGFX8Only] in {
338 } // End Predicates = [Has16BitInsts, isGFX8Only]
347 let SubtargetPredicate = Has16BitInsts, isCommutable = 1 in {
396 } // End SubtargetPredicate = Has16BitInsts, isCommutable = 1
422 let Predicates = [Has16BitInsts, isGFX8GFX9] in {
426 let Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9] in {
439 } // End Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9]
448 let Predicates = [Has16BitInsts, isGFX10Plus] in {
450 } // End Predicates = [Has16BitInsts, isGFX10Plus]
H A DAMDGPUCombine.td128 let Predicates = [Has16BitInsts, NotHasMed3_16] in {
H A DVOP1Instructions.td161 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts] in {
475 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
485 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
503 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
517 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
556 let OtherPredicates = [Has16BitInsts, NotHasTrue16BitInsts] in {
H A DVOP2Instructions.td202 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in {
222 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in {
924 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in
1003 let SubtargetPredicate = Has16BitInsts in {
1025 } // End SubtargetPredicate = Has16BitInsts
1183 let Predicates = [Has16BitInsts, isGFX8GFX9] in {
1209 } // End Predicates = [Has16BitInsts, isGFX8GFX9]
1211 let Predicates = [Has16BitInsts] in {
1222 } // End Predicates = [Has16BitInsts]
1238 let SubtargetPredicate = Has16BitInsts, OtherPredicates = [HasIntClamp] in {
H A DVOPCInstructions.td411 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in {
427 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in {
444 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in {
459 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in {
620 let SubtargetPredicate = Has16BitInsts in {
692 } // End SubtargetPredicate = Has16BitInsts
947 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in {
956 let OtherPredicates = [Has16BitInsts], True16Predicate = NotHasTrue16BitInsts in {
H A DAMDGPU.td406 "Has16BitInsts",
2042 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
H A DSIInstructions.td1221 let SubtargetPredicate = Has16BitInsts in
3047 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, NotHasTrue16BitInsts]);
3053 let OtherPredicates = !listconcat(f16_preds, [Has16BitInsts, HasTrue16BitInsts]);
H A DBUFInstructions.td1977 let OtherPredicates = [Has16BitInsts] in {
1988 } // End OtherPredicates = [Has16BitInsts]
H A DVOPInstructions.td1657 let OtherPredicates = [NotHasTrue16BitInsts, Has16BitInsts];