Home
last modified time | relevance | path

Searched defs:phi (Results 126 - 145 of 145) sorted by relevance

123456

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c3385 struct ir3_instruction *phi, **dst; in emit_phi() local
3406 read_phi_src(struct ir3_context *ctx, struct ir3_block *blk, struct ir3_instruction *phi, nir_phi_instr *nphi) read_phi_src() argument
[all...]
H A Dir3.h407 } phi; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c1263 nir_phi_instr *phi = nir_instr_as_phi(instr); in nir_instr_free() local
1529 nir_phi_instr *phi = nir_instr_as_phi(instr); in nir_foreach_phi_src_leaving_block() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp1992 get_reg_phi(ra_ctx& ctx, IDSet& live_in, RegisterFile& register_file, std::vector<aco_ptr<Instruction>>& instructions, Block& block, aco_ptr<Instruction>& phi, Temp tmp) get_reg_phi() argument
2127 aco_ptr<Instruction>& phi = instructions[i]; get_regs_for_phis() local
2240 aco_ptr<Instruction>& phi = loop_header.instructions[i]; handle_loop_phis() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3788 Instruction *phi, *next, *ik; in visit() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c415 pseudo_t phi; in show_instruction() local
521 pseudo_t phi; in show_bb() local
834 pseudo_t phi = __alloc_pseudo(0); alloc_phisrc() local
862 pseudo_t phi; alloc_phi_node() local
1998 pseudo_t phi; add_return() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc1386 Node* phi = graph()->NewNode( in ReduceNamedAccess() local
1495 Node* phi = in ReduceJSGetIterator() local
H A Dcode-assembler.cc1528 auto phi = variable_phis_.find(var); in MergeVariables() local
1628 Node* phi = state_->raw_assembler_->Phi( in UpdateVariablesAfterBind() local
[all...]
H A Dwasm-compiler.cc617 bool WasmGraphBuilder::IsPhiWithMerge(Node* phi, Node* merge) { in IsPhiWithMerge() argument
643 void WasmGraphBuilder::AppendToPhi(Node* phi, Node* from) { in AppendToPhi() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h223 const PhiInstruction* phi() const { return phi_; } in phi() function in v8::internal::compiler::RegisterAllocationFlag::final::PhiMapValue
H A Dinstruction-selector.cc326 void InstructionSelector::UpdateRenamesInPhi(PhiInstruction* phi) { in UpdateRenamesInPhi() argument
2870 PhiInstruction* phi = instruction_zone()->New<PhiInstruction>( in VisitPhi() local
[all...]
H A Dinstruction.h1586 void AddPhi(PhiInstruction* phi) { phis_.push_back(phi); } in AddPhi() argument
H A Dregister-allocator.cc212 TopTierRegisterAllocationData::PhiMapValue* phi = in HintRegister() local
1274 PhiMapValue( PhiInstruction* phi, const InstructionBlock* block, Zone* zone) PhiMapValue() argument
1397 InitializePhiMap(const InstructionBlock* block, PhiInstruction* phi) InitializePhiMap() argument
4490 const PhiInstruction* phi = phi_map_value->phi(); TryReuseSpillForPhi() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1449 Register KernelRewriter::phi(Register LoopReg, Optional<Register> InitReg, phi() function in KernelRewriter
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h1127 container_node *phi; member in r600_sb::region_node
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2231 auto *phi = maybe_get<SPIRVariable>(source_expression); inherit_expression_dependencies() local
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c905 nir_phi_instr *phi = nir_instr_as_phi(instr); in analyze_shader_before_culling_walk() local
998 nir_phi_instr *phi = nir_instr_as_phi(instr); in save_reusable_variables() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c389 LLVMValueRef phi = LLVMBuildPhi(ctx->builder, type, ""); in ac_build_phi() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h494 float phi; member
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c4572 struct dxil_instr *phi = vphi->comp[i] = dxil_emit_phi(&ctx->mod, type); in emit_phi() local

Completed in 101 milliseconds

123456