Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h99 bool Has16BitInsts; variable
398 return Has16BitInsts; in has16BitInsts()
DAMDGPUSubtarget.cpp109 Has16BitInsts(false), in AMDGPUSubtarget()
DAMDGPU.td165 "Has16BitInsts",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DVOP3Instructions.td416 let Predicates = [Has16BitInsts, isVIOnly];
421 let Predicates = [Has16BitInsts, isGFX9];
424 let SubtargetPredicate = Has16BitInsts, isCommutable = 1 in {
445 } // End SubtargetPredicate = Has16BitInsts, isCommutable = 1
455 let Predicates = [Has16BitInsts] in {
469 } // End Predicates = [Has16BitInsts]
DAMDGPUSubtarget.h67 bool Has16BitInsts; variable
142 return Has16BitInsts; in has16BitInsts()
DVOP2Instructions.td461 let SubtargetPredicate = Has16BitInsts in {
492 } // End SubtargetPredicate = Has16BitInsts
555 let Predicates = [Has16BitInsts] in {
600 } // End Predicates = [Has16BitInsts]
DAMDGPU.td162 "Has16BitInsts",
683 def Has16BitInsts : Predicate<"Subtarget->has16BitInsts()">,
DAMDGPUSubtarget.cpp131 Has16BitInsts(false), in AMDGPUSubtarget()
DVOP1Instructions.td329 let SubtargetPredicate = Has16BitInsts in {
354 let OtherPredicates = [Has16BitInsts] in {
DVOPCInstructions.td384 let SubtargetPredicate = Has16BitInsts in {
456 } // End SubtargetPredicate = Has16BitInsts
DBUFInstructions.td1296 let OtherPredicates = [Has16BitInsts] in {
1305 } // End OtherPredicates = [Has16BitInsts]
DSIInstructions.td718 let SubtargetPredicate = Has16BitInsts;