Home
last modified time | relevance | path

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

/external/llvm-project/polly/test/GPGPU/
Dloops-outside-scop.ll10 ; and not the outer loop. PPCGCodeGeneration had not implemented this case.
Dscalar-writes-in-scop-requires-abort.ll33 ; This test case checks that we generate correct code if PPCGCodeGeneration
Dinvariant-load-array-access.ll28 ; by PPCGCodeGeneration. It appears that not calling `preloadInvariantLoads`
/external/llvm-project/polly/lib/
DCMakeLists.txt11 CodeGen/PPCGCodeGeneration.cpp
/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp416 INITIALIZE_PASS_DEPENDENCY(PPCGCodeGeneration);
DPPCGCodeGeneration.cpp2534 class PPCGCodeGeneration : public ScopPass { class
2551 PPCGCodeGeneration() : ScopPass(ID) {} in PPCGCodeGeneration() function in __anon7864146a0411::PPCGCodeGeneration
3612 char PPCGCodeGeneration::ID = 1;
3615 PPCGCodeGeneration *generator = new PPCGCodeGeneration(); in createPPCGCodeGenerationPass()
3621 INITIALIZE_PASS_BEGIN(PPCGCodeGeneration, "polly-codegen-ppcg",
3629 INITIALIZE_PASS_END(PPCGCodeGeneration, "polly-codegen-ppcg",