Home
last modified time | relevance | path

Searched refs:ValueKind (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h242 InstrProfValueKind ValueKind, uint32_t SiteIndx,
248 InstrProfValueKind ValueKind, uint32_t MaxMDCount);
254 InstrProfValueKind ValueKind,
680 void overlap(InstrProfValueSiteRecord &Input, uint32_t ValueKind,
713 /// Return the number of instrumented sites for ValueKind.
714 inline uint32_t getNumValueSites(uint32_t ValueKind) const;
716 /// Return the total number of ValueData for ValueKind.
717 inline uint32_t getNumValueData(uint32_t ValueKind) const;
719 /// Return the number of value data collected for ValueKind at profiling
721 inline uint32_t getNumValueDataForSite(uint32_t ValueKind,
880 getNumValueDataForSite(uint32_t ValueKind, uint32_t Site) const getNumValueDataForSite() argument
886 getValueForSite(uint32_t ValueKind, uint32_t Site, uint64_t *TotalC) const getValueForSite() argument
902 getValueForSite(InstrProfValueData Dest[], uint32_t ValueKind, uint32_t Site) const getValueForSite() argument
916 reserveSites(uint32_t ValueKind, uint32_t NumValueSites) reserveSites() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAMDGPUMetadata.cpp51 struct ScalarEnumerationTraits<ValueKind> {
52 static void enumeration(IO &YIO, ValueKind &EN) { in enumeration()
53 YIO.enumCase(EN, "ByValue", ValueKind::ByValue); in enumeration()
54 YIO.enumCase(EN, "GlobalBuffer", ValueKind::GlobalBuffer); in enumeration()
55 YIO.enumCase(EN, "DynamicSharedPointer", ValueKind::DynamicSharedPointer); in enumeration()
56 YIO.enumCase(EN, "Sampler", ValueKind::Sampler); in enumeration()
57 YIO.enumCase(EN, "Image", ValueKind::Image); in enumeration()
58 YIO.enumCase(EN, "Pipe", ValueKind::Pipe); in enumeration()
59 YIO.enumCase(EN, "Queue", ValueKind::Queue); in enumeration()
60 YIO.enumCase(EN, "HiddenGlobalOffsetX", ValueKind in enumeration()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp102 ValueKind MetadataStreamerV2::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind()
105 return ValueKind::Pipe; in getValueKind()
107 return StringSwitch<ValueKind>(BaseTypeName) in getValueKind()
108 .Case("image1d_t", ValueKind::Image) in getValueKind()
109 .Case("image1d_array_t", ValueKind::Image) in getValueKind()
110 .Case("image1d_buffer_t", ValueKind::Image) in getValueKind()
111 .Case("image2d_t", ValueKind::Image) in getValueKind()
112 .Case("image2d_array_t", ValueKind::Image) in getValueKind()
113 .Case("image2d_array_depth_t", ValueKind::Image) in getValueKind()
114 .Case("image2d_array_msaa_t", ValueKind in getValueKind()
361 emitKernelArg(const DataLayout &DL, Type *Ty, ValueKind ValueKind, unsigned PointeeAlign, StringRef Name, StringRef TypeName, StringRef BaseTypeName, StringRef AccQual, StringRef TypeQual) emitKernelArg() argument
785 emitKernelArg(const DataLayout &DL, Type *Ty, StringRef ValueKind, unsigned &Offset, msgpack::ArrayDocNode Args, unsigned PointeeAlign, StringRef Name, StringRef TypeName, StringRef BaseTypeName, StringRef AccQual, StringRef TypeQual) emitKernelArg() argument
[all...]
H A DAMDGPUHSAMetadataStreamer.h90 void emitKernelArg(const DataLayout &DL, Type *Ty, StringRef ValueKind,
133 ValueKind getValueKind(Type *Ty, StringRef TypeQual,
161 void emitKernelArg(const DataLayout &DL, Type *Ty, ValueKind ValueKind,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp502 uint32_t ValueKind, in overlap()
515 Overlap.Base.ValueCounts[ValueKind], in overlap()
516 Overlap.Test.ValueCounts[ValueKind]); in overlap()
518 I->Count, J->Count, FuncLevelOverlap.Base.ValueCounts[ValueKind], in overlap()
519 FuncLevelOverlap.Test.ValueCounts[ValueKind]); in overlap()
527 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap()
528 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; in overlap()
532 void InstrProfRecord::overlapValueProfData(uint32_t ValueKind, in overlapValueProfData() argument
536 uint32_t ThisNumValueSites = getNumValueSites(ValueKind); in overlapValueProfData()
537 assert(ThisNumValueSites == Other.getNumValueSites(ValueKind)); in overlapValueProfData()
501 overlap(InstrProfValueSiteRecord &Input, uint32_t ValueKind, OverlapStats &Overlap, OverlapStats &FuncLevelOverlap) overlap() argument
636 mergeValueProfData( uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, function_ref<void(instrprof_error)> Warn) mergeValueProfData() argument
676 scaleValueProfData( uint32_t ValueKind, uint64_t Weight, function_ref<void(instrprof_error)> Warn) scaleValueProfData() argument
696 remapValue(uint64_t Value, uint32_t ValueKind, InstrProfSymtab *SymTab) remapValue() argument
707 addValueData(uint32_t ValueKind, uint32_t Site, InstrProfValueData *VData, uint32_t N, InstrProfSymtab *ValueMap) addValueData() argument
931 annotateValueSite(Module &M, Instruction &Inst, const InstrProfRecord &InstrProfR, InstrProfValueKind ValueKind, uint32_t SiteIdx, uint32_t MaxMDCount) annotateValueSite() argument
947 annotateValueSite(Module &M, Instruction &Inst, ArrayRef<InstrProfValueData> VDs, uint64_t Sum, InstrProfValueKind ValueKind, uint32_t MaxMDCount) annotateValueSite() argument
976 getValueProfDataFromInst(const Instruction &Inst, InstrProfValueKind ValueKind, uint32_t MaxNumValueData, InstrProfValueData ValueData[], uint32_t &ActualNumValueData, uint64_t &TotalC) getValueProfDataFromInst() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h185 enum ValueKind : uint8_t {
191 constexpr bool is_numeric(ValueKind kind) { in is_numeric()
203 constexpr bool is_reference(ValueKind kind) { in is_reference()
207 constexpr bool is_object_reference(ValueKind kind) { in is_object_reference()
211 constexpr int value_kind_size_log2(ValueKind kind) { in value_kind_size_log2()
223 constexpr int value_kind_size(ValueKind kind) { in value_kind_size()
236 constexpr int value_kind_full_size(ValueKind kind) { in value_kind_full_size()
244 constexpr char short_name(ValueKind kind) { in short_name()
254 constexpr const char* name(ValueKind kind) { in name()
265 constexpr MachineType machine_type(ValueKind kin
[all...]
H A Dvalue-type.cc13 base::Optional<wasm::ValueKind> WasmReturnTypeFromSignature( in WasmReturnTypeFromSignature()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h103 static constexpr ValueKind kPointerKind =
105 static constexpr ValueKind kTaggedKind =
107 static constexpr ValueKind kSmiKind = kTaggedKind;
109 using ValueKindSig = Signature<ValueKind>;
115 explicit VarState(ValueKind kind, int offset) in VarState()
117 explicit VarState(ValueKind kind, LiftoffRegister r, int offset) in VarState()
121 explicit VarState(ValueKind kind, int32_t i32_const, int offset) in VarState()
135 ValueKind kind() const { return kind_; } in kind()
190 ValueKind kind_;
467 ValueKind kin in PopToModifiableRegister()
[all...]
H A Dliftoff-assembler.cc29 constexpr ValueKind LiftoffAssembler::kPointerKind;
30 constexpr ValueKind LiftoffAssembler::kTaggedKind;
31 constexpr ValueKind LiftoffAssembler::kSmiKind;
38 ValueKind kind;
39 constexpr RegisterMove(LiftoffRegister src, ValueKind kind) in RegisterMove()
53 ValueKind kind;
66 static RegisterLoad Stack(int32_t offset, ValueKind kind) { in Stack()
73 // ValueKind does not matter. in Nop()
78 RegisterLoad(LoadKind load_kind, ValueKind kind, int32_t value) in RegisterLoad()
166 void MoveRegister(LiftoffRegister dst, LiftoffRegister src, ValueKind kin
[all...]
H A Dliftoff-compiler.cc91 constexpr ValueKind kPointerKind = LiftoffAssembler::kPointerKind;
92 constexpr ValueKind kSmiKind = LiftoffAssembler::kSmiKind;
93 constexpr ValueKind kTaggedKind = LiftoffAssembler::kTaggedKind;
96 using MakeSig = FixedSizeSignature<ValueKind>;
376 class MostlySmallValueKindSig : public Signature<ValueKind> {
379 : Signature<ValueKind>(sig->return_count(), sig->parameter_count(), in MostlySmallValueKindSig()
385 static ValueKind* MakeKinds(ValueKind* storage, Zone* zone, in MakeKinds()
389 storage = zone->NewArray<ValueKind>(size); in MakeKinds()
396 ValueKind inline_storage
[all...]
H A Dliftoff-register.h48 static inline constexpr bool needs_gp_reg_pair(ValueKind kind) { in needs_gp_reg_pair()
52 static inline constexpr bool needs_fp_reg_pair(ValueKind kind) { in needs_fp_reg_pair()
56 static inline constexpr RegClass reg_class_for(ValueKind kind) { in reg_class_for()
187 static LiftoffRegister from_external_code(RegClass rc, ValueKind kind, in from_external_code()
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc32 inline int EncodeComputedEntry(ClassBoilerplate::ValueKind value_kind, in EncodeComputedEntry()
41 ClassBoilerplate::ValueKind value_kind) { in ToAccessorComponent()
49 Handle<Name> name, ClassBoilerplate::ValueKind value_kind, in AddToDescriptorArrayTemplate()
157 ClassBoilerplate::ValueKind value_kind, in AddToDictionaryTemplate()
480 ClassBoilerplate::ValueKind value_kind, in AddNamedProperty()
501 ClassBoilerplate::ValueKind value_kind, in AddIndexedProperty()
508 void AddComputed(ClassBoilerplate::ValueKind value_kind, int key_index) { in AddComputed()
564 int key_index, ClassBoilerplate::ValueKind value_kind, Smi value) { in AddToPropertiesTemplate()
570 int key_index, ClassBoilerplate::ValueKind value_kind, Smi value);
573 int key_index, ClassBoilerplate::ValueKind value_kin
[all...]
H A Dliteral-objects.h96 enum ValueKind { kData, kGetter, kSetter }; enum in v8::internal::ClassBoilerplate
100 V(ValueKindBits, ValueKind, 2, _) \
133 ValueKind value_kind, Smi value);
139 ValueKind value_kind, Smi value);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h62 enum class ValueKind : uint8_t { class in llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier
166 constexpr char ValueKind[] = "ValueKind"; member
200 ValueKind mValueKind = ValueKind::Unknown;
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h91 int32_t offset, ValueKind kind) { in Load()
118 LiftoffRegister src, ValueKind kind) { in Store()
144 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push()
428 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType()
437 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment()
772 ValueKind kind) { in LoadCallerFrameSlot()
779 ValueKind kind) { in StoreCallerFrameSlot()
785 ValueKind kind) { in LoadReturnStackSlot()
790 ValueKind kind) { in MoveStackValue()
797 void LiftoffAssembler::Move(Register dst, Register src, ValueKind kin
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h100 ValueKind kind) { in Load()
126 LiftoffRegister src, ValueKind kind) { in Store()
149 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push()
299 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType()
308 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment()
829 ValueKind kind) { in LoadCallerFrameSlot()
836 ValueKind kind) { in StoreCallerFrameSlot()
842 ValueKind kind) { in LoadReturnStackSlot()
847 ValueKind kind) { in MoveStackValue()
854 void LiftoffAssembler::Move(Register dst, Register src, ValueKind kin
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h262 base::Optional<wasm::ValueKind> wasm_call_return_kind() const { in wasm_call_return_kind()
289 base::Optional<wasm::ValueKind> return_type);
330 base::Optional<wasm::ValueKind> return_kind_;
H A Dtranslation-array.h77 base::Optional<wasm::ValueKind> return_kind);
H A Ddeoptimizer.h155 base::Optional<wasm::ValueKind> wasm_call_return_kind);
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h228 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType()
237 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment()
799 ValueKind kind) { in LoadCallerFrameSlot()
837 ValueKind kind) { in StoreCallerFrameSlot()
874 ValueKind kind) { in LoadReturnStackSlot()
916 ValueKind kind) { in MoveStackValue()
941 void LiftoffAssembler::Move(Register dst, Register src, ValueKind kind) { in Move()
946 ValueKind kind) { in Move()
954 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill()
1005 void LiftoffAssembler::Fill(LiftoffRegister reg, int offset, ValueKind kin
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp586 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in computeNumValueSiteCounts() local
591 PD.NumValueSites[ValueKind] = Index + 1; in computeNumValueSiteCounts()
593 } else if (It->second.NumValueSites[ValueKind] <= Index) in computeNumValueSiteCounts()
594 It->second.NumValueSites[ValueKind] = Index + 1; in computeNumValueSiteCounts()
604 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in lowerValueProfileInst() local
606 for (uint32_t Kind = IPVK_First; Kind < ValueKind; ++Kind) in lowerValueProfileInst()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h80 inline CPURegister GetRegFromType(const LiftoffRegister& reg, ValueKind kind) { in GetRegFromType()
111 ValueKind kind) { in AcquireByType()
393 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType()
404 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment()
886 ValueKind kind) { in LoadCallerFrameSlot()
893 ValueKind kind) { in StoreCallerFrameSlot()
899 ValueKind kind) { in LoadReturnStackSlot()
904 ValueKind kind) { in MoveStackValue()
911 void LiftoffAssembler::Move(Register dst, Register src, ValueKind kind) { in Move()
921 ValueKind kin in Move()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h100 ValueKind kind) { in Load()
126 LiftoffRegister src, ValueKind kind) { in Store()
152 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push()
415 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType()
424 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment()
933 ValueKind kind) { in LoadCallerFrameSlot()
940 ValueKind kind) { in StoreCallerFrameSlot()
946 ValueKind kind) { in LoadReturnStackSlot()
951 ValueKind kind) { in MoveStackValue()
958 void LiftoffAssembler::Move(Register dst, Register src, ValueKind kin
[all...]
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h206 int LiftoffAssembler::SlotSizeForType(ValueKind kind) { in SlotSizeForType()
215 bool LiftoffAssembler::NeedsAlignment(ValueKind kind) { in NeedsAlignment()
1225 ValueKind kind) { in LoadCallerFrameSlot()
1265 ValueKind kind) { in StoreCallerFrameSlot()
1304 ValueKind kind) { in LoadReturnStackSlot()
1348 ValueKind kind) { in MoveStackValue()
1390 void LiftoffAssembler::Move(Register dst, Register src, ValueKind kind) { in Move()
1395 ValueKind kind) { in Move()
1407 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill()
1460 void LiftoffAssembler::Fill(LiftoffRegister reg, int offset, ValueKind kin
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc415 using ValueKind = ClassBoilerplate::ValueKind; in AddDescriptorsByTemplate()
424 ValueKind value_kind = ComputedEntryFlags::ValueKindBits::decode(flags); in AddDescriptorsByTemplate()

Completed in 44 milliseconds

12