Searched refs:IslNodeBuilder (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslNodeBuilder.cpp | 370 void IslNodeBuilder::updateValues(ValueMapT &NewValues) { in updateValues() 813 void IslNodeBuilder::createIf(__isl_take isl_ast_node *If) { in createIf() 863 IslNodeBuilder::createNewAccesses(ScopStmt *Stmt, in createNewAccesses() 947 void IslNodeBuilder::createSubstitutionsVector( in createSubstitutionsVector() 965 void IslNodeBuilder::generateCopyStmt( in generateCopyStmt() 1035 void IslNodeBuilder::create(__isl_take isl_ast_node *Node) { in create() 1134 bool IslNodeBuilder::materializeParameters() { in materializeParameters() 1263 bool IslNodeBuilder::preloadInvariantEquivClass( in preloadInvariantEquivClass() 1453 bool IslNodeBuilder::preloadInvariantLoads() { in preloadInvariantLoads() 1493 Value *IslNodeBuilder::generateSCEV(const SCEV *Expr) { in generateSCEV() [all …]
|
| H A D | CodeGeneration.cpp | 228 IslNodeBuilder NodeBuilder(Builder, Annotator, DL, LI, SE, DT, S, StartBlock); in generateCode()
|
| H A D | PPCGCodeGeneration.cpp | 342 class GPUNodeBuilder final : public IslNodeBuilder { 348 : IslNodeBuilder(Builder, Annotator, DL, LI, SE, DT, S, StartBlock), in GPUNodeBuilder() 784 IslNodeBuilder::finalize(); in finalize()
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | IslNodeBuilder.h | 64 class IslNodeBuilder { 66 IslNodeBuilder(PollyIRBuilder &Builder, ScopAnnotator &Annotator, in IslNodeBuilder() function 77 virtual ~IslNodeBuilder() = default;
|
| /llvm-project-15.0.7/polly/test/GPGPU/ |
| H A D | loops-outside-scop.ll | 11 ; The fix was to pull the implementation from `IslNodeBuilder.
|
| /llvm-project-15.0.7/polly/lib/ |
| H A D | CMakeLists.txt | 6 CodeGen/IslNodeBuilder.cpp
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 8714 polly/include/polly/CodeGen/IslNodeBuilder.h 8749 polly/lib/CodeGen/IslNodeBuilder.cpp
|