Searched refs:hasAtomRedG32 (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSubtarget.h | 47 bool hasAtomRedG32() const { return SmVersion >= 11; } in hasAtomRedG32() function
|
D | NVPTXIntrinsics.td | 948 atomic_load_add_32_g, i32imm, imm, hasAtomRedG32>; 988 atomic_load_sub_32_g, i32imm, hasAtomRedG32>; 1020 atomic_swap_32_g, i32imm, imm, hasAtomRedG32>; 1052 ".max", atomic_load_max_32_g, i32imm, imm, hasAtomRedG32>; 1060 ".max", atomic_load_umax_32_g, i32imm, imm, hasAtomRedG32>; 1084 ".min", atomic_load_min_32_g, i32imm, imm, hasAtomRedG32>; 1092 ".min", atomic_load_umin_32_g, i32imm, imm, hasAtomRedG32>; 1116 atomic_load_inc_32_g, i32imm, imm, hasAtomRedG32>; 1124 atomic_load_dec_32_g, i32imm, imm, hasAtomRedG32>; 1142 atomic_load_and_32_g, i32imm, imm, hasAtomRedG32>; [all …]
|
D | NVPTXInstrInfo.td | 40 def hasAtomRedG32 : Predicate<"Subtarget.hasAtomRedG32()">; 44 Predicate<"!Subtarget.hasAtomRedGen32() && Subtarget.hasAtomRedG32()">;
|