Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/NVPTX/ !
H A DNVPTXSubtarget.h77 bool hasAtomScope() const { return SmVersion >= 60; } in hasAtomScope() function
H A DNVPTXIntrinsics.td2161 !listconcat(Preds,[hasAtomScope])>;
2164 !listconcat(Preds,[hasAtomScope])>;
2173 !listconcat(Preds,[hasAtomScope])>;
2176 !listconcat(Preds,[hasAtomScope])>;
H A DNVPTXInstrInfo.td135 def hasAtomScope : Predicate<"Subtarget->hasAtomScope()">;