Home
last modified time | relevance | path

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

/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/IndVarSimplify/
D2006-06-16-Indvar-LCSSA-Crash.ll3 define void @get_block() {
/external/swiftshader/third_party/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/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c141 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/
Dac_nir_to_llvm.c1220 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()