HomeSort by relevance Sort by last modified time
    Searched refs:Cold (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/include/llvm/
CallingConv.h 41 // Cold - This calling convention attempts to make code in the caller as
45 Cold = 9,
  /external/llvm/include/llvm/IR/
CallingConv.h 44 // Cold - This calling convention attempts to make code in the caller as
48 Cold = 9,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
CallingConv.h 44 // Cold - This calling convention attempts to make code in the caller as
48 Cold = 9,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 44 // Cold - This calling convention attempts to make code in the caller as
48 Cold = 9,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 44 // Cold - This calling convention attempts to make code in the caller as
48 Cold = 9,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
CallingConv.h 45 // Cold - This calling convention attempts to make code in the caller as
49 Cold = 9,
  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 22 // considered hot/cold. These two parameters are percentile values (multiplied
26 // threshold for determining cold count (everything <= this threshold is
27 // considered cold).
35 "profile-summary-cutoff-cold", cl::Hidden, cl::init(999999), cl::ZeroOrMore,
36 cl::desc("A count is cold if it is below the minimum count"
82 // Returns true if the function is a cold function. If it returns false, it
83 // either means it is not cold or it is unknown whether F is cold or not (for
89 if (F->hasFnAttribute(Attribute::Cold)) {
103 // Compute the hot and cold thresholds
    [all...]
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 32 .Case("cold", Attribute::Cold)
  /compatibility/cdd/5_multimedia/
5_6_audio-latency.md 13 * **cold output latency**. The output latency for the first frame, when the
22 * **cold input latency**. The sum of lost input time and the input latency
27 * **cold output jitter**. The variability among separate measurements of cold
29 * **cold input jitter**. The variability among separate measurements of cold
45 * [SR] Cold output latency of 100 milliseconds or less
47 * [SR] Minimize the cold output jitter
51 latency and cold output latency over at least one supported audio output device,
67 * [SR] Cold input latency of 100 milliseconds or les
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 58 PARSED_ATTR(Cold)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttrParsedAttrList.inc 58 PARSED_ATTR(Cold)
  /external/llvm/unittests/IR/
InstructionsTest.cpp 536 AB.addAttribute(Attribute::Cold);
546 EXPECT_TRUE(Clone->hasFnAttr(Attribute::AttrKind::Cold));
564 AB.addAttribute(Attribute::Cold);
576 EXPECT_TRUE(Clone->hasFnAttr(Attribute::AttrKind::Cold));
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 285 case CallingConv::Cold:
381 case CallingConv::Cold:
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 186 F1->setCallingConv(CallingConv::Cold);
198 EXPECT_EQ(CallingConv::Cold, F2->getCallingConv());

Completed in 1657 milliseconds

1 2 3 4 5 6 7 8