Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h119 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h127 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h73 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
80 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
88 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
95 void SetInsertPoint(Use &U) { in SetInsertPoint() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h471 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function
478 void SetInsertPoint(BasicBlock* parent_block) { in SetInsertPoint() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h481 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function
488 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h127 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
134 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
143 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1249 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func