Home
last modified time | relevance | path

Searched defs:GetInsertPoint (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h118 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h129 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h153 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h559 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h559 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dir_builder.h559 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function
/external/llvm-project/llvm/lib/Target/ARM/
DARMParallelDSP.cpp657 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp652 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
/external/llvm/include/llvm/IR/
DIRBuilder.h104 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h156 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h127 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3237 auto GetInsertPoint = [this, &B]() { in emitTransformedIndex() local