Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h49 bool Has16BitInsts; variable
134 return Has16BitInsts; in has16BitInsts()
H A DVOP3Instructions.td450 let Predicates = [Has16BitInsts, isGFX8Only] in {
453 } // End Predicates = [Has16BitInsts, isGFX8Only]
455 let renamedInGFX9 = 1, Predicates = [Has16BitInsts, isGFX9Plus] in {
459 } // End renamedInGFX9 = 1, Predicates = [Has16BitInsts, isGFX9Plus]
462 let SubtargetPredicate = Has16BitInsts, isCommutable = 1 in {
511 } // End SubtargetPredicate = Has16BitInsts, isCommutable = 1
528 let Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9] in {
542 } // End Predicates = [Has16BitInsts, isGFX6GFX7GFX8GFX9]
544 let Predicates = [Has16BitInsts, isGFX10Plus] in {
558 } // End Predicates = [Has16BitInsts, isGFX10Plus]
H A DVOP2Instructions.td648 let SubtargetPredicate = Has16BitInsts in {
688 } // End SubtargetPredicate = Has16BitInsts
834 let Predicates = [Has16BitInsts] in {
845 let Predicates = [Has16BitInsts, isGFX7GFX8GFX9] in {
862 } // End Predicates = [Has16BitInsts, isGFX7GFX8GFX9]
873 } // End Predicates = [Has16BitInsts]
889 let SubtargetPredicate = Has16BitInsts, OtherPredicates = [HasIntClamp] in {
H A DVOPCInstructions.td477 let SubtargetPredicate = Has16BitInsts in {
549 } // End SubtargetPredicate = Has16BitInsts
754 let SubtargetPredicate = Has16BitInsts in {
H A DVOP1Instructions.td401 let SubtargetPredicate = Has16BitInsts in {
431 let OtherPredicates = [Has16BitInsts] in {
H A DAMDGPU.td342 "Has16BitInsts",
1362 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
H A DAMDGPUSubtarget.cpp181 Has16BitInsts(false), in AMDGPUSubtarget()
H A DSIInstructions.td952 let SubtargetPredicate = Has16BitInsts in {
955 } // SubtargetPredicate = Has16BitInsts
979 let SubtargetPredicate = Has16BitInsts in
H A DBUFInstructions.td1594 let OtherPredicates = [Has16BitInsts] in {
1605 } // End OtherPredicates = [Has16BitInsts]