Home
last modified time | relevance | path

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

/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/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/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/clang/include/clang/AST/
DAPValue.h42 enum ValueKind { enum
DStmt.h128 unsigned ValueKind : 2; in LLVM_ALIGNAS() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml207 module ValueKind = struct module
Dllvm.mli259 module ValueKind : sig module
Dllvm_ocaml.c410 enum ValueKind { enum
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp753 void CodeGenPGO::valueProfile(CGBuilderTy &Builder, uint32_t ValueKind, in valueProfile()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml260 module ValueKind = struct module
Dllvm.mli329 module ValueKind : sig module
Dllvm_ocaml.c519 enum ValueKind { enum
/external/clang/lib/Sema/
DSemaCast.cpp69 ExprValueKind ValueKind; member
DSemaInit.cpp4254 ExprValueKind ValueKind = in TryReferenceInitializationCore() local
4314 ExprValueKind ValueKind = InitCategory.isXValue()? VK_XValue : VK_RValue; in TryReferenceInitializationCore() local
DSemaChecking.cpp5749 AbsoluteValueKind ValueKind) { in changeAbsFunction()
DSemaExpr.cpp14772 ExprValueKind ValueKind = VK_LValue; in resolveDecl() local