Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h72 bool hasAtomScope() const { return SmVersion >= 60; } in hasAtomScope() function
H A DNVPTXIntrinsics.td2032 !listconcat(Preds,[hasAtomScope])>;
2035 !listconcat(Preds,[hasAtomScope])>;
2044 !listconcat(Preds,[hasAtomScope])>;
2047 !listconcat(Preds,[hasAtomScope])>;
H A DNVPTXInstrInfo.td119 def hasAtomScope : Predicate<"Subtarget->hasAtomScope()">;