Home
last modified time | relevance | path

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

/external/antlr/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb188 def insert_before( index, text ) method in ANTLR3.TokenRewriteStream.RewriteProgram
400 def insert_before( *args ) method in ANTLR3.TokenRewriteStream
/external/ImageMagick/MagickWand/
Dmagick-wand-private.h67 insert_before, /* wand set to first image, prepend new images */ member
/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1055 backend_instruction::insert_before(bblock_t *block, backend_instruction *inst) in insert_before() function in backend_instruction
1070 backend_instruction::insert_before(bblock_t *block, exec_list *list) in insert_before() function in backend_instruction
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h471 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint()
493 InsertionPointTy insert_before, in InstructionBuilder()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h481 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint()
503 InsertionPointTy insert_before, in InstructionBuilder()
/external/mesa3d/src/compiler/glsl/
Dlist.h236 inline void exec_node::insert_before(exec_node *before) in insert_before() function
643 inline void exec_node::insert_before(exec_list *before) in insert_before() function
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp224 void node::insert_before(node* n) { in insert_before() function in r600_sb::node
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc302 llvm::BasicBlock* CreateBasicBlock(llvm::BasicBlock* insert_before, in CreateBasicBlock()
/external/v8/src/wasm/
Dwasm-code-manager.cc396 auto insert_before = std::upper_bound( in AddOwnedCode() local