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 | 969 atomic_load_add_32_g, i32imm, imm, hasAtomRedG32>; 1009 atomic_load_sub_32_g, i32imm, hasAtomRedG32>; 1041 atomic_swap_32_g, i32imm, imm, hasAtomRedG32>; 1085 ".max", atomic_load_max_32_g, i32imm, imm, hasAtomRedG32>; 1101 ".max", atomic_load_umax_32_g, i32imm, imm, hasAtomRedG32>; 1145 ".min", atomic_load_min_32_g, i32imm, imm, hasAtomRedG32>; 1161 ".min", atomic_load_umin_32_g, i32imm, imm, hasAtomRedG32>; 1193 atomic_load_inc_32_g, i32imm, imm, hasAtomRedG32>; 1201 atomic_load_dec_32_g, i32imm, imm, hasAtomRedG32>; 1225 atomic_load_and_32_g, i32imm, imm, hasAtomRedG32>; [all …]
|
D | NVPTXInstrInfo.td | 120 def hasAtomRedG32 : Predicate<"Subtarget->hasAtomRedG32()">; 124 Predicate<"!Subtarget->hasAtomRedGen32() && Subtarget->hasAtomRedG32()">;
|