Lines Matching refs:LoopPipelinerInternal
29 struct LoopPipelinerInternal { struct
84 bool LoopPipelinerInternal::initializeLoopInfo( in initializeLoopInfo()
140 void LoopPipelinerInternal::emitPrologue(PatternRewriter &rewriter) { in emitPrologue()
179 llvm::MapVector<Value, LoopPipelinerInternal::LiverangeInfo>
180 LoopPipelinerInternal::analyzeCrossStageValues() { in analyzeCrossStageValues()
181 llvm::MapVector<Value, LoopPipelinerInternal::LiverangeInfo> crossStageValues; in analyzeCrossStageValues()
200 scf::ForOp LoopPipelinerInternal::createKernelLoop( in createKernelLoop()
201 const llvm::MapVector<Value, LoopPipelinerInternal::LiverangeInfo> in createKernelLoop()
249 void LoopPipelinerInternal::createKernel( in createKernel()
251 const llvm::MapVector<Value, LoopPipelinerInternal::LiverangeInfo> in createKernel()
376 LoopPipelinerInternal::emitEpilogue(PatternRewriter &rewriter) { in emitEpilogue()
428 void LoopPipelinerInternal::setValueMapping(Value key, Value el, int64_t idx) { in setValueMapping()
445 LoopPipelinerInternal pipeliner; in returningMatchAndRewrite()
456 llvm::MapVector<Value, LoopPipelinerInternal::LiverangeInfo> in returningMatchAndRewrite()