Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h127 bool HasVGPRIndexMode = false; variable
1040 return HasVGPRIndexMode; in hasVGPRIndexMode()
H A DSOPInstructions.td370 let SubtargetPredicate = HasVGPRIndexMode in {
1341 let SubtargetPredicate = HasVGPRIndexMode in {
1675 let SubtargetPredicate = HasVGPRIndexMode in {
1691 let SubtargetPredicate = HasVGPRIndexMode in {
H A DAMDGPU.td569 "HasVGPRIndexMode",
2543 def HasVGPRIndexMode : Predicate<"Subtarget->hasVGPRIndexMode()">,