Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXSubtarget.h96 bool supportsPTX21() const { return PTXVersion >= PTX_VERSION_2_1; } in supportsPTX21() function
DPTXInstrInfo.td31 def SupportsPTX21 : Predicate<"getSubtarget().supportsPTX21()">;
32 def DoesNotSupportPTX21 : Predicate<"!getSubtarget().supportsPTX21()">;