Home
last modified time | relevance | path

Searched defs:rep (Results 351 - 375 of 389) sorted by relevance

1...<<111213141516

/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc78 MachineRepresentation rep = in CanBeMemoryOperand() local
377 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); VisitStackSlot() local
870 MachineRepresentation rep = load_rep.representation(); TryMergeTruncateInt64ToInt32IntoLoad() local
1529 MachineRepresentation rep = load_rep.representation(); VisitChangeInt32ToInt64() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc144 UseInfo TruncatingUseInfoFromRepresentation(MachineRepresentation rep) { in TruncatingUseInfoFromRepresentation() argument
1292 static MachineType DeoptMachineTypeOf(MachineRepresentation rep, Type type) { in DeoptMachineTypeOf() argument
3515 MachineRepresentation const rep = in VisitNode() local
3526 MachineRepresentation const rep in VisitNode() local
3537 MachineRepresentation const rep = VisitNode() local
3550 MachineRepresentation const rep = VisitNode() local
4895 DoMax(Node* node, Operator const* op, MachineRepresentation rep) DoMax() argument
4906 DoMin(Node* node, Operator const* op, MachineRepresentation rep) DoMin() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc474 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep, in MarkAsRepresentation() argument
480 void InstructionSelector::MarkAsRepresentation(MachineRepresentation rep, in MarkAsRepresentation() argument
993 MachineRepresentation rep = location.GetType().representation(); in InitializeCallBuffer() local
487 OperandForDeopt(Isolate* isolate, OperandGenerator* g, Node* input, FrameStateInputKind kind, MachineRepresentation rep) OperandForDeopt() argument
1397 MachineRepresentation rep = PhiRepresentationOf(node->op()); VisitNode() local
[all...]
H A Dinstruction.h545 static bool IsSupportedRepresentation(MachineRepresentation rep) { in IsSupportedRepresentation() argument
596 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index) in AllocatedOperand() argument
492 LocationOperand(InstructionOperand::Kind operand_kind, LocationOperand::LocationKind location_kind, MachineRepresentation rep, int index) LocationOperand() argument
599 New(Zone* zone, LocationKind kind, MachineRepresentation rep, int index) New() argument
[all...]
H A Dmid-tier-register-allocator.cc377 MachineRepresentation rep() const { return rep_; } in rep() 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
543 DefineAsConstantOperand(ConstantOperand* operand, MachineRepresentation rep, int instr_index, bool is_deferred_block) DefineAsConstantOperand() argument
551 DefineAsFixedSpillOperand( AllocatedOperand* operand, int virtual_register, MachineRepresentation rep, int instr_index, bool is_deferred_block, bool is_exceptional_call_output) DefineAsFixedSpillOperand() argument
558 DefineAsUnallocatedOperand( int virtual_register, MachineRepresentation rep, int instr_index, bool is_deferred_block, bool is_exceptional_call_output) DefineAsUnallocatedOperand() argument
565 DefineAsPhi(int virtual_register, MachineRepresentation rep, int instr_index, bool is_deferred_block) DefineAsPhi() argument
1314 Add(RegisterIndex reg, MachineRepresentation rep) Add() argument
1318 Clear(RegisterIndex reg, MachineRepresentation rep) Clear() argument
1787 MachineRepresentation rep = vreg_data.rep(); MergeStateFrom() local
1883 SpillRegisterAtMerge( RegisterState* reg_state, RegisterIndex reg, MachineRepresentation rep) SpillRegisterAtMerge() argument
1955 MachineRepresentation rep = UpdateVirtualRegisterState() local
1983 MachineRepresentation rep = VirtualRegisterDataFor(virtual_register).rep(); CheckConsistency() local
2057 AssignRegister(RegisterIndex reg, int virtual_register, MachineRepresentation rep, UsePosition pos) AssignRegister() argument
2069 MarkRegisterUse(RegisterIndex reg, MachineRepresentation rep, UsePosition pos) MarkRegisterUse() argument
2080 FreeRegister(RegisterIndex reg, int virtual_register, MachineRepresentation rep) FreeRegister() argument
2093 MachineRepresentation rep = virtual_register.rep(); ChooseRegisterFor() local
2120 ChooseRegisterFor( MachineRepresentation rep, UsePosition pos, bool must_use_register) ChooseRegisterFor() argument
2144 IsValidForRep(RegisterIndex reg, MachineRepresentation rep) IsValidForRep() argument
2163 ChooseFreeRegister( MachineRepresentation rep, UsePosition pos) ChooseFreeRegister() argument
2172 ChooseFreeRegister( const RegisterBitVector& allocated_regs, MachineRepresentation rep) ChooseFreeRegister() argument
2193 ChooseRegisterToSpill( MachineRepresentation rep, UsePosition pos) ChooseRegisterToSpill() argument
2238 CommitRegister(RegisterIndex reg, int virtual_register, MachineRepresentation rep, InstructionOperand* operand, UsePosition pos) CommitRegister() argument
2257 MachineRepresentation rep = VirtualRegisterDataFor(virtual_register).rep(); SpillRegister() local
2263 SpillRegisterAndPotentialSimdSibling( RegisterIndex reg, MachineRepresentation rep) SpillRegisterAndPotentialSimdSibling() argument
2331 AllocatedOperandForReg( RegisterIndex reg, MachineRepresentation rep) AllocatedOperandForReg() argument
2561 MachineRepresentation rep = input_vreg_data.rep(); AllocateSameInputOutput() local
2583 AllocateTemp(UnallocatedOperand* operand, int virtual_register, MachineRepresentation rep, int instr_index) AllocateTemp() argument
2622 ReserveFixedInputRegister( const UnallocatedOperand* operand, int virtual_register, MachineRepresentation rep, int instr_index) ReserveFixedInputRegister() argument
2630 ReserveFixedTempRegister( const UnallocatedOperand* operand, int virtual_register, MachineRepresentation rep, int instr_index) ReserveFixedTempRegister() argument
2637 ReserveFixedOutputRegister( const UnallocatedOperand* operand, int virtual_register, MachineRepresentation rep, int instr_index) ReserveFixedOutputRegister() argument
2644 ReserveFixedRegister( const UnallocatedOperand* operand, int virtual_register, MachineRepresentation rep, int instr_index, UsePosition pos) ReserveFixedRegister() argument
2889 MachineRepresentation rep = RepresentationFor(virtual_register); DefineOutputs() local
2897 MachineRepresentation rep = RepresentationFor(virtual_register); DefineOutputs() local
2930 MachineRepresentation rep = RepresentationFor(virtual_register); DefineOutputs() local
3082 MachineRepresentation rep = AllocateRegisters() local
3157 AllocatorFor( MachineRepresentation rep) AllocatorFor() argument
3195 MachineRepresentation rep = ReserveFixedRegisters() local
3385 MachineRepresentation rep = virtual_register->rep(); Allocate() local
[all...]
H A Dregister-allocator.cc293 LiveRange::LiveRange(int relative_id, MachineRepresentation rep, in LiveRange() argument
811 TopLevelLiveRange::TopLevelLiveRange(int vreg, MachineRepresentation rep) in TopLevelLiveRange() argument
1491 void TopTierRegisterAllocationData::MarkFixedUse(MachineRepresentation rep, in MarkFixedUse() argument
1391 NewLiveRange( int index, MachineRepresentation rep) NewLiveRange() argument
1525 HasFixedUse(MachineRepresentation rep, int index) HasFixedUse() argument
1559 MarkAllocated(MachineRepresentation rep, int index) MarkAllocated() argument
1610 MachineRepresentation rep = InstructionSequence::DefaultRepresentation(); AllocateFixed() local
1937 FixedFPLiveRangeID(int index, MachineRepresentation rep) FixedFPLiveRangeID() argument
1966 MachineRepresentation rep = InstructionSequence::DefaultRepresentation(); FixedLiveRangeFor() local
1979 FixedFPLiveRangeFor( int index, MachineRepresentation rep, SpillMode spill_mode) FixedFPLiveRangeFor() argument
3322 CheckConflict(MachineRepresentation rep, int reg, RangeWithRegisterSet* to_be_live) CheckConflict() argument
3996 GetFPRegisterSet(MachineRepresentation rep, int* num_regs, int* num_codes, const int** codes) const GetFPRegisterSet() argument
4027 MachineRepresentation rep = range->representation(); FindFreeRegistersForRange() local
4148 MachineRepresentation rep = current->representation(); PickRegisterThatIsAvailableLongest() local
4247 MachineRepresentation rep = current->representation(); AllocateBlockedReg() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc160 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
281 MachineRepresentation rep = store_rep.representation(); in VisitStoreCommon() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc131 bool CanBeLoadStoreShiftImmediate(Node* node, MachineRepresentation rep) { in CanBeLoadStoreShiftImmediate() argument
574 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
369 TryMatchLoadStoreShift(Arm64OperandGenerator* g, InstructionSelector* selector, MachineRepresentation rep, Node* node, Node* index, InstructionOperand* index_op, InstructionOperand* shift_immediate_op) TryMatchLoadStoreShift() argument
587 EmitLoad(InstructionSelector* selector, Node* node, InstructionCode opcode, ImmediateMode immediate_mode, MachineRepresentation rep, Node* output = nullptr) EmitLoad() argument
780 MachineRepresentation rep = load_rep.representation(); VisitLoad() local
871 MachineRepresentation rep = store_rep.representation(); VisitStore() local
1948 MachineRepresentation rep = load_rep.representation(); VisitChangeInt32ToInt64() local
2694 MachineRepresentation rep = store_params.representation(); VisitAtomicStore() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc77 MachineRepresentation rep = in CanBeMemoryOperand() local
471 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
617 GetStoreOpcode(MachineRepresentation rep) GetStoreOpcode() argument
645 GetSeqCstStoreOpcode(MachineRepresentation rep) GetSeqCstStoreOpcode() argument
661 VisitAtomicExchange(InstructionSelector* selector, Node* node, ArchOpcode opcode, MachineRepresentation rep) VisitAtomicExchange() argument
693 MachineRepresentation rep = store_rep.representation(); VisitStoreCommon() local
1710 VisitAtomicBinOp(InstructionSelector* selector, Node* node, ArchOpcode opcode, MachineRepresentation rep) VisitAtomicBinOp() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc229 MachineRepresentation rep = in Initialize() local
339 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
493 MachineRepresentation rep in VisitStore() local
1970 MachineRepresentation rep = store_params.representation(); VisitAtomicStore() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc235 MachineRepresentation rep = in Initialize() local
356 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
585 MachineRepresentation rep = store_rep.representation(); VisitStore() local
1827 UnalignedStoreRepresentation rep = UnalignedStoreRepresentationOf(node->op()); VisitUnalignedStore() local
2599 MachineRepresentation rep = store_params.representation(); VisitWord32AtomicStore() local
2669 MachineRepresentation rep = store_params.representation(); VisitWord64AtomicStore() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1328 MachineRepresentation rep = MachineRepresentationOf<T>::value; in StoreReference() local
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2841 MachineRepresentation rep = type.mem_rep(); in StoreLane() local
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1759 MachineRepresentation rep = type.mem_rep(); in StoreLane() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c1908 struct ureg_src rep = tx_src_param(tx, &tx->insn.src[0]); in DECL_SPECIAL() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h765 struct mlx5_eswitch_rep *rep; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2682 struct mlx5_eswitch_rep *rep; in parse_cls_flower() local
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c66 U32 rep[ZSTD_REP_NUM]; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1443 u8 reg, div, rep, sel_clk; in tda998x_bridge_mode_set() local
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dtwl.h615 bool rep; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3042 struct mlx5_eswitch_rep *rep; in parse_cls_flower() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1446 u8 reg, div, rep, sel_clk; in tda998x_bridge_mode_set() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h873 struct mlx5_eswitch_rep *rep; member
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c1293 wg_repack_result rep = repack_invocations_in_workgroup(b, es_accepted, ngg_scratch_lds_base_addr, in add_deferred_attribute_culling() local
2004 wg_repack_result rep = repack_invocations_in_workgroup(b, vertex_live, s->lds_addr_gs_scratch, s->max_num_waves, s->wave_size); in ngg_gs_finale() local
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c6802 Rq_elem *rep = &rel; in read_write_thread() local
6925 normal_in_operation(Rq_coll * clp, Rq_elem * rep, int blocks) normal_in_operation() argument
6968 normal_out_operation(Rq_coll * clp, Rq_elem * rep, int blocks) normal_out_operation() argument
7001 sg_in_operation(Rq_coll * clp, Rq_elem * rep) sg_in_operation() argument
7069 sg_out_operation(Rq_coll * clp, Rq_elem * rep) sg_out_operation() argument
7137 sg_start_io(Rq_elem * rep) sg_start_io() argument
7184 sg_finish_io(int wr, Rq_elem * rep, pthread_mutex_t * a_mutp) sg_finish_io() argument
[all...]

Completed in 111 milliseconds

1...<<111213141516