Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp36 rewriter.setInsertionPoint(op); in lowerTerminator()
181 rewriter.setInsertionPoint(yieldOp); in rewriteYieldOp()
392 rewriter.setInsertionPoint(op); in matchAndRewrite()
411 rewriter.setInsertionPoint(op); in lowerConditionOp()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp208 builder.setInsertionPoint(waitOp); in emitOpenACCWaitConstruct()
291 builder.setInsertionPoint(loopOp); in emitOpenACCCacheConstruct()
H A DCIRGenOpenACCClause.cpp147 builder.setInsertionPoint(operation.loopOp); in applyToLoopOp()
158 builder.setInsertionPoint(operation.computeOp); in applyToComputeOp()
474 builder.setInsertionPoint(dataOperands.front()); in VisitAsyncClause()
992 builder.setInsertionPoint(op); in emitOpenACCClauses()
H A DCIRGenModule.cpp458 builder.setInsertionPoint(insertPoint); in createGlobalOp()
1803 builder.setInsertionPoint(cgf->curFn); in createCIRFunction()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1377 rewriter.setInsertionPoint(op); in matchAndRewrite()
2537 rewriter.setInsertionPoint(op); in matchAndRewrite()
2636 rewriter.setInsertionPoint(op); in matchAndRewrite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp512 static void setInsertionPoint(IRBuilder<> &Builder, Value *V, in setInsertionPoint() function
574 setInsertionPoint(Builder, GEP); in rewriteGEPAsOffset()
616 setInsertionPoint(Builder, Val, false); in rewriteGEPAsOffset()