Home
last modified time | relevance | path

Searched refs:Lvl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp63 create(Level Lvl, WorkListTy &WorkList, MachineRegisterInfo &MRI);
83 template <CombinerInfo::ObserverLevel Lvl>
109 if constexpr (Lvl != Level::Basic) { in erasingInstr()
117 if constexpr (Lvl == Level::Basic) in createdInstr()
132 if constexpr (Lvl != Level::Basic) in changingInstr()
138 if constexpr (Lvl == Level::Basic) in changedInstr()
150 if constexpr (Lvl == Level::Basic) in appliedCombine()
159 if constexpr (Lvl >= Level::SinglePass) in appliedCombine()
177 if constexpr (Lvl >= Level::SinglePass) { in appliedCombine()
209 Combiner::WorkListMaintainer::create(Level Lvl, WorkListTy &WorkList, in create() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h39 template <CombinerInfo::ObserverLevel Lvl> class WorkListMaintainerImpl;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp787 OMPContextLvl Lvl) { in getNameFromIdOrString() argument
800 << Lvl; in getNameFromIdOrString()
807 OMPContextLvl Lvl) { in checkForDuplicates() argument
815 << Lvl << Name; in checkForDuplicates()
817 << Lvl << Name; in checkForDuplicates()