Home
last modified time | relevance | path

Searched refs:getInsertBlock (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h63 VPBasicBlock *getInsertBlock() const { return BB; } in getInsertBlock() function
154 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp171 static BasicBlock *getInsertBlock();
DReactor.hpp3476 if(Nucleus::getInsertBlock() != endBB) in setup()
DLLVMReactor.cpp681 BasicBlock *Nucleus::getInsertBlock() in getInsertBlock() function in rr::Nucleus
DSubzeroReactor.cpp1117 BasicBlock *Nucleus::getInsertBlock() in getInsertBlock() function in rr::Nucleus
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.cpp1527 BasicBlock *currentBlock = Nucleus::getInsertBlock(); in SWITCH()
DPixelProgram.cpp1842 BasicBlock *currentBlock = Nucleus::getInsertBlock(); in SWITCH()