Searched refs:hasAtomRedS64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXSubtarget.h | 50 bool hasAtomRedS64() const { return SmVersion >= 20; } in hasAtomRedS64() function
|
| D | NVPTXIntrinsics.td | 975 atomic_load_add_64_s, i64imm, imm, hasAtomRedS64>; 1014 atomic_load_sub_64_s, i64imm, hasAtomRedS64>; 1046 atomic_swap_64_s, i64imm, imm, hasAtomRedS64>; 1228 atomic_cmp_swap_64_s, i64imm, hasAtomRedS64>;
|
| D | NVPTXInstrInfo.td | 127 def hasAtomRedS64 : Predicate<"Subtarget.hasAtomRedS64()">;
|