/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ProfDataUtils.cpp | 48 bool extractWeights(const MDNode *ProfileData, in extractWeights() 95 bool isBranchWeightMD(const MDNode *ProfileData) { in isBranchWeightMD() 100 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in hasBranchWeightMD() local 109 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in getBranchWeightMDNode() local 116 auto *ProfileData = getBranchWeightMDNode(I); in getValidBranchWeightMDNode() local 122 bool extractBranchWeights(const MDNode *ProfileData, in extractBranchWeights() 131 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in extractBranchWeights() local 143 auto *ProfileData = I.getMetadata(LLVMContext::MD_prof); in extractBranchWeights() local 155 bool extractProfTotalWeight(const MDNode *ProfileData, uint64_t &TotalVal) { in extractProfTotalWeight()
|
H A D | Instruction.cpp | 871 MDNode *ProfileData = getBranchWeightMDNode(*this); in swapProfMetadata() local
|
H A D | Instructions.cpp | 708 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in updateProfWeight() local 4598 MDNode *ProfileData = getBranchWeightMDNode(SI); in init() local 4682 if (MDNode *ProfileData = getBranchWeightMDNode(SI)) in getSuccessorWeight() local
|
/aosp_15_r20/external/executorch/profiler/ |
H A D | parse_profiler_results.py | 44 class ProfileData: class 109 def adjust_time_scale(event: ProfileData, time_scale: TimeScale): 127 prof_blocks: Dict[str, List[Tuple[List[ProfileData], List[MemAllocation]]]], 189 prof_blocks: Dict[str, List[Tuple[List[ProfileData], List[MemAllocation]]]]
|
/aosp_15_r20/external/compiler-rt/lib/profile/ |
H A D | InstrProfilingMerge.c | 41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() 85 void __llvm_profile_merge_from_buffer(const char *ProfileData, in __llvm_profile_merge_from_buffer()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | ProfileData.java | 33 public class ProfileData { class 54 public ProfileData() { in ProfileData() method in ProfileData
|
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/ |
H A D | QnnProfiler.cpp | 73 Qnn_ErrorHandle_t QnnProfile::ProfileData( in ProfileData() function in executorch::backends::qnn::QnnProfile
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | ProfileData.h | 53 ProfileData() { reset(); } in ProfileData() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Metadata.cpp | 1296 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfMetadata() local 1323 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfTotalWeight() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Metadata.cpp | 1320 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfMetadata() local 1348 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfTotalWeight() local
|
H A D | Instruction.cpp | 693 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof); in swapProfMetadata() local
|
H A D | Instructions.cpp | 467 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in updateProfWeight() local 3885 if (MDNode *ProfileData = SI.getMetadata(LLVMContext::MD_prof)) in getProfBranchWeightsMD() local 3911 MDNode *ProfileData = getProfBranchWeightsMD(SI); in init() local 3998 if (MDNode *ProfileData = getProfBranchWeightsMD(SI)) in getSuccessorWeight() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AccountPreferenceController.java | 116 public static class ProfileData { class in AccountPreferenceController
|
/aosp_15_r20/external/cronet/third_party/metrics_proto/ |
H A D | omnibox_event.proto | 643 message ProfileData { message
|
/aosp_15_r20/external/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 915 template <class IntPtrT> struct LLVM_ALIGNAS(8) ProfileData { struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 988 if (MDNode *ProfileData = getValidBranchWeightMDNode(*Term)) { in isLoopProfitableToPredicate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1111 template <class IntPtrT> struct alignas(8) ProfileData { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | InstrProf.h | 1201 template <class IntPtrT> struct alignas(8) ProfileData { struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1208 template <class IntPtrT> struct alignas(8) ProfileData { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/ |
D | InstrProf.h | 1201 template <class IntPtrT> struct alignas(8) ProfileData { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | InstrProf.h | 1183 template <class IntPtrT> struct alignas(8) ProfileData { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | InstrProf.h | 1338 template <class IntPtrT> struct alignas(8) ProfileData { struct
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 364 private class ProfileData { class in AppProfiler
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | traceview.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/cronet/third_party/metrics_proto/cronet_aml_third_party_metrics_proto_metrics_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/third_party/metrics_proto/ |
D | omnibox_event.pb.h | 1691 typedef OmniboxEventProto_ProfileData ProfileData; in Swap() typedef
|