Home
last modified time | relevance | path

Searched defs:rep (Results 126 - 150 of 168) sorted by relevance

1234567

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc1562 MachineRepresentation rep = to_one_byte ? MachineRepresentation::kWord8 in CopyStringCharacters() local
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c829 unsigned rep = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in print_vector_field() local
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h367 Rep* rep() const { in rep() function in google::protobuf::final
386 void InternalDeallocate(Rep* rep, int size) { in InternalDeallocate() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc139 static int Depth(const CordRep* rep) { in Depth() argument
172 CordRepConcat* rep = new CordRepConcat(); in RawConcat() local
180 CordRep* rep = RawConcat(left, right); in Concat() local
239 CordRepFlat* rep = CordRepFlat::New(len + alloc_hint); NewTree() local
251 InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep) InitializeCordRepExternal() argument
267 CordRepSubstring* rep = new CordRepSubstring(); NewSubstring() local
297 auto* rep = CordRepFromString() local
343 ForceBtree(CordRep* rep) ForceBtree() argument
482 CordRep* rep = root ? root : MakeFlatWithExtraCapacity(extra); GetAppendRegion() local
505 RepMemoryUsageDataEdge(const CordRep* rep, size_t* total_mem_usage) RepMemoryUsageDataEdge() argument
531 RepMemoryUsageLeaf(const CordRep* rep, size_t* total_mem_usage) RepMemoryUsageLeaf() argument
586 CordRep* rep = NewTree(src.data(), n, 0); Cord() local
596 CordRep* rep = CordRepFromString(std::forward<T>(src)); Cord() local
623 CordRep* rep = CordRepFromString(std::move(src)); AssignLargeString() local
674 CordRep* rep = tree(); AppendArray() local
740 CordRep* rep = contents_.tree(); TakeRep() local
752 CordRep* rep = std::forward<C>(src).TakeRep(); AppendImpl() local
788 CordRep* rep = std::forward<C>(src).TakeRep(); AppendImpl() local
805 CordRep* rep = CordRepFromString(std::forward<T>(src)); Append() local
839 CordRep* rep = NewTree(src.data(), src.size(), 0); Prepend() local
848 CordRep* rep = CordRepFromString(std::forward<T>(src)); Prepend() local
1551 CordRep* rep; AdvanceAndReadBytes() local
1784 GetFlatAux(CordRep* rep, absl::string_view* fragment) GetFlatAux() argument
1812 ForEachChunkAux( absl::cord_internal::CordRep* rep, absl::FunctionRef<void(absl::string_view)> callback) ForEachChunkAux() argument
1865 DumpNode(CordRep* rep, bool include_data, std::ostream* os, int indent) DumpNode() argument
1963 MemoryUsageAux(const CordRep* rep) MemoryUsageAux() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashdec.c596 static int parse_manifest_segmenturlnode(AVFormatContext *s, struct representation *rep, in parse_manifest_segmenturlnode() argument
662 static int parse_manifest_segmenttimeline(AVFormatContext *s, struct representation *rep, in parse_manifest_segmenttimeline() argument
837 struct representation *rep = NULL; parse_manifest_representation() local
2026 struct representation *rep; dash_read_header() local
2170 struct representation *rep = NULL; dash_read_packet() local
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1935 CFolderRepack rep; in Update() local
2270 const CFolderRepack &rep = group.folderRefs[folderRefIndex]; in Update() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c845 struct qreg rep = ntq_get_src(c, in ntq_emit_pack_unorm_4x8() local
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2684 MachineRepresentation rep = type.mem_rep(); in StoreLane() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3406 FlowInstruction *rep = bf->getExit()->asFlow(); in tryPropagateBranch() local
[all...]
/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...]
/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...]

Completed in 98 milliseconds

1234567