Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DCodeGeneration.cpp307 class CodeGeneration : public ScopPass { class
324 CodeGeneration() : ScopPass(ID) {} in CodeGeneration() function in __anon4317f6600111::CodeGeneration
374 char CodeGeneration::ID = 1;
376 Pass *polly::createCodeGenerationPass() { return new CodeGeneration(); } in createCodeGenerationPass()
378 INITIALIZE_PASS_BEGIN(CodeGeneration, "polly-codegen",
386 INITIALIZE_PASS_END(CodeGeneration, "polly-codegen",
/external/llvm-project/polly/lib/Support/
DRegisterPasses.cpp89 static cl::opt<CodeGenChoice> CodeGeneration( variable
382 switch (CodeGeneration) { in registerPollyPasses()
510 switch (CodeGeneration) { in buildDefaultPollyPipeline()
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp104 uint64_t CodeGeneration = 1; member in __anonc010dead0111::PerfJITEventListener
426 rec.CodeIndex = CodeGeneration++; // under lock! in NotifyCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp105 uint64_t CodeGeneration = 1; member in __anon8cd064c10111::PerfJITEventListener
426 rec.CodeIndex = CodeGeneration++; // under lock! in NotifyCode()
/external/llvm-project/polly/lib/
DCMakeLists.txt7 CodeGen/CodeGeneration.cpp)
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-6.md1 # Chapter 6: Lowering to LLVM and CodeGeneration