Searched refs:hasAtomRedG32 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSubtarget.h | 73 bool hasAtomRedG32() const { return SmVersion >= 11; } in hasAtomRedG32() function
|
D | NVPTXIntrinsics.td | 1012 atomic_load_add_32_g, i32imm, imm, hasAtomRedG32>; 1052 atomic_load_sub_32_g, i32imm, hasAtomRedG32>; 1084 atomic_swap_32_g, i32imm, imm, hasAtomRedG32>; 1128 ".max", atomic_load_max_32_g, i32imm, imm, hasAtomRedG32>; 1144 ".max", atomic_load_umax_32_g, i32imm, imm, hasAtomRedG32>; 1188 ".min", atomic_load_min_32_g, i32imm, imm, hasAtomRedG32>; 1204 ".min", atomic_load_umin_32_g, i32imm, imm, hasAtomRedG32>; 1236 atomic_load_inc_32_g, i32imm, imm, hasAtomRedG32>; 1244 atomic_load_dec_32_g, i32imm, imm, hasAtomRedG32>; 1268 atomic_load_and_32_g, i32imm, imm, hasAtomRedG32>; [all …]
|
D | NVPTXInstrInfo.td | 122 def hasAtomRedG32 : Predicate<"Subtarget->hasAtomRedG32()">; 126 Predicate<"!Subtarget->hasAtomRedGen32() && Subtarget->hasAtomRedG32()">;
|