Searched refs:get_block (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2006-06-16-Indvar-LCSSA-Crash.ll | 3 define void @get_block() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | 2006-06-16-Indvar-LCSSA-Crash.ll | 3 define void @get_block() {
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | 2006-06-16-Indvar-LCSSA-Crash.ll | 3 define void @get_block() {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | partail.ll | 5 define void @get_block(i32 %y_pos) local_unnamed_addr #0 { 6 ; CHECK-LABEL: @get_block(
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 141 static struct ir3_block * get_block(struct ir3_context *ctx, nir_block *nblock); 2601 src = ir3_MOV(get_block(ctx, nsrc->pred), src, TYPE_U32); in resolve_phis() 2672 get_block(struct ir3_context *ctx, nir_block *nblock) in get_block() function 2690 struct ir3_block *block = get_block(ctx, nblock); in emit_block() 2695 get_block(ctx, nblock->successors[i]); in emit_block() 3096 ctx->block = get_block(ctx, nir_start_block(fxn)); in emit_instructions()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1220 static LLVMBasicBlockRef get_block(struct ac_nir_context *nir, in get_block() function 5189 LLVMBasicBlockRef block = get_block(ctx, src->pred); in visit_post_phi()
|