/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 275 std::vector<WorkingData>().swap(Working); in clear() 302 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() 323 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist() 405 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop() 428 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() 438 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass() 511 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local 512 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop() 523 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops() 524 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops() [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 281 std::vector<WorkingData>().swap(Working); in clear() 308 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() 329 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist() 411 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop() 434 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() 444 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass() 517 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local 518 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop() 529 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops() 530 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops() [all …]
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 253 std::vector<WorkingData>().swap(Working); in clear() 278 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() 299 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist() 380 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop() 403 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() 413 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass() 486 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local 487 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop() 498 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops() 499 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 388 std::vector<WorkingData> Working; 413 assert(Head.Index < Working.size()); 414 assert(Working[Head.Index].isLoopHeader()); 415 return *Working[Head.Index].Loop; 600 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty(); 618 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) 631 const auto &Working = BFI.Working[Node.Index]; 633 if (Working.isAPackage()) 634 for (const auto &I : Working.Loop->Exits) 1014 Working.reserve(RPOT.size()); [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 419 std::vector<WorkingData> Working; variable 450 assert(Head.Index < Working.size()); in getLoopPackage() 451 assert(Working[Head.Index].isLoopHeader()); in getLoopPackage() 452 return *Working[Head.Index].Loop; in getLoopPackage() 642 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty(); 662 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) 676 const auto &Working = BFI.Working[Node.Index]; 678 if (Working.isAPackage()) 679 for (const auto &I : Working.Loop->Exits) 1080 Working.reserve(RPOT.size()); [all …]
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 423 std::vector<WorkingData> Working; variable 454 assert(Head.Index < Working.size()); in getLoopPackage() 455 assert(Working[Head.Index].isLoopHeader()); in getLoopPackage() 456 return *Working[Head.Index].Loop; in getLoopPackage() 651 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty(); 671 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) 685 const auto &Working = BFI.Working[Node.Index]; 687 if (Working.isAPackage()) 688 for (const auto &I : Working.Loop->Exits) 1141 Working.reserve(RPOT.size()); [all …]
|
/external/compiler-rt/lib/esan/ |
D | esan_flags.inc | 31 // Working set tool options 35 "Working set tool: whether to sample snapshots during a run.") 41 "Working set tool: sampling frequency in milliseconds.") 46 ESAN_FLAG(int, snapshot_step, 2, "Working set tool: the log of the sampling "
|
/external/rust/crates/rayon-core/src/ |
D | log.rs | 276 Working, enumerator 286 State::Working => 'W', in letter() 305 thread_states: (0..num_workers).map(|_| State::Working).collect(), in new() 313 assert_eq!(self.thread_states[worker], State::Working); in simulate() 319 self.thread_states[worker] = State::Working; in simulate()
|
/external/skia/site/docs/dev/chrome/ |
D | repo.md | 3 title: "Working in a Chromium repo" 4 linkTitle: "Working in a Chromium repo"
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1yStatus.rst | 26 - CWG - Core Language Working group 44 Library Working Group Issues Status
|
D | Cxx2bStatus.rst | 24 - CWG - Core Language Working group 42 .. Library Working Group Issues Status
|
D | Cxx1zStatus.rst | 25 - CWG - Core Language Working group 49 Library Working Group Issues Status
|
D | Cxx2aStatus.rst | 25 - CWG - Core Language Working group 51 Library Working Group Issues Status
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 62 uint64_t Working; member in __anon18cddda20111::PGOHash 104 PGOHash() : Working(0), Count(0) {} in PGOHash() 585 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine() 587 Working = 0; in combine() 592 Working = Working << NumBitsPerType | Type; in combine() 601 return Working; in finalize() 604 if (Working) in finalize() 605 MD5.update(Working); in finalize()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 73 uint64_t Working; member in __anond95592500111::PGOHash 134 : Working(0), Count(0), HashVersion(HashVersion), MD5() {} in PGOHash() 734 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine() 736 Working = 0; in combine() 741 Working = Working << NumBitsPerType | Type; in combine() 750 return Working; in finalize() 753 if (Working) { in finalize() 757 MD5.update({(uint8_t)Working}); in finalize() 760 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in finalize()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangStandards.def | 93 C, "Working Draft for ISO C2x", 96 C, "Working Draft for ISO C2x with GNU extensions", 156 CXX, "Working draft for ISO C++ 2023 DIS", 161 CXX, "Working draft for ISO C++ 2023 DIS with GNU extensions",
|
/external/python/markupsafe/docs/ |
D | escaping.rst | 3 Working With Safe Text
|
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | log.test | 3 CHECK: Working directory: {{.*}}
|
/external/skqp/site/dev/chrome/ |
D | repo.md | 1 Working in a Chromium repo
|
/external/speex/ |
D | ChangeLog | 17 Working encoder and decoder for both narrowband and wideband.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AsString.pbtxt | 43 [https://www.tensorflow.org/tutorials/representation/unicode](Working with Unicode text)
|
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 134 "Working draft for ISO C++ 2017", 138 "Working draft for ISO C++ 2017 with GNU extensions",
|
/external/deqp/external/vulkancts/doc/ |
D | vulkan-cts-withdrawal-2020-07.txt | 23 the Vulkan Working Group chair (tom.olson at arm.com) if you have any questions.
|
D | vulkan-cts-withdrawal-2019-04.txt | 24 the Vulkan Working Group chair (tom.olson at arm.com) if you have any questions.
|
D | vulkan-cts-withdrawal-2019-03.txt | 21 the Vulkan Working Group chair (tom.olson at arm.com) if you have any questions.
|