Searched refs:Distribute (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 134 .Case("distribute", LoopHintAttr::Distribute) in handleLoopHintAttr() 156 Option == LoopHintAttr::Distribute || in handleLoopHintAttr() 338 Distribute, in CheckForIncompatibleAttributes() enumerator 359 case LoopHintAttr::Distribute: in CheckForIncompatibleAttributes() 361 Category = Distribute; in CheckForIncompatibleAttributes() 380 Option == LoopHintAttr::Distribute) { in CheckForIncompatibleAttributes()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 659 case LoopHintAttr::Distribute: in push() 689 case LoopHintAttr::Distribute: in push() 717 case LoopHintAttr::Distribute: in push() 738 case LoopHintAttr::Distribute: in push() 781 case LoopHintAttr::Distribute: in push()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | CMakeLists.txt | 80 # Distribute the examples as python packages.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | coalesce-dbgvalue.ll | 7 ; ConnectedVNInfoEqClasses::Distribute().
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 1017 void Distribute(LiveInterval &LI, LiveInterval *LIV[],
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 1346 void ConnectedVNInfoEqClasses::Distribute(LiveInterval &LI, LiveInterval *LIV[], in Distribute() function in ConnectedVNInfoEqClasses
|
| H A D | LiveIntervals.cpp | 1756 ConEQ.Distribute(LI, SplitLIs.data(), *MRI); in splitSeparateComponents()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Options.td | 965 …HelpText<"Distribute global variables on separate pages so page used/dirty status can guide creati…
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 3654 "PipelineDisabled", "PipelineInitiationInterval", "Distribute", 3676 case Distribute: return "distribute";
|