Home
last modified time | relevance | path

Searched refs:CodeGeneration (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodeGeneration.cpp305 class CodeGeneration final : public ScopPass { class
322 CodeGeneration() : ScopPass(ID) {} in CodeGeneration() function in __anone6cb5aa00111::CodeGeneration
372 char CodeGeneration::ID = 1;
374 Pass *polly::createCodeGenerationPass() { return new CodeGeneration(); } in createCodeGenerationPass()
376 INITIALIZE_PASS_BEGIN(CodeGeneration, "polly-codegen",
384 INITIALIZE_PASS_END(CodeGeneration, "polly-codegen",
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp103 uint64_t CodeGeneration = 1; member in __anonaaa59aed0111::PerfJITEventListener
428 rec.CodeIndex = CodeGeneration++; // under lock! in NotifyCode()
/llvm-project-15.0.7/polly/lib/Support/
H A DRegisterPasses.cpp101 static cl::opt<CodeGenChoice> CodeGeneration( variable
386 switch (CodeGeneration) { in registerPollyPasses()
560 switch (CodeGeneration) { in buildCommonPollyPipeline()
/llvm-project-15.0.7/polly/lib/
H A DCMakeLists.txt7 CodeGen/CodeGeneration.cpp)
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-6.md1 # Chapter 6: Lowering to LLVM and CodeGeneration
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8710 polly/include/polly/CodeGen/CodeGeneration.h
8745 polly/lib/CodeGen/CodeGeneration.cpp