Home
last modified time | relevance | path

Searched refs:SampleUse (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DPGOOptions.h23 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
33 (Action == SampleUse && in ProfileFile()
41 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Ddata_set.h95 enum SampleUse{Training, Selection, Testing, UnusedSample}; enum
222 SampleUse get_sample_use(const Index&) const;
223 const Tensor<SampleUse, 1>& get_samples_uses() const;
405 void set_sample_use(const Index&, const SampleUse&);
408 void set_samples_uses(const Tensor<SampleUse, 1>&);
853 Tensor<SampleUse, 1> samples_uses;
/dports/devel/llvm70/llvm-7.0.1.src/tools/opt/
H A DNewPMDriver.cpp97 enum PGOKind { NoPGO, InstrGen, InstrUse, SampleUse }; enumerator
106 clEnumValN(SampleUse, "new-pm-pgo-sample-use-pipeline",
207 case SampleUse: in runPassPipeline()
/dports/devel/llvm80/llvm-8.0.1.src/tools/opt/
H A DNewPMDriver.cpp104 enum PGOKind { NoPGO, InstrGen, InstrUse, SampleUse }; enumerator
113 clEnumValN(SampleUse, "new-pm-pgo-sample-use-pipeline",
239 case SampleUse: in runPassPipeline()
/dports/devel/llvm90/llvm-9.0.1.src/tools/opt/
H A DNewPMDriver.cpp230 case SampleUse: in runPassPipeline()
232 PGOOptions::SampleUse); in runPassPipeline()
243 P->Action == PGOOptions::SampleUse)) in runPassPipeline()
H A DNewPMDriver.h46 SampleUse enumerator
/dports/devel/llvm10/llvm-10.0.1.src/tools/opt/
H A DNewPMDriver.cpp228 case SampleUse: in runPassPipeline()
230 PGOOptions::SampleUse); in runPassPipeline()
241 P->Action == PGOOptions::SampleUse)) in runPassPipeline()
H A DNewPMDriver.h46 SampleUse enumerator
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp228 case SampleUse: in runPassPipeline()
230 PGOOptions::SampleUse); in runPassPipeline()
241 P->Action == PGOOptions::SampleUse)) in runPassPipeline()
H A DNewPMDriver.h46 SampleUse enumerator
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/opt/
H A DNewPMDriver.cpp232 case SampleUse: in runPassPipeline()
234 PGOOptions::SampleUse); in runPassPipeline()
245 P->Action == PGOOptions::SampleUse)) in runPassPipeline()
H A DNewPMDriver.h47 SampleUse enumerator
/dports/devel/llvm11/llvm-11.0.1.src/tools/opt/
H A DNewPMDriver.cpp232 case SampleUse: in runPassPipeline()
234 PGOOptions::SampleUse); in runPassPipeline()
245 P->Action == PGOOptions::SampleUse)) in runPassPipeline()
H A DNewPMDriver.h47 SampleUse enumerator
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Passes/
H A DPassBuilder.h34 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
42 SamplePGOSupport(SamplePGOSupport || Action == SampleUse) { in ProfileFile()
48 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/opt/
H A DNewPMDriver.h52 SampleUse enumerator
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/opt/
H A DNewPMDriver.h52 SampleUse
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Passes/
H A DPassBuilder.h35 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
43 SamplePGOSupport(SamplePGOSupport || Action == SampleUse) { in ProfileFile()
49 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()

12345