Home
last modified time | relevance | path

Searched defs:slot (Results 301 - 325 of 425) sorted by relevance

1...<<11121314151617

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc572 auto& slot = debug_side_tables_[code]; in GetDebugSideTable() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1991 fix_io_uint_type(nir_shader *s, nir_variable_mode modes, int slot) in fix_io_uint_type() argument
2022 int slot = u_bit_scan64(&in_mask); in dxil_nir_fix_io_uint_type() local
2028 int slot = u_bit_scan64(&out_mask); in dxil_nir_fix_io_uint_type() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp917 NVC0LoweringPass::loadTexHandle(Value *ptr, unsigned int slot) in loadTexHandle() argument
1829 NVC0LoweringPass::loadSuInfo32(Value *ptr, int slot, uint32_t off, bool bindless) in loadSuInfo32() argument
1852 NVC0LoweringPass::loadMsAdjInfo32(TexInstruction::Target target, uint32_t index, int slot, Value *ind, bool bindless) in loadMsAdjInfo32() argument
1919 int slot = suq->tex.r; in handleSUQ() local
1958 int slot = tex->tex.r; adjustCoordinatesMS() local
2004 const int slot = su->tex.r; processSurfaceCoordsNVE4() local
2401 const int slot = su->tex.r; processSurfaceCoordsNVC0() local
2605 const int slot = su->tex.r; processSurfaceCoordsGM107() local
[all...]
H A Dnv50_ir_ra.cpp1510 Symbol *slot = NULL; in selectRegisters() local
1649 SpillSlot slot; in assignSlot() local
1716 spill(Instruction *defi, Value *slot, LValue *lval) spill() argument
1757 unspill(Instruction *usei, LValue *lval, Value *slot) unspill() argument
1833 Value *slot = mem ? run() local
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c202 unsigned int slot; /* ABS_MT_SLOT */ member
1432 int slot = libinput_event_touch_get_seat_slot(t); in handle_event_touch() local
/third_party/lwip/src/apps/mdns/
H A Dmdns.c2195 s8_t slot = -1; in mdns_resp_add_service() local
2242 mdns_resp_del_service(struct netif *netif, s8_t slot) in mdns_resp_del_service() argument
2267 mdns_resp_rename_service(struct netif *netif, s8_t slot, const char *name) mdns_resp_rename_service() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc248 MemOperand SlotToMemOperand(int slot, TurboAssembler* tasm) const { in SlotToMemOperand() argument
1514 int slot = i.InputInt32(2) - 1; in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc832 GetSlotAboveSPBeforeTailCall(Instruction* instr, int* slot) GetSlotAboveSPBeforeTailCall() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1724 int slot = i.InputInt32(1); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/
H A Djs-generic-lowering.cc131 Node* slot = jsgraph()->UintPtrConstant(p.feedback().slot.ToInt()); in ReplaceUnaryOpWithBuiltinCall() local
142 node->InsertInput(zone(), 2, slot); in ReplaceUnaryOpWithBuiltinCall() local
168 Node* slot = jsgraph()->UintPtrConstant(p.feedback().slot.ToInt()); in ReplaceBinaryOpWithBuiltinCall() local
173 node->InsertInput(zone(), 2, slot); in ReplaceBinaryOpWithBuiltinCall() local
219 Node* slot = jsgraph()->UintPtrConstant(p.feedback().slot.ToInt()); in LowerJSStrictEqual() local
224 node->InsertInput(zone(), 2, slot); in LowerJSStrictEqual() local
1070 Node* slot = LowerJSForInPrepare() local
1128 node->InsertInput(zone(), n.FeedbackVectorIndex(), slot); LowerJSForInPrepare() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc64 Operand SlotToOperand(int slot, int extra = 0) { in SlotToOperand() argument
1741 int slot = MiscField::decode(instr->opcode()); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc1206 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); in TF_BUILTIN() local
1217 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); in TF_BUILTIN() local
H A Dbuiltins-internal-gen.cc176 void InsertIntoRememberedSet(TNode<IntPtrT> object, TNode<IntPtrT> slot, in InsertIntoRememberedSet() argument
259 auto slot = in GenerationalWriteBarrier() local
309 auto slot in IncrementalWriteBarrier() local
315 IncrementalWriteBarrier(TNode<IntPtrT> slot, TNode<IntPtrT> value, SaveFPRegsMode fp_mode) IncrementalWriteBarrier() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h1657 void Isolate::SetData(uint32_t slot, void* data) { in SetData() argument
1662 void* Isolate::GetData(uint32_t slot) { in GetData() argument
1674 auto slot = GetDataFromSnapshotOnce(index); in GetDataFromSnapshotOnce() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.h1980 static bool EncodeBitField(uint32_t argc, uintptr_t slot, uint32_t* out) { in EncodeBitField() argument
/third_party/node/deps/v8/include/
H A Dv8-isolate.h1685 void Isolate::SetData(uint32_t slot, void* data) { in SetData() argument
1690 void* Isolate::GetData(uint32_t slot) { in GetData() argument
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc706 FeedbackSlot slot = it.Next(); in RecordVirtualFeedbackVectorDetails() local
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc259 os << "{feedback={vector_index=" << literal_index << ", slot=" << slot in TranslationArrayPrintSingleFrame() local
1399 InitializeObjectAt(TranslatedValue* slot) InitializeObjectAt() argument
1425 TranslatedValue* slot = &(frame->values_[value_index]); InitializeCapturedObjectAt() local
1497 EnsureObjectAllocatedAt(TranslatedValue* slot) EnsureObjectAllocatedAt() argument
1519 MaterializeFixedDoubleArray(TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map) MaterializeFixedDoubleArray() argument
1543 MaterializeHeapNumber(TranslatedFrame* frame, int* value_index, TranslatedValue* slot) MaterializeHeapNumber() argument
1567 TranslatedValue* slot = &(frame->values_[*value_index]); SkipSlots() local
1584 TranslatedValue* slot = &(frame->values_[value_index]); EnsureCapturedObjectAllocatedAt() local
1781 AllocateStorageFor(TranslatedValue* slot) AllocateStorageFor() argument
1794 EnsureJSObjectAllocated(TranslatedValue* slot, Handle<Map> map) EnsureJSObjectAllocated() argument
1820 TranslatedValue* slot = frame->ValueAt(value_index); GetResolvedSlot() local
1830 TranslatedValue* slot = GetResolvedSlot(frame, *value_index); GetResolvedSlotAndAdvance() local
1837 TranslatedValue* slot = GetResolvedSlot(frame, *value_index); GetValueAndAdvance() local
1842 InitializeJSObjectAt( TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map, const DisallowGarbageCollection& no_gc) InitializeJSObjectAt() argument
1890 InitializeObjectWithTaggedFieldsAt( TranslatedFrame* frame, int* value_index, TranslatedValue* slot, Handle<Map> map, const DisallowGarbageCollection& no_gc) InitializeObjectWithTaggedFieldsAt() argument
1928 ResolveCapturedObject(TranslatedValue* slot) ResolveCapturedObject() argument
2099 TranslatedValue* slot = GetValueByObjectIndex(i); VerifyMaterializedObjects() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc236 TNode<TaggedIndex> slot in IGNITION_HANDLER() local
563 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); IGNITION_HANDLER() local
581 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); IGNITION_HANDLER() local
603 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); SetNamedProperty() local
653 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); IGNITION_HANDLER() local
685 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); IGNITION_HANDLER() local
709 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); IGNITION_HANDLER() local
739 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(3); IGNITION_HANDLER() local
1704 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); IGNITION_HANDLER() local
2260 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); IGNITION_HANDLER() local
2280 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); IGNITION_HANDLER() local
2322 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(0); IGNITION_HANDLER() local
2369 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(1); IGNITION_HANDLER() local
2434 TNode<TaggedIndex> slot = BytecodeOperandIdxTaggedIndex(2); IGNITION_HANDLER() local
2455 TNode<UintPtrT> slot = BytecodeOperandIdx(1); IGNITION_HANDLER() local
2472 TNode<UintPtrT> slot = BytecodeOperandIdx(1); IGNITION_HANDLER() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc25 int slot = slot_count(); in AddSlot() local
35 FeedbackSlot slot = AddSlot(FeedbackSlotKind::kTypeProfile); in AddTypeProfileSlot() local
42 FeedbackSlot slot = in HasTypeProfileSlot() local
73 SetKind(FeedbackSlot slot, FeedbackSlotKind kind) SetKind() argument
202 FeedbackSlot slot = HasTypeProfileSlot() local
213 GetKind(FeedbackSlot slot, AcquireLoadTag tag) const GetKind() argument
221 FeedbackSlot slot = GetTypeProfileSlot() local
446 MaybeObject slot = maybe_optimized_code(kAcquireLoad); EvictOptimizedCodeMarkedForDeoptimization() local
467 FeedbackSlot slot = iter.Next(); ClearSlots() local
517 FeedbackNexus(Handle<FeedbackVector> vector, FeedbackSlot slot) FeedbackNexus() argument
525 FeedbackNexus(FeedbackVector vector, FeedbackSlot slot) FeedbackNexus() argument
533 FeedbackNexus(Handle<FeedbackVector> vector, FeedbackSlot slot, const NexusConfig& config) FeedbackNexus() argument
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.cc154 void Serializer::SerializeRootObject(FullObjectSlot slot) { in SerializeRootObject() argument
269 void Serializer::PutSmiRoot(FullObjectSlot slot) { in PutSmiRoot() argument
938 VisitCodePointer(HeapObject host, CodeObjectSlot slot) VisitCodePointer() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h455 VarState slot = cache_state_.stack_state.back(); local
1719 SlotSizeInBytes(const Slot& slot) SlotSizeInBytes() argument
[all...]
H A Dliftoff-assembler.cc538 int GetSafepointIndexForStackSlot(const VarState& slot) { in GetSafepointIndexForStackSlot() argument
625 LoadToRegister(VarState slot, LiftoffRegList pinned) LoadToRegister() argument
638 LoadI64HalfIntoRegister(VarState slot, RegPairHalf half) LoadI64HalfIntoRegister() argument
659 VarState& slot = cache_state_.stack_state.end()[-1 - index]; PeekToRegister() local
672 VarState slot = cache_state_.stack_state.back(); DropValues() local
691 VarState& slot = cache_state_.stack_state.end()[-1 - i]; PrepareLoopArgs() local
868 Spill(VarState* slot) Spill() argument
891 auto& slot = cache_state_.stack_state[i]; SpillAllRegisters() local
952 const VarState& slot = slots[param]; PrepareStackTransfers() local
1202 VarState& slot = slots[i]; MoveToReturnLocations() local
1228 VarState& slot = slots[i]; MoveToReturnLocations() local
1339 auto* slot = &cache_state_.stack_state[idx]; SpillRegister() local
1367 operator <<(std::ostream& os, VarState slot) operator <<() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c415 unsigned slot = 0; in update_so_info() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h397 uint slot[DRAW_MAX_EXTRA_SHADER_OUTPUTS]; member

Completed in 68 milliseconds

1...<<11121314151617