Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h90 inline bool hasSWROT32() const { in hasSWROT32() function
93 inline bool hasROT32() const { return hasHWROT32() || hasSWROT32(); } in hasROT32()