Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXSubtarget.h98 bool supportsPTX22() const { return PTXVersion >= PTX_VERSION_2_2; } in supportsPTX22() function
DPTXInstrInfo.td33 def SupportsPTX22 : Predicate<"getSubtarget().supportsPTX22()">;
34 def DoesNotSupportPTX22 : Predicate<"!getSubtarget().supportsPTX22()">;