Searched refs:hasAtomRedG64 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSubtarget.h | 75 bool hasAtomRedG64() const { return SmVersion >= 12; } in hasAtomRedG64() function
|
D | NVPTXIntrinsics.td | 978 atomic_load_add_64_g, i64imm, imm, hasAtomRedG64>; 1011 atomic_load_sub_64_g, i64imm, hasAtomRedG64>; 1049 atomic_swap_64_g, i64imm, imm, hasAtomRedG64>; 1093 ".max", atomic_load_max_64_g, i64imm, imm, hasAtomRedG64>; 1109 ".max", atomic_load_umax_64_g, i64imm, imm, hasAtomRedG64>; 1153 ".min", atomic_load_min_64_g, i64imm, imm, hasAtomRedG64>; 1169 ".min", atomic_load_umin_64_g, i64imm, imm, hasAtomRedG64>; 1233 atomic_load_and_64_g, i64imm, imm, hasAtomRedG64>; 1265 atomic_load_or_64_g, i64imm, imm, hasAtomRedG64>; 1297 atomic_load_xor_64_g, i64imm, imm, hasAtomRedG64>; [all …]
|
D | NVPTXInstrInfo.td | 126 def hasAtomRedG64 : Predicate<"Subtarget->hasAtomRedG64()">; 130 Predicate<"!Subtarget->hasAtomRedGen64() && Subtarget->hasAtomRedG64()">;
|