Home
last modified time | relevance | path

Searched refs:get_block (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
D2006-06-16-Indvar-LCSSA-Crash.ll3 define void @get_block() {
/external/llvm/test/Transforms/IndVarSimplify/
D2006-06-16-Indvar-LCSSA-Crash.ll3 define void @get_block() {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dpartail.ll5 define void @get_block(i32 %y_pos) local_unnamed_addr #0 {
6 ; CHECK-LABEL: @get_block(
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2621 get_block(struct ir3_context *ctx, const nir_block *nblock) in get_block() function
2635 _mesa_set_add(block->predecessors, get_block(ctx, sentry->key)); in get_block()
2644 struct ir3_block *block = get_block(ctx, nblock); in emit_block()
2649 get_block(ctx, nblock->successors[i]); in emit_block()
3277 ctx->block = get_block(ctx, nir_start_block(fxn)); in emit_instructions()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c94 static LLVMBasicBlockRef get_block(struct ac_nir_context *nir, const struct nir_block *b) in get_block() function
4399 LLVMBasicBlockRef block = get_block(ctx, src->pred); in visit_post_phi()