Home
last modified time | relevance | path

Searched refs:PPCGCodeGeneration (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/polly/test/GPGPU/
H A Dloops-outside-scop.ll10 ; and not the outer loop. PPCGCodeGeneration had not implemented this case.
H A Dinvariant-load-array-access.ll27 ; by PPCGCodeGeneration. It appears that not calling `preloadInvariantLoads`
H A Dscalar-writes-in-scop-requires-abort.ll31 ; This test case checks that we generate correct code if PPCGCodeGeneration
/llvm-project-15.0.7/polly/lib/
H A DCMakeLists.txt11 CodeGen/PPCGCodeGeneration.cpp
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DManagedMemoryRewrite.cpp417 INITIALIZE_PASS_DEPENDENCY(PPCGCodeGeneration);
H A DPPCGCodeGeneration.cpp2554 class PPCGCodeGeneration final : public ScopPass { class
2571 PPCGCodeGeneration() : ScopPass(ID) { in PPCGCodeGeneration() function in __anond3af98aa0411::PPCGCodeGeneration
3639 char PPCGCodeGeneration::ID = 1;
3642 PPCGCodeGeneration *generator = new PPCGCodeGeneration(); in createPPCGCodeGenerationPass()
3648 INITIALIZE_PASS_BEGIN(PPCGCodeGeneration, "polly-codegen-ppcg",
3656 INITIALIZE_PASS_END(PPCGCodeGeneration, "polly-codegen-ppcg",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8719 polly/include/polly/CodeGen/PPCGCodeGeneration.h
8755 polly/lib/CodeGen/PPCGCodeGeneration.cpp