Home
last modified time | relevance | path

Searched refs:ProfileKind (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h42 ProfKind ProfileKind = PF_Unknown; variable
80 if (ProfileKind == PF_Unknown) { in setIsIRLevelProfile()
82 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel; in setIsIRLevelProfile()
84 ProfileKind = PF_FE; in setIsIRLevelProfile()
88 if (((ProfileKind != PF_FE) && !IsIRLevel) || in setIsIRLevelProfile()
89 ((ProfileKind == PF_FE) && IsIRLevel)) in setIsIRLevelProfile()
94 if (ProfileKind == PF_IRLevel && WithCS) in setIsIRLevelProfile()
95 ProfileKind = PF_IRLevelWithCS; in setIsIRLevelProfile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp305 if (ProfileKind == PF_IRLevel) in writeImpl()
307 if (ProfileKind == PF_IRLevelWithCS) { in writeImpl()
336 if (ProfileKind == PF_IRLevelWithCS) { in writeImpl()
357 if (ProfileKind == PF_IRLevelWithCS) { in writeImpl()
440 if (ProfileKind == PF_IRLevel) in writeText()
442 else if (ProfileKind == PF_IRLevelWithCS) in writeText()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp89 ARM::ProfileKind ARM::parseArchProfile(StringRef Arch) { in parseArchProfile()
98 return ProfileKind::M; in parseArchProfile()
101 return ProfileKind::R; in parseArchProfile()
111 return ProfileKind::A; in parseArchProfile()
130 return ProfileKind::INVALID; in parseArchProfile()
597 parseArchProfile(ArchName) == ProfileKind::M) in computeDefaultTargetABI()
DTriple.cpp376 ARM::ProfileKind Profile = ARM::parseArchProfile(ArchName); in parseARMArch()
378 if (Profile == ARM::ProfileKind::M && Version == 6) { in parseARMArch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h156 enum class ProfileKind { INVALID = 0, A, R, M }; enum
258 ProfileKind parseArchProfile(StringRef Arch);