Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp370 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 DCodeGeneration.cpp228 IslNodeBuilder NodeBuilder(Builder, Annotator, DL, LI, SE, DT, S, StartBlock); in generateCode()
H A DPPCGCodeGeneration.cpp342 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 DIslNodeBuilder.h64 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 Dloops-outside-scop.ll11 ; The fix was to pull the implementation from `IslNodeBuilder.
/llvm-project-15.0.7/polly/lib/
H A DCMakeLists.txt6 CodeGen/IslNodeBuilder.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8714 polly/include/polly/CodeGen/IslNodeBuilder.h
8749 polly/lib/CodeGen/IslNodeBuilder.cpp