HomeSort by relevance Sort by last modified time
    Searched refs:getBlockName (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 54 std::string getBlockName(BasicBlock *BB) const {
58 std::string getBlockName(MachineBasicBlock *MBB) const {
70 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") = " << Freq << "\n");
84 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") += " << Freq
101 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") /= (" << Prob
175 DEBUG(dbgs() << "doBlock(" << getBlockName(BB) << ")\n");
222 DEBUG(dbgs() << "doLoop(" << getBlockName(Head) << ", "
223 << getBlockName(Tail) << ")\n");
251 DEBUG(dbgs() << " CycleProb[" << getBlockName(Head) << "] += " << Res
280 DEBUG(dbgs() << "RPO[" << getBlockName(BB) << "] = " << RPO[BB] << "\n")
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 372 static std::string getBlockName(MachineBasicBlock *BB) {
454 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Mid chain!\n");
614 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb
651 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb
681 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n");
700 dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb
751 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> ";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 551 static std::string getBlockName(const MachineBasicBlock *BB) {
646 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 432 /// getBlockName().
518 virtual std::string getBlockName(const BlockNode &Node) const;
570 template <class BlockT> std::string getBlockName(const BlockT *BB) {
578 template <> inline std::string getBlockName(const BasicBlock *BB) {
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 285 dbgs() << ", succ = " << getBlockName(Succ);
287 dbgs() << ", resolved = " << getBlockName(Resolved);
382 DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n");
395 dbgs() << " to " << BFI.getBlockName(T);
464 DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = "
490 DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " << New
563 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const {
569 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*");
661 DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) << "\n");
692 DEBUG(dbgs() << " => extra = " << BFI.getBlockName(Irr.Node) << "\n")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 310 dbgs() << ", succ = " << getBlockName(Succ);
312 dbgs() << ", resolved = " << getBlockName(Resolved);
408 LLVM_DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n");
421 dbgs() << " to " << BFI.getBlockName(T);
490 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = "
516 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => "
602 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const {
608 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*");
699 LLVM_DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node)
731 LLVM_DEBUG(dbgs() << " => extra = " << BFI.getBlockName(Irr.Node
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 474 virtual std::string getBlockName(const BlockNode &Node) const;
499 /// getBlockName().
527 template <class BlockT> std::string getBlockName(const BlockT *BB) {
535 template <> inline std::string getBlockName(const BasicBlock *BB) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 93 const char* getBlockName (void) const { return m_blockName.c_str(); }
vktSSBOLayoutCase.cpp 725 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
754 blockEntry.name = block.getBlockName();
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 89 const char* getBlockName (void) const { return m_blockName.c_str(); }
es31fSSBOLayoutCase.cpp 694 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
716 blockEntry.name = block.getBlockName();
955 src << "buffer " << block.getBlockName();
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.hpp 246 const char* getBlockName(void) const
glcUniformBlockCase.cpp 563 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
586 blockEntry.name = block.getBlockName();
839 src << "uniform " << block.getBlockName();
1001 std::string apiPrefix = hasInstanceName ? string(block.getBlockName()) + "." : string("");
1008 std::string blockInstanceName = block.getBlockName() + instancePostfix;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 200 const std::string& getBlockName (void) const { return m_blockName; }
vktUniformBlockCase.cpp 703 std::string blockPrefix = hasInstanceName ? (block.getBlockName() + ".") : "";
725 blockEntry.name = block.getBlockName();
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 187 const char* getBlockName (void) const { return m_blockName.c_str(); }
glsUniformBlockCase.cpp 587 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
609 blockEntry.name = block.getBlockName();
919 src << "uniform " << block.getBlockName();
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 677 virtual const char *getBlockName() const {
776 StrBuf << "Invalid " << getBlockName() << " record: <" << Record.GetCode();
793 const char *BlockName = getBlockName();
821 StrBuf << "Don't know how to process " << getBlockName()
858 const char *getBlockName() const override { return "type"; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
NewGVN.cpp     [all...]

Completed in 2552 milliseconds