Home
last modified time | relevance | path

Searched refs:StagedAttrs (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h144 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
148 StagedAttrs.VectorizeEnable =
154 StagedAttrs.DistributeEnable =
160 StagedAttrs.UnrollEnable = State; in setUnrollState()
165 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
169 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
172 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
175 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
181 void setPipelineDisabled(bool S) { StagedAttrs.PipelineDisabled = S; } in setPipelineDisabled()
185 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGLoopInfo.h236 StagedAttrs.VectorizeEnable =
242 StagedAttrs.DistributeEnable =
248 StagedAttrs.UnrollEnable = State; in setUnrollState()
253 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
258 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 StagedAttrs.VectorizeScalable = State; in setVectorizeScalable()
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
282 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
H A DCGLoopInfo.cpp589 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push()
592 StagedAttrs.clear(); in push()
796 (StagedAttrs.UnrollEnable == LoopAttributes::Unspecified && in push()
797 StagedAttrs.UnrollCount == 0)) in push()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGLoopInfo.h236 StagedAttrs.VectorizeEnable =
242 StagedAttrs.DistributeEnable =
248 StagedAttrs.UnrollEnable = State; in setUnrollState()
253 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
258 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 StagedAttrs.VectorizeScalable = State; in setVectorizeScalable()
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
282 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
H A DCGLoopInfo.cpp590 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push()
593 StagedAttrs.clear(); in push()
797 (StagedAttrs.UnrollEnable == LoopAttributes::Unspecified && in push()
798 StagedAttrs.UnrollCount == 0)) in push()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGLoopInfo.h236 StagedAttrs.VectorizeEnable =
242 StagedAttrs.DistributeEnable =
248 StagedAttrs.UnrollEnable = State; in setUnrollState()
253 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
258 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 StagedAttrs.VectorizeScalable = State; in setVectorizeScalable()
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
282 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
H A DCGLoopInfo.cpp589 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push()
592 StagedAttrs.clear(); in push()
796 (StagedAttrs.UnrollEnable == LoopAttributes::Unspecified && in push()
797 StagedAttrs.UnrollCount == 0)) in push()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGLoopInfo.h236 StagedAttrs.VectorizeEnable =
242 StagedAttrs.DistributeEnable =
248 StagedAttrs.UnrollEnable = State; in setUnrollState()
253 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
258 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 StagedAttrs.VectorizeScalable = State; in setVectorizeScalable()
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
282 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
H A DCGLoopInfo.cpp589 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push()
592 StagedAttrs.clear(); in push()
796 (StagedAttrs.UnrollEnable == LoopAttributes::Unspecified && in push()
797 StagedAttrs.UnrollCount == 0)) in push()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h236 StagedAttrs.VectorizeEnable =
242 StagedAttrs.DistributeEnable =
248 StagedAttrs.UnrollEnable = State; in setUnrollState()
253 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
258 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 StagedAttrs.VectorizeScalable = State; in setVectorizeScalable()
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
282 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
H A DCGLoopInfo.cpp589 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push()
592 StagedAttrs.clear(); in push()
796 (StagedAttrs.UnrollEnable == LoopAttributes::Unspecified && in push()
797 StagedAttrs.UnrollCount == 0)) in push()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGLoopInfo.h236 StagedAttrs.VectorizeEnable =
242 StagedAttrs.DistributeEnable =
248 StagedAttrs.UnrollEnable = State; in setUnrollState()
253 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
258 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 StagedAttrs.VectorizeScalable = State; in setVectorizeScalable()
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
282 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGLoopInfo.h236 StagedAttrs.VectorizeEnable =
242 StagedAttrs.DistributeEnable =
248 StagedAttrs.UnrollEnable = State; in setUnrollState()
253 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
258 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 StagedAttrs.VectorizeScalable = State; in setVectorizeScalable()
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
282 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGLoopInfo.h236 StagedAttrs.VectorizeEnable =
242 StagedAttrs.DistributeEnable =
248 StagedAttrs.UnrollEnable = State; in setUnrollState()
253 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
258 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 StagedAttrs.VectorizeScalable = State; in setVectorizeScalable()
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
282 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGLoopInfo.h233 StagedAttrs.VectorizeEnable =
239 StagedAttrs.DistributeEnable =
245 StagedAttrs.UnrollEnable = State; in setUnrollState()
250 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
255 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
259 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
265 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
271 void setPipelineDisabled(bool S) { StagedAttrs.PipelineDisabled = S; } in setPipelineDisabled()
275 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
279 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
[all …]
H A DCGLoopInfo.cpp568 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push()
571 StagedAttrs.clear(); in push()
761 (StagedAttrs.UnrollEnable == LoopAttributes::Unspecified && in push()
762 StagedAttrs.UnrollCount == 0)) in push()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGLoopInfo.h230 StagedAttrs.VectorizeEnable =
236 StagedAttrs.DistributeEnable =
242 StagedAttrs.UnrollEnable = State; in setUnrollState()
247 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
252 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
256 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
259 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
262 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
268 void setPipelineDisabled(bool S) { StagedAttrs.PipelineDisabled = S; } in setPipelineDisabled()
272 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
[all …]
H A DCGLoopInfo.cpp570 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push()
573 StagedAttrs.clear(); in push()
762 (StagedAttrs.UnrollEnable == LoopAttributes::Unspecified && in push()
763 StagedAttrs.UnrollCount == 0)) in push()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h228 StagedAttrs.VectorizeEnable =
234 StagedAttrs.DistributeEnable =
240 StagedAttrs.UnrollEnable = State; in setUnrollState()
245 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
250 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
254 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
257 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
260 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
266 void setPipelineDisabled(bool S) { StagedAttrs.PipelineDisabled = S; } in setPipelineDisabled()
270 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h230 StagedAttrs.VectorizeEnable =
236 StagedAttrs.DistributeEnable =
242 StagedAttrs.UnrollEnable = State; in setUnrollState()
247 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
252 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
256 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
259 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
262 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
268 void setPipelineDisabled(bool S) { StagedAttrs.PipelineDisabled = S; } in setPipelineDisabled()
272 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
[all …]
H A DCGLoopInfo.cpp570 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc, in push()
573 StagedAttrs.clear(); in push()
762 (StagedAttrs.UnrollEnable == LoopAttributes::Unspecified && in push()
763 StagedAttrs.UnrollCount == 0)) in push()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h228 StagedAttrs.VectorizeEnable =
234 StagedAttrs.DistributeEnable =
240 StagedAttrs.UnrollEnable = State; in setUnrollState()
245 StagedAttrs.VectorizePredicateEnable = State; in setVectorizePredicateState()
250 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
254 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
257 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
260 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
266 void setPipelineDisabled(bool S) { StagedAttrs.PipelineDisabled = S; } in setPipelineDisabled()
270 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h221 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
225 StagedAttrs.VectorizeEnable =
231 StagedAttrs.DistributeEnable =
237 StagedAttrs.UnrollEnable = State; in setUnrollState()
242 StagedAttrs.UnrollAndJamEnable = State; in setUnrollAndJamState()
246 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
249 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
252 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
258 void setPipelineDisabled(bool S) { StagedAttrs.PipelineDisabled = S; } in setPipelineDisabled()
262 StagedAttrs.PipelineInitiationInterval = C; in setPipelineInitiationInterval()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h127 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
131 StagedAttrs.VectorizeEnable =
137 StagedAttrs.DistributeEnable =
143 StagedAttrs.UnrollEnable = State; in setUnrollState()
147 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth()
150 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
153 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
162 LoopAttributes StagedAttrs; variable
H A DCGLoopInfo.cpp132 Active.push_back(LoopInfo(Header, StagedAttrs, StartLoc, EndLoc)); in push()
134 StagedAttrs.clear(); in push()

12