Home
last modified time | relevance | path

Searched refs:InsertionPoint (Results 1 – 25 of 68) sorted by relevance

123

/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dpdl_ops.py11 with InsertionPoint(module.body):
31 with InsertionPoint(pattern.body):
51 with InsertionPoint(pattern.body):
73 with InsertionPoint(pattern.body):
102 with InsertionPoint(pattern.body):
129 with InsertionPoint(pattern.body):
152 with InsertionPoint(pattern.body):
173 with InsertionPoint(pattern.body):
194 with InsertionPoint(pattern.body):
213 with InsertionPoint(pattern.body):
[all …]
H A Dtransform.py11 with InsertionPoint(module.body):
21 with InsertionPoint(sequence.body):
33 with InsertionPoint(sequence.body):
35 with InsertionPoint(nested.body):
38 with InsertionPoint(doubly_nested.body):
58 with InsertionPoint(withPdl.body):
61 with InsertionPoint(sequence.body):
78 with InsertionPoint(sequence.body):
90 with InsertionPoint(sequence.body):
102 with InsertionPoint(with_pdl.body):
[all …]
H A Dtransform_structured_ext.py12 with InsertionPoint(module.body):
22 with InsertionPoint(sequence.body):
33 with InsertionPoint(sequence.body):
44 with InsertionPoint(sequence.body):
60 with InsertionPoint(sequence.body):
74 with InsertionPoint(sequence.body):
94 with InsertionPoint(sequence.body):
104 with InsertionPoint(sequence.body):
117 with InsertionPoint(sequence.body):
133 with InsertionPoint(sequence.body):
[all …]
H A Dtransform_loop_ext.py12 with InsertionPoint(module.body):
22 with InsertionPoint(sequence.body):
33 with InsertionPoint(sequence.body):
44 with InsertionPoint(sequence.body):
54 with InsertionPoint(sequence.body):
66 with InsertionPoint(sequence.body):
H A Dscf.py14 with InsertionPoint(module.body):
28 with InsertionPoint(loop.body):
47 with InsertionPoint(loop.body):
63 with InsertionPoint(f.add_entry_block()):
69 with InsertionPoint(loop.body):
95 with InsertionPoint(if_op.then_block):
117 with InsertionPoint(if_op.then_block):
121 with InsertionPoint(if_op.else_block):
H A Dbuiltin.py22 with InsertionPoint(m.body):
107 with InsertionPoint(m.body):
127 with InsertionPoint.at_block_begin(m.body):
148 with InsertionPoint(f.add_entry_block()):
183 with InsertionPoint(module.body):
185 with InsertionPoint(f.add_entry_block()):
200 with InsertionPoint(other.add_entry_block()):
H A Dvector.py18 with InsertionPoint(module.body):
36 with InsertionPoint(module.body):
46 with InsertionPoint(f.add_entry_block()):
H A Dods_helpers.py32 with InsertionPoint(m.body):
87 with InsertionPoint(m.body):
114 with InsertionPoint(m.body):
190 with InsertionPoint(m.body):
H A Dml_program.py12 with InsertionPoint(module.body):
26 with InsertionPoint(block):
H A Dpython_test.py139 with InsertionPoint(module.body):
183 with InsertionPoint(module.body):
219 with InsertionPoint(module.body):
H A Dfunc.py13 with InsertionPoint(module.body):
87 with InsertionPoint(func.FuncOp("caller", ([], [])).add_entry_block()):
H A Dmath_dialect.py19 with InsertionPoint(module.body):
/llvm-project-15.0.7/mlir/test/python/ir/
H A Dblocks.py31 with InsertionPoint(module.body):
39 with InsertionPoint(successor_block) as successor_ip:
44 with InsertionPoint(entry_block) as entry_ip:
48 with InsertionPoint(middle_block) as middle_ip:
64 with InsertionPoint(module.body):
67 with InsertionPoint(entry_block):
86 with InsertionPoint(module.body):
89 with InsertionPoint(block):
H A Dinsertion_point.py26 ip = InsertionPoint(entry_block)
47 ip = InsertionPoint(entry_block.operations[1])
68 ip = InsertionPoint.at_block_begin(entry_block)
97 ip = InsertionPoint.at_block_terminator(entry_block)
118 ip = InsertionPoint.at_block_terminator(entry_block)
138 with InsertionPoint(entry_block):
159 with InsertionPoint(entry_block):
161 with InsertionPoint.at_block_begin(entry_block):
H A Dcontext_managers.py65 ip = InsertionPoint(m.body)
68 assert InsertionPoint.current is ip
71 assert InsertionPoint.current is ip
81 assert InsertionPoint.current is ip
87 _ = InsertionPoint.current
93 _ = InsertionPoint.current
H A Doperation.py357 ip = InsertionPoint.at_block_begin(entry_block)
389 ip = InsertionPoint(block)
406 ip = InsertionPoint.at_block_begin(entry_block)
686 with InsertionPoint(module.body):
772 with InsertionPoint(m.body):
794 with InsertionPoint(m.body):
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp239 MachineInstr *InsertionPoint = nullptr; in processBlockPhase1() local
269 if (InsertionPoint) { in processBlockPhase1()
271 InsertionPoint = nullptr; in processBlockPhase1()
291 if (InsertionPoint) { in processBlockPhase1()
300 NewInfo->FirstInsertionPoint = InsertionPoint; in processBlockPhase1()
304 insertSetreg(MBB, InsertionPoint, TII, in processBlockPhase1()
309 InsertionPoint = &MI; in processBlockPhase1()
315 InsertionPoint = &MI; in processBlockPhase1()
324 NewInfo->FirstInsertionPoint = InsertionPoint; in processBlockPhase1()
326 } else if (InsertionPoint) { in processBlockPhase1()
[all …]
/llvm-project-15.0.7/mlir/test/python/dialects/linalg/
H A Dops.py24 with InsertionPoint(module.body):
52 with InsertionPoint(module.body):
64 with InsertionPoint(module.body):
94 with InsertionPoint(module.body):
128 with InsertionPoint(module.body):
154 with InsertionPoint(module.body):
174 with InsertionPoint(module.body):
/llvm-project-15.0.7/mlir/test/python/integration/dialects/linalg/
H A Dopsrun.py208 with InsertionPoint(module.body):
247 with InsertionPoint(module.body):
288 with InsertionPoint(module.body):
325 with InsertionPoint(module.body):
363 with InsertionPoint(module.body):
398 with InsertionPoint(module.body):
433 with InsertionPoint(module.body):
460 with InsertionPoint(module.body):
487 with InsertionPoint(module.body):
518 with InsertionPoint(module.body):
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp351 auto InsertionPoint = in apply() local
353 if (!InsertionPoint) { in apply()
354 return InsertionPoint.takeError(); in apply()
357 if (InsertionPoint->Loc.isValid()) { in apply()
362 if (InsertionPoint->AlwaysFullyQualify && in apply()
366 << InsertionPoint->Suffix; in apply()
368 assert(SM.getFileID(InsertionPoint->Loc) == SM.getMainFileID()); in apply()
369 if (auto Err = R.add(tooling::Replacement(SM, InsertionPoint->Loc, 0, in apply()
H A DDefineOutline.cpp285 struct InsertionPoint { struct
294 llvm::Expected<InsertionPoint> getInsertionPoint(llvm::StringRef Contents, in getInsertionPoint()
307 return InsertionPoint{Region.EnclosingNamespace, *Offset}; in getInsertionPoint()
427 auto InsertionPoint = getInsertionPoint( in apply() local
429 if (!InsertionPoint) in apply()
430 return InsertionPoint.takeError(); in apply()
433 Source, InsertionPoint->EnclosingNamespace, Sel.AST->getTokens(), in apply()
440 *CCFile, InsertionPoint->Offset, 0, *FuncDef); in apply()
H A DExtractVariable.cpp57 const clang::Stmt *InsertionPoint = nullptr; member in clang::clangd::__anon79575e0f0111::ExtractionContext
117 InsertionPoint = computeInsertionPoint(); in ExtractionContext()
118 if (InsertionPoint) in ExtractionContext()
153 [](const SelectionTree::Node *InsertionPoint) -> bool { in computeInsertionPoint() argument
154 if (const clang::Stmt *Stmt = InsertionPoint->ASTNode.get<clang::Stmt>()) { in computeInsertionPoint()
169 if (InsertionPoint->ASTNode.get<VarDecl>()) in computeInsertionPoint()
207 InsertionPoint->getSourceRange()) in insertDeclaration()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp464 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo); in computeInsertionPoint() local
467 LLVM_DEBUG(InsertionPoint->print(dbgs())); in computeInsertionPoint()
470 if (isDominated(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint()
474 if (tryAndMerge(InsertionPoint, User, OpNo, InsertPts)) in computeInsertionPoint()
480 InsertPts[InsertionPoint].emplace_back(User, OpNo); in computeInsertionPoint()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1119 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI; in combine() local
1122 if (!InsertionPoint) in combine()
1194 if (!DT.dominates(InsertionPoint, VI.SVI)) in combine()
1200 IRBuilder<> Builder(InsertionPoint); in combine()
1209 Instruction::Load, ILTy, Factor, Indices, InsertionPoint->getAlign(), in combine()
1210 InsertionPoint->getPointerAddressSpace(), CostKind); in combine()
1217 auto CI = Builder.CreatePointerCast(InsertionPoint->getOperand(0), in combine()
1222 auto LI = Builder.CreateAlignedLoad(ILTy, CI, InsertionPoint->getAlign(), in combine()
1226 LI, nullptr, MSSA.getMemoryAccess(InsertionPoint))); in combine()
/llvm-project-15.0.7/mlir/benchmark/python/
H A Dcommon.py86 with ir.InsertionPoint(wrapped_func.add_entry_block()):
93 with ir.InsertionPoint(loop.body):

123