Home
last modified time | relevance | path

Searched refs:InsertPointGuard (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h147 class InsertPointGuard {
153 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function
156 InsertPointGuard(const InsertPointGuard &) = delete;
157 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
159 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
DSLPVectorizer.cpp4044 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
DLoopVectorize.cpp1675 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp185 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h276 class InsertPointGuard {
283 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
287 InsertPointGuard(const InsertPointGuard &) = delete;
288 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
290 ~InsertPointGuard() { in ~InsertPointGuard()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp338 IRBuilder::InsertPointGuard guard(*builder); in emitPending()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp377 IRBuilder<>::InsertPointGuard IPG(Builder); in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp882 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1079 IRBuilderBase::InsertPointGuard Guard(Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
DInstCombineSelect.cpp1383 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in tryToReuseConstantFromSelectInComparison()
DInstructionCombining.cpp1819 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
DInstCombineAndOrXor.cpp2876 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
DInstCombineCompares.cpp3674 BuilderTy::InsertPointGuard Guard(Builder); in foldUnsignedMultiplicationOverflowCheck()