Home
last modified time | relevance | path

Searched refs:entry_block (Results 1 – 25 of 51) sorted by relevance

123

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp64 const BasicBlock* Construct::entry_block() const { return entry_block_; } in entry_block() function in spvtools::val::Construct
65 BasicBlock* Construct::entry_block() { return entry_block_; } in entry_block() function in spvtools::val::Construct
73 auto header = entry_block(); in blocks()
81 corresponding_headers.insert(other->entry_block()); in blocks()
Dfunction.cpp166 ->entry_block(); in RegisterBlockEnd()
284 entry_block_to_construct_[std::make_pair(new_construct.entry_block(), in AddConstruct()
289 Construct& Function::FindConstructForEntryBlock(const BasicBlock* entry_block, in FindConstructForEntryBlock() argument
292 entry_block_to_construct_.find(std::make_pair(entry_block, type)); in FindConstructForEntryBlock()
329 BasicBlock* loop_header = loop_construct->entry_block(); in GetBlockDepth()
Dconstruct.h72 const BasicBlock* entry_block() const;
77 BasicBlock* entry_block();
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.cpp64 const BasicBlock* Construct::entry_block() const { return entry_block_; } in entry_block() function in spvtools::val::Construct
65 BasicBlock* Construct::entry_block() { return entry_block_; } in entry_block() function in spvtools::val::Construct
73 auto header = entry_block(); in blocks()
81 corresponding_headers.insert(other->entry_block()); in blocks()
Dfunction.cpp166 ->entry_block(); in RegisterBlockEnd()
284 entry_block_to_construct_[std::make_pair(new_construct.entry_block(), in AddConstruct()
289 Construct& Function::FindConstructForEntryBlock(const BasicBlock* entry_block, in FindConstructForEntryBlock() argument
292 entry_block_to_construct_.find(std::make_pair(entry_block, type)); in FindConstructForEntryBlock()
329 BasicBlock* loop_header = loop_construct->entry_block(); in GetBlockDepth()
Dconstruct.h72 const BasicBlock* entry_block() const;
77 BasicBlock* entry_block();
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dipo_opts.ml41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
42 let b = builder_at_end context (entry_block fn2) in
Dexecutionengine.ml29 let b = builder_at_end (global_context ()) (entry_block fn) in
36 let b = builder_at_end (global_context ()) (entry_block fn) in
Danalysis.ml24 let at_entry = builder_at_end context (entry_block fn) in
Dvmcore.ml496 let b = builder_at_end context (entry_block fn) in
523 let b = builder_at_end context (entry_block fn) in
585 ignore (build_unreachable (builder_at_end context (entry_block fn)));
599 ignore (build_unreachable (builder_at_end context (entry_block fn)));
608 ignore (build_unreachable (builder_at_end context (entry_block fn)));
620 ignore (build_unreachable (builder_at_end context (entry_block fn)));
702 insist (bb = entry_block fn);
724 let bb = entry_block fn in
732 let bb = entry_block fn in
773 let bb = entry_block f in
[all …]
/external/llvm/test/Bindings/OCaml/
Dipo.ml44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
45 let b = builder_at_end context (entry_block fn2) in
Dexecutionengine.ml32 let b = builder_at_end (global_context ()) (entry_block fn) in
40 let b = builder_at_end (global_context ()) (entry_block fn) in
Dcore.ml578 let b = builder_at_end context (entry_block fn) in
605 let b = builder_at_end context (entry_block fn) in
668 ignore (build_unreachable (builder_at_end context (entry_block fn)));
682 ignore (build_unreachable (builder_at_end context (entry_block fn)));
691 ignore (build_unreachable (builder_at_end context (entry_block fn)));
703 ignore (build_unreachable (builder_at_end context (entry_block fn)));
785 insist (bb = entry_block fn);
807 let bb = entry_block fn in
815 let bb = entry_block fn in
856 let bb = entry_block f in
[all …]
Dvectorize.ml42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dipo.ml44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
45 let b = builder_at_end context (entry_block fn2) in
Dexecutionengine.ml32 let b = builder_at_end (global_context ()) (entry_block fn) in
40 let b = builder_at_end (global_context ()) (entry_block fn) in
Dvectorize.ml42 ignore (build_ret_void (builder_at_end context (entry_block fn)));
/external/deqp-deps/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp37 BasicBlock* entry_block = &*func->begin(); in LocalSingleStoreElim() local
38 for (Instruction& inst : *entry_block) { in LocalSingleStoreElim()
Dmerge_return_pass.cpp511 BasicBlock* entry_block = &*function_->begin(); in AddReturnValue() local
512 return_value_ = &*entry_block->begin(); in AddReturnValue()
514 context()->set_instr_block(return_value_, entry_block); in AddReturnValue()
548 BasicBlock* entry_block = &*function_->begin(); in AddReturnFlag() local
549 return_flag_ = &*entry_block->begin(); in AddReturnFlag()
551 context()->set_instr_block(return_flag_, entry_block); in AddReturnFlag()
/external/llvm/test/Transforms/LoopVectorize/
Dpr25281.ll9 entry_block:
21 %frameIndex = phi i32 [ 0, %entry_block ], [ %nextFrameIndex, %for_each_frames_end ]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp37 BasicBlock* entry_block = &*func->begin(); in LocalSingleStoreElim() local
38 for (Instruction& inst : *entry_block) { in LocalSingleStoreElim()
Dmerge_return_pass.cpp527 BasicBlock* entry_block = &*function_->begin(); in AddReturnValue() local
528 return_value_ = &*entry_block->begin(); in AddReturnValue()
530 context()->set_instr_block(return_value_, entry_block); in AddReturnValue()
564 BasicBlock* entry_block = &*function_->begin(); in AddReturnFlag() local
565 return_flag_ = &*entry_block->begin(); in AddReturnFlag()
567 context()->set_instr_block(return_flag_, entry_block); in AddReturnFlag()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dpr25281.ll8 entry_block:
20 %frameIndex = phi i32 [ 0, %entry_block ], [ %nextFrameIndex, %for_each_frames_end ]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c386 ifthen->entry_block = block; in lp_build_if()
440 LLVMPositionBuilderAtEnd(builder, ifthen->entry_block); in lp_build_endif()
Dlp_bld_flow.h172 LLVMBasicBlockRef entry_block; member

123