Home
last modified time | relevance | path

Searched defs:getProfileKind (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h257 InstrProfKind getProfileKind() const override { return ProfileKind; } in getProfileKind() function
653 InstrProfKind getProfileKind() const override { in getProfileKind() function
H A DInstrProfWriter.h146 InstrProfKind getProfileKind() const { return ProfileKind; } in getProfileKind() function
H A DRawMemProfReader.h71 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DInstrProfReader.h288 InstrProfKind getProfileKind() const override { return ProfileKind; } in getProfileKind() function
707 InstrProfKind getProfileKind() const override { in getProfileKind() function
DInstrProfWriter.h169 InstrProfKind getProfileKind() const { return ProfileKind; } in getProfileKind() function
DRawMemProfReader.h39 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DInstrProfReader.h288 InstrProfKind getProfileKind() const override { return ProfileKind; } in getProfileKind() function
743 InstrProfKind getProfileKind() const override { in getProfileKind() function
DInstrProfWriter.h198 InstrProfKind getProfileKind() const { return ProfileKind; } in getProfileKind() function
DMemProfReader.h39 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DInstrProfReader.h288 InstrProfKind getProfileKind() const override { return ProfileKind; } in getProfileKind() function
720 InstrProfKind getProfileKind() const override { in getProfileKind() function
DInstrProfWriter.h177 InstrProfKind getProfileKind() const { return ProfileKind; } in getProfileKind() function
DRawMemProfReader.h39 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DInstrProfReader.h288 InstrProfKind getProfileKind() const override { return ProfileKind; } in getProfileKind() function
720 InstrProfKind getProfileKind() const override { in getProfileKind() function
DInstrProfWriter.h177 InstrProfKind getProfileKind() const { return ProfileKind; } in getProfileKind() function
DRawMemProfReader.h39 InstrProfKind getProfileKind() const { return InstrProfKind::MemProf; } in getProfileKind() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp402 InstrProfKind RawInstrProfReader<IntPtrT>::getProfileKind() const { in getProfileKind() function in RawInstrProfReader
793 InstrProfKind InstrProfReaderIndex<HashTableImpl>::getProfileKind() const { in getProfileKind() function in InstrProfReaderIndex
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
H A DARMTargetParser.cpp94 static ARM::ProfileKind getProfileKind(ARM::ArchKind AK) { in getProfileKind() function