Searched defs:is_phi (Results 1 - 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ | ||
| H A D | register-allocator.h | 813 bool is_phi() const { return IsPhiField::decode(bits_); } in is_phi() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final |
| H A D | mid-tier-register-allocator.cc | 380 bool is_phi() const { return is_phi_; } in is_phi() function in v8::internal::compiler::final 524 Initialize(int virtual_register, MachineRepresentation rep, InstructionOperand* spill_operand, int instr_index, bool is_phi, bool is_constant, bool is_defined_in_deferred_block, bool is_exceptional_call_output) Initialize() argument |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ | ||
| H A D | sb_ir.h | 827 bool is_phi() { return subtype == NST_PHI; } in is_phi() function in r600_sb::node |
Completed in 13 milliseconds