Home
last modified time | relevance | path

Searched refs:HasDot1Insts (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNSubtarget.h147 bool HasDot1Insts = false; variable
773 return HasDot1Insts; in hasDot1Insts()
HDAMDGPU.td605 "HasDot1Insts",
2155 def HasDot1Insts : Predicate<"Subtarget->hasDot1Insts()">,
HDVOP3PInstructions.td393 let OtherPredicates = [HasDot1Insts] in {
400 } // End OtherPredicates = [HasDot1Insts]