Home
last modified time | relevance | path

Searched defs:rep (Results 151 - 175 of 186) sorted by relevance

12345678

/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc493 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
647 ArchOpcode GetStoreOpcode(MachineRepresentation rep) { in GetStoreOpcode() argument
675 ArchOpcode GetAtomicStoreOpcode(MachineRepresentation rep) { in GetAtomicStoreOpcode() argument
700 MachineRepresentation rep in VisitStoreCommon() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc272 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
406 MachineRepresentation rep = store_rep.representation(); in VisitStore() local
1457 UnalignedStoreRepresentation rep = UnalignedStoreRepresentationOf(node->op()); in VisitUnalignedStore() local
1949 MachineRepresentation rep in VisitWord32AtomicStore() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc330 EmitStore(TurboAssembler* tasm, Operand operand, Register value, MachineRepresentation rep) EmitStore() argument
389 EmitStore(TurboAssembler* tasm, Operand operand, Immediate value, MachineRepresentation rep) EmitStore() argument
516 GetTSANValueRegister(TurboAssembler* tasm, Register value, X64OperandConverter& i, MachineRepresentation rep) GetTSANValueRegister() argument
535 GetTSANValueRegister( TurboAssembler* tasm, Immediate value, X64OperandConverter& i, MachineRepresentation rep) GetTSANValueRegister() argument
548 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
634 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
4592 MachineRepresentation rep = AssembleArchSelect() local
5034 MachineRepresentation rep = AssembleMove() local
5066 MachineRepresentation rep = AssembleMove() local
5085 MachineRepresentation rep = AssembleMove() local
5174 MachineRepresentation rep = AssembleSwap() local
5191 MachineRepresentation rep = AssembleSwap() local
[all...]
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 Dcode-assembler.cc767 void CodeAssembler::StoreToObject(MachineRepresentation rep, in StoreToObject() argument
791 void CodeAssembler::OptimizedStoreField(MachineRepresentation rep, in OptimizedStoreField() argument
830 void CodeAssembler::StoreNoWriteBarrier(MachineRepresentation rep, Nod argument
798 OptimizedStoreFieldAssertNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldAssertNoWriteBarrier() argument
805 OptimizedStoreFieldUnsafeNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldUnsafeNoWriteBarrier() argument
837 StoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) StoreNoWriteBarrier() argument
846 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* value) UnsafeStoreNoWriteBarrier() argument
851 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) UnsafeStoreNoWriteBarrier() argument
874 AtomicStore(MachineRepresentation rep, AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset, TNode<Word32T> value) AtomicStore() argument
1373 Impl(MachineRepresentation rep, CodeAssemblerState::VariableId id) Impl() argument
1405 CodeAssemblerVariable(CodeAssembler* assembler, MachineRepresentation rep) CodeAssemblerVariable() argument
1413 CodeAssemblerVariable(CodeAssembler* assembler, MachineRepresentation rep, Node* initial_value) CodeAssemblerVariable() argument
1421 CodeAssemblerVariable(CodeAssembler* assembler, AssemblerDebugInfo debug_info, MachineRepresentation rep) CodeAssemblerVariable() argument
1431 CodeAssemblerVariable(CodeAssembler* assembler, AssemblerDebugInfo debug_info, MachineRepresentation rep, Node* initial_value) CodeAssemblerVariable() argument
1466 MachineRepresentation CodeAssemblerVariable::rep() const { return impl_->rep_; } rep() function in v8::internal::compiler::CodeAssemblerVariable
1668 CreatePhi( MachineRepresentation rep, const std::vector<Node*>& inputs) CreatePhi() argument
[all...]
H A Draw-machine-assembler.h99 Node* StackSlot(MachineRepresentation rep, int alignment = 0) { in StackSlot() argument
174 Node* Store(MachineRepresentation rep, Node* base, Node* value, in Store() argument
178 Node* Store(MachineRepresentation rep, Node* base, Node* index, Node* value, in Store() argument
183 void StoreToObject(MachineRepresentation rep, Node* object, Node* offset, in StoreToObject() argument
190 void OptimizedStoreField(MachineRepresentation rep, Node* object, int offset, in OptimizedStoreField() argument
214 MachineRepresentation rep = type.representation(); UnalignedLoad() local
223 UnalignedStore(MachineRepresentation rep, Node* base, Node* value) UnalignedStore() argument
226 UnalignedStore(MachineRepresentation rep, Node* base, Node* index, Node* value) UnalignedStore() argument
242 AtomicLoad(AtomicLoadParameters rep, Node* base, Node* index) AtomicLoad() argument
248 AtomicLoad64(AtomicLoadParameters rep, Node* base, Node* index) AtomicLoad64() argument
935 StoreToPointer(void* address, MachineRepresentation rep, Node* node) StoreToPointer() argument
942 UnalignedStoreToPointer(void* address, MachineRepresentation rep, Node* node) UnalignedStoreToPointer() argument
1055 Phi(MachineRepresentation rep, Node* n1, Node* n2) Phi() argument
1058 Phi(MachineRepresentation rep, Node* n1, Node* n2, Node* n3) Phi() argument
1061 Phi(MachineRepresentation rep, Node* n1, Node* n2, Node* n3, Node* n4) Phi() argument
[all...]
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/s390/
H A Dcode-generator-s390.cc1966 MachineRepresentation rep = op->representation(); in AssembleArchInstruction() local
3708 MachineRepresentation rep = LocationOperand::cast(source)->representation(); in AssembleConstructFrame() local
H A Dinstruction-selector-s390.cc153 MachineRepresentation rep = in CanBeMemoryOperand() local
685 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
721 VisitGeneralStore( InstructionSelector* selector, Node* node, MachineRepresentation rep, WriteBarrierKind write_barrier_kind = kNoWriteBarrier) VisitGeneralStore() argument
824 MachineRepresentation rep = store_rep.representation(); VisitStore() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc229 MachineRepresentation rep = in Initialize() local
343 StackSlotRepresentation rep = StackSlotRepresentationOf(node->op()); in VisitStackSlot() local
529 MachineRepresentation rep = store_rep.representation(); VisitStore() local
1889 UnalignedStoreRepresentation rep = UnalignedStoreRepresentationOf(node->op()); VisitUnalignedStore() local
2217 MachineRepresentation rep = store_params.representation(); VisitWord32Compare() local
[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...]
/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

12345678