Home
last modified time | relevance | path

Searched defs:vreg (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp516 unsigned vreg = v->gpr.sel(); in copy_fetch_src() local
623 unsigned vreg = v->gpr.sel(); in finalize_fetch() local
670 unsigned vreg = v->gpr.sel(); in finalize_fetch() local
747 unsigned vreg = v->gpr.sel(); in finalize_cf() local
799 unsigned vreg = v->gpr.sel(); in finalize_cf() local
833 unsigned vreg = v->gpr.sel(); in finalize_cf() local
/third_party/mesa3d/src/util/tests/
Dregister_allocate_test.cpp99 int vreg = next_vreg++; in TEST_F() local
108 int vreg = next_vreg++; in TEST_F() local
117 int vreg = next_vreg++; in TEST_F() local
/third_party/node/deps/v8/src/compiler/backend/
Dspill-placer.cc205 int SpillPlacer::GetOrCreateIndexForLatestVreg(int vreg) { in GetOrCreateIndexForLatestVreg()
264 void SpillPlacer::SetSpillRequired(InstructionBlock* block, int vreg, in SetSpillRequired()
282 void SpillPlacer::SetDefinition(RpoNumber block, int vreg) { in SetDefinition()
465 void SpillPlacer::CommitSpill(int vreg, InstructionBlock* predecessor, in CommitSpill()
Dregister-allocator-verifier.h98 bool IsAliasOf(int vreg) const { return aliases_.count(vreg) > 0; } in IsAliasOf()
99 void AddAlias(int vreg) { aliases_.insert(vreg); } in AddAlias()
251 void AddDelayedAssessment(InstructionOperand op, int vreg) { in AddDelayedAssessment()
Dspill-placer.h102 bool IsLatestVreg(int vreg) const { in IsLatestVreg()
Dinstruction-selector-impl.h242 InstructionOperand DefineSameAsFirstForVreg(int vreg) { in DefineSameAsFirstForVreg()
246 InstructionOperand DefineAsRegistertForVreg(int vreg) { in DefineAsRegistertForVreg()
250 InstructionOperand UseRegisterForVreg(int vreg) { in UseRegisterForVreg()
Dinstruction-scheduler.cc187 int32_t vreg = UnallocatedOperand::cast(input)->virtual_register(); in AddInstruction() local
Dregister-allocator-verifier.cc172 int vreg = unallocated->virtual_register(); in BuildConstraint() local
608 int vreg = pair.second; in VerifyGapMoves() local
Dmid-tier-register-allocator.cc267 bool TryDeferSpillOutputUntilEntry(int vreg) { in TryDeferSpillOutputUntilEntry()
376 int vreg() const { return vreg_; } in vreg() function in v8::internal::compiler::VirtualRegisterData
3265 for (int vreg : data_->spilled_virtual_registers()) { in UpdateSpillRangesForLoops() local
3408 for (int vreg : data->spilled_virtual_registers()) { in AllocateSpillSlots() local
3473 for (int vreg : data->spilled_virtual_registers()) { in PopulateReferenceMaps() local
Dinstruction-selector.cc328 int vreg = phi->operands()[i]; in UpdateRenamesInPhi() local
352 int vreg = unalloc->virtual_register(); in TryRename() local
360 int vreg = GetVirtualRegister(node); in SetRename() local
Dinstruction.cc789 int vreg = (output->IsConstant()) in ValidateSSA() local
Dregister-allocator.cc811 TopLevelLiveRange::TopLevelLiveRange(int vreg, MachineRepresentation rep) in TopLevelLiveRange()
2243 int vreg = unalloc->virtual_register(); in ProcessInstructions() local
4888 int vreg = *it; in ResolveControlFlow() local
Dregister-allocator.h960 int vreg() const { return vreg_; } in vreg() function
/third_party/mesa3d/src/imagination/rogue/
Drogue_regalloc.c209 const uint32_t *vreg = entry->key; in rogue_ra_alloc() local
263 uint32_t vreg = *(uint32_t *)entry->key; in rogue_ra_alloc() local
Drogue_operand.h134 } vreg; member
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64-inl.h188 void Assembler::emit_vex_prefix(XMMRegister reg, XMMRegister vreg, in emit_vex_prefix()
201 void Assembler::emit_vex_prefix(Register reg, Register vreg, Register rm, in emit_vex_prefix()
210 void Assembler::emit_vex_prefix(XMMRegister reg, XMMRegister vreg, Operand rm, in emit_vex_prefix()
223 void Assembler::emit_vex_prefix(Register reg, Register vreg, Operand rm, in emit_vex_prefix()
Dassembler-x64.cc3874 void Assembler::bmi1q(byte op, Register reg, Register vreg, Register rm) { in bmi1q()
3882 void Assembler::bmi1q(byte op, Register reg, Register vreg, Operand rm) { in bmi1q()
3890 void Assembler::bmi1l(byte op, Register reg, Register vreg, Register rm) { in bmi1l()
3898 void Assembler::bmi1l(byte op, Register reg, Register vreg, Operand rm) { in bmi1l()
4026 void Assembler::bmi2q(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2q()
4035 void Assembler::bmi2q(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2q()
4044 void Assembler::bmi2l(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2l()
4053 void Assembler::bmi2l(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2l()
4065 Register vreg = Register::from_code(0); // VEX.vvvv unused in rorxq() local
4076 Register vreg = Register::from_code(0); // VEX.vvvv unused in rorxq() local
[all …]
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc722 int vreg = range->vreg(); in PrintLiveRangeChain() local
730 int vreg) { in PrintLiveRange()
1017 int vreg = top_level_live_range_json.range_.vreg(); in operator <<() local
1138 int vreg = ConstantOperand::cast(op)->virtual_register(); in operator <<() local
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h1003 T vreg(unsigned code) const { in vreg() function
1013 inline SimVRegister& vreg(unsigned code) { return vregisters_[code]; } in vreg() function
1039 T vreg(unsigned size, unsigned code) const { in vreg() function
/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.cc214 const VRegister& vreg) { in Equal128()
292 const VRegister& vreg) { in Equal64()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_optimizer.cpp543 RegisterVec4& vreg; member in r600::ReplaceConstSource
Dsfn_valuefactory.cpp373 auto vreg = new Register( sel, chan, pin_channel); in dest() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.cc3111 void Assembler::bmi1(byte op, Register reg, Register vreg, Operand rm) { in bmi1()
3146 void Assembler::bmi2(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2()
3158 Register vreg = Register::from_code(0); // VEX.vvvv unused in rorx() local
3254 void Assembler::emit_vex_prefix(XMMRegister vreg, VectorLength l, SIMDPrefix pp, in emit_vex_prefix()
3267 void Assembler::emit_vex_prefix(Register vreg, VectorLength l, SIMDPrefix pp, in emit_vex_prefix()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dgpir.h190 } vreg; member
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc734 SimVRegister vreg) { in Simulator()