Home
last modified time | relevance | path

Searched defs:ValueKind (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm-project/llvm/test/MC/AMDGPU/
Dhsa-metadata-kernel-args.s50 ValueKind: ByValue label
55 ValueKind: HiddenGlobalOffsetX label
59 ValueKind: HiddenGlobalOffsetY label
63 ValueKind: HiddenGlobalOffsetZ label
67 ValueKind: HiddenPrintfBuffer label
Dhsa-metadata-unknown-key.s21 ValueKind: ByValue label
27 ValueKind: HiddenGlobalOffsetX label
31 ValueKind: HiddenGlobalOffsetY label
35 ValueKind: HiddenGlobalOffsetZ label
39 ValueKind: HiddenPrintfBuffer label
/external/llvm/lib/ProfileData/
DInstrProf.cpp371 void InstrProfRecord::mergeValueProfData(uint32_t ValueKind, in mergeValueProfData()
408 void InstrProfRecord::scaleValueProfData(uint32_t ValueKind, uint64_t Weight) { in scaleValueProfData()
428 uint64_t InstrProfRecord::remapValue(uint64_t Value, uint32_t ValueKind, in remapValue()
452 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
672 InstrProfValueKind ValueKind, uint32_t SiteIdx, in annotateValueSite()
688 uint64_t Sum, InstrProfValueKind ValueKind, in annotateValueSite()
716 InstrProfValueKind ValueKind, in getValueProfDataFromInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp502 uint32_t ValueKind, in overlap()
532 void InstrProfRecord::overlapValueProfData(uint32_t ValueKind, in overlapValueProfData()
637 uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, in mergeValueProfData()
677 uint32_t ValueKind, uint64_t Weight, in scaleValueProfData()
696 uint64_t InstrProfRecord::remapValue(uint64_t Value, uint32_t ValueKind, in remapValue()
707 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
933 InstrProfValueKind ValueKind, uint32_t SiteIdx, in annotateValueSite()
949 uint64_t Sum, InstrProfValueKind ValueKind, in annotateValueSite()
977 InstrProfValueKind ValueKind, in getValueProfDataFromInst()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProf.cpp506 uint32_t ValueKind, in overlap()
536 void InstrProfRecord::overlapValueProfData(uint32_t ValueKind, in overlapValueProfData()
641 uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, in mergeValueProfData()
681 uint32_t ValueKind, uint64_t N, uint64_t D, in scaleValueProfData()
701 uint64_t InstrProfRecord::remapValue(uint64_t Value, uint32_t ValueKind, in remapValue()
712 void InstrProfRecord::addValueData(uint32_t ValueKind, uint32_t Site, in addValueData()
938 InstrProfValueKind ValueKind, uint32_t SiteIdx, in annotateValueSite()
954 uint64_t Sum, InstrProfValueKind ValueKind, in annotateValueSite()
982 InstrProfValueKind ValueKind, in getValueProfDataFromInst()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h677 uint32_t InstrProfRecord::getNumValueData(uint32_t ValueKind) const { in getNumValueData()
687 uint32_t InstrProfRecord::getNumValueSites(uint32_t ValueKind) const { in getNumValueSites()
691 uint32_t InstrProfRecord::getNumValueDataForSite(uint32_t ValueKind, in getNumValueDataForSite()
697 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite()
714 uint32_t ValueKind, in getValueForSite()
727 void InstrProfRecord::reserveSites(uint32_t ValueKind, uint32_t NumValueSites) { in reserveSites()
/external/compiler-rt/lib/profile/
DInstrProfiling.h18 enum ValueKind { enum
DInstrProfilingValue.c58 uint32_t ValueKind, uint16_t NumValueSites) { in __llvm_profile_set_num_value_sites()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfiling.h18 enum ValueKind { enum
DInstrProfilingValue.c61 uint32_t ValueKind, uint16_t NumValueSites) { in __llvm_profile_set_num_value_sites()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h869 uint32_t InstrProfRecord::getNumValueData(uint32_t ValueKind) const { in getNumValueData()
876 uint32_t InstrProfRecord::getNumValueSites(uint32_t ValueKind) const { in getNumValueSites()
880 uint32_t InstrProfRecord::getNumValueDataForSite(uint32_t ValueKind, in getNumValueDataForSite()
886 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite()
903 uint32_t ValueKind, in getValueForSite()
916 void InstrProfRecord::reserveSites(uint32_t ValueKind, uint32_t NumValueSites) { in reserveSites()
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h875 uint32_t InstrProfRecord::getNumValueData(uint32_t ValueKind) const { in getNumValueData()
882 uint32_t InstrProfRecord::getNumValueSites(uint32_t ValueKind) const { in getNumValueSites()
886 uint32_t InstrProfRecord::getNumValueDataForSite(uint32_t ValueKind, in getNumValueDataForSite()
892 InstrProfRecord::getValueForSite(uint32_t ValueKind, uint32_t Site, in getValueForSite()
909 uint32_t ValueKind, in getValueForSite()
922 void InstrProfRecord::reserveSites(uint32_t ValueKind, uint32_t NumValueSites) { in reserveSites()
/external/llvm-project/clang/include/clang/AST/
DComparisonCategories.h126 const ValueInfo *getValueInfo(ComparisonCategoryResult ValueKind) const { in getValueInfo()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp184 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in computeNumValueSiteCounts() local
203 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in lowerValueProfileInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h62 enum class ValueKind : uint8_t { enum
166 constexpr char ValueKind[] = "ValueKind"; variable
/external/llvm-project/llvm/include/llvm/Support/
DAMDGPUMetadata.h62 enum class ValueKind : uint8_t { enum
167 constexpr char ValueKind[] = "ValueKind"; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp362 ValueKind ValueKind, in emitKernelArg() argument
786 StringRef ValueKind, unsigned &Offset, in emitKernelArg()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp352 Align Alignment, ValueKind ValueKind, in emitKernelArg() argument
748 const DataLayout &DL, Type *Ty, Align Alignment, StringRef ValueKind, in emitKernelArg()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp617 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in computeNumValueSiteCounts() local
635 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in lowerValueProfileInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp586 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in computeNumValueSiteCounts() local
604 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in lowerValueProfileInst() local
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp211 ExprValueKind ValueKind) { in makeMemberExpression()
/external/clang/include/clang/AST/
DAPValue.h42 enum ValueKind { enum
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp63 auto ValueKind = ExprUnderCast->getValueKind(); in removeLValueToRValueCast() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp753 void CodeGenPGO::valueProfile(CGBuilderTy &Builder, uint32_t ValueKind, in valueProfile()
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp61 enum class ValueKind { enum in KernelArgMD

12