Searched refs:phi_bb (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | propagator.cpp | 61 BasicBlock* phi_bb = ctx_->get_instr_block(phi); in IsPhiArgExecutable() local 67 return IsEdgeExecutable(Edge(in_bb, phi_bb)); in IsPhiArgExecutable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | propagator.cpp | 61 BasicBlock* phi_bb = ctx_->get_instr_block(phi); in IsPhiArgExecutable() local 67 return IsEdgeExecutable(Edge(in_bb, phi_bb)); in IsPhiArgExecutable()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 467 LLVMBasicBlockRef phi_bb[2]; member 504 wctx->phi_bb[0] = LLVMGetInsertBlock(ctx->ac.builder); in enter_waterfall() 523 wctx->phi_bb[1] = LLVMGetInsertBlock(ctx->ac.builder); in exit_waterfall() 531 ret = ac_build_phi(&ctx->ac, LLVMTypeOf(value), 2, phi_src, wctx->phi_bb); in exit_waterfall() 539 LLVMValueRef cc = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, cc_phi_src, wctx->phi_bb); in exit_waterfall()
|