Home
last modified time | relevance | path

Searched refs:ICVStateTy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h51 struct ICVStateTy { struct
59 bool operator==(const ICVStateTy &Other) const; argument
61 void assertEqual(const ICVStateTy &Other) const;
77 ICVStateTy ICVState;
97 state::ICVStateTy ICVState;
163 inline uint32_t &lookupImpl(uint32_t state::ICVStateTy::*Var, in lookupImpl()
177 return lookupImpl(&ICVStateTy::NThreadsVar, ForceTeamState); in lookup32()
178 return lookupForModify32Impl(&ICVStateTy::NThreadsVar, Ident, in lookup32()
182 return lookupImpl(&ICVStateTy::LevelVar, ForceTeamState); in lookup32()
196 return lookupImpl(&ICVStateTy::RunSchedVar, ForceTeamState); in lookup32()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dattributor_pointer_offset_crash.ll7 %"struct.(anonymous namespace)::TeamStateTy" = type { %"struct.(anonymous namespace)::ICVStateTy", …
8 %"struct.(anonymous namespace)::ICVStateTy" = type { i32, i32, i32, i32, i32, i32 }
9 %"struct.(anonymous namespace)::ThreadStateTy" = type { %"struct.(anonymous namespace)::ICVStateTy"…
H A Dspmdization_constant_prop.ll17 %"struct.(anonymous namespace)::TeamStateTy" = type { %"struct.(anonymous namespace)::ICVStateTy", …
18 %"struct.(anonymous namespace)::ICVStateTy" = type { i32, i32, i32, i32, i32, i32 }
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp181 bool state::ICVStateTy::operator==(const ICVStateTy &Other) const { in operator ==()
189 void state::ICVStateTy::assertEqual(const ICVStateTy &Other) const { in assertEqual()