Home
last modified time | relevance | path

Searched defs:SetInsertPoint (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h130 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h119 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h154 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h563 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function
570 void SetInsertPoint(BasicBlock* parent_block) { in SetInsertPoint() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h563 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function
570 void SetInsertPoint(BasicBlock* parent_block) { in SetInsertPoint() function
/external/llvm/include/llvm/IR/
DIRBuilder.h109 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
116 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
125 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h161 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
168 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
177 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h132 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
139 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
148 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
/external/llvm/bindings/go/llvm/
Dir.go1196 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1342 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func