Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h148 class InsertPointGuard {
154 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function
157 InsertPointGuard(const InsertPointGuard &) = delete;
158 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
160 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
DSLPVectorizer.cpp3026 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
DLoopVectorize.cpp1763 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_function.h103 llvm::IRBuilder<>::InsertPointGuard caller_insert_point_guard_;
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.cc108 llvm::IRBuilder<>::InsertPointGuard guard(*b); in EmitAndCallOutlinedKernel()
Dllvm_util.cc290 llvm::IRBuilder<>::InsertPointGuard guard(*b); in EmitAllocaAtFunctionEntryWithCount()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp80 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB()
/external/llvm/include/llvm/IR/
DIRBuilder.h210 class InsertPointGuard {
216 InsertPointGuard(const InsertPointGuard &) = delete;
217 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
220 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
224 ~InsertPointGuard() { in ~InsertPointGuard()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp184 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h228 class InsertPointGuard {
235 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
239 InsertPointGuard(const InsertPointGuard &) = delete;
240 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
242 ~InsertPointGuard() { in ~InsertPointGuard()
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp271 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp284 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp330 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp691 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp795 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp414 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1000 IRBuilderBase::InsertPointGuard Guard(Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
DInstructionCombining.cpp1577 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1463 IRBuilderBase::InsertPointGuard Guard(*Builder); in visitGetElementPtrInst()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp952 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in emitUpdateLocation()
1017 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2194 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
DLoopVectorize.cpp1863 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()