Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h63 inline bool hasHWROT32() const { return false; } in hasHWROT32() function
65 inline bool hasROT32() const { return hasHWROT32() || hasSWROT32(); } in hasROT32()
DNVPTXInstrInfo.td160 def hasHWROT32 : Predicate<"Subtarget.hasHWROT32()">;