HomeSort by relevance Sort by last modified time
    Searched defs:ProfileKind (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 38 ProfKind ProfileKind;
60 /// Set the ProfileKind. Report error if mixing FE and IR level profiles.
62 if (ProfileKind == PF_Unknown) {
63 ProfileKind = IsIRLevel ? PF_IRLevel: PF_FE;
66 return (IsIRLevel == (ProfileKind == PF_IRLevel))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfWriter.h 42 ProfKind ProfileKind = PF_Unknown;
77 /// Set the ProfileKind. Report error if mixing FE and IR level profiles.
79 if (ProfileKind == PF_Unknown) {
80 ProfileKind = IsIRLevel ? PF_IRLevel: PF_FE;
83 return (IsIRLevel == (ProfileKind == PF_IRLevel))
  /external/llvm/include/llvm/Support/
TargetParser.h 103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M };
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TargetParser.h 107 enum class ProfileKind { INVALID = 0, A, R, M };
145 ProfileKind parseArchProfile(StringRef Arch);
219 ARM::ProfileKind parseArchProfile(StringRef Arch);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
TargetParser.h 103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M };

Completed in 379 milliseconds