Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp778 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca() local
781 if (saveIP.isSet()) in CreateEntryAlloca()
782 IRB()->restoreIP(saveIP); in CreateEntryAlloca()
788 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca() local
791 if (saveIP.isSet()) in CreateEntryAlloca()
792 IRB()->restoreIP(saveIP); in CreateEntryAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp223 return Builder.saveIP(); in emitBarrierImpl()
265 return Builder.saveIP(); in CreateCancel()
298 FI.FiniCB(Builder.saveIP()); in emitCancelationCheckImpl()
479 PrivCB(AllocaIP, Builder.saveIP(), V, ReplacementValue)); in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h117 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1692 auto CurrIP = Builder.saveIP(); in createVectorIntOrFpInductionPHI()
2039 auto OldIP = Builder.saveIP(); in getOrCreateVectorValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h193 InsertPoint saveIP() const { in saveIP() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp4170 auto oldInsertionPoint = jit->builder->saveIP(); in promoteFunctionToCoroutine()