Searched refs:getBlockName (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp287 static std::string getBlockName(MachineBasicBlock *BB) { function
366 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n");
372 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Already merged!\n");
376 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Mid chain!\n");
411 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb
433 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb
439 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb
479 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> Already merged!\n");
485 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> ";
594 DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(
[all...]
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp279 dbgs() << ", succ = " << getBlockName(Succ);
281 dbgs() << ", resolved = " << getBlockName(Resolved);
373 DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n");
394 dbgs() << " to " << getBlockName(T);
455 DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = "
481 DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " << New
531 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { function in class:BlockFrequencyInfoImplBase
536 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*");
625 DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) << "\n");
656 DEBUG(dbgs() << " => extra = " << BFI.getBlockName(Ir
[all...]
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h449 virtual std::string getBlockName(const BlockNode &Node) const;
470 /// getBlockName().
498 template <class BlockT> std::string getBlockName(const BlockT *BB) { function in namespace:llvm::bfi_detail
506 template <> inline std::string getBlockName(const BasicBlock *BB) { function in namespace:llvm::bfi_detail
874 std::string getBlockName(const BlockNode &Node) const override {
875 return bfi_detail::getBlockName(getBlock(Node));
953 DEBUG(dbgs() << " - " << getIndex(I) << ": " << getBlockName(Node) << "\n");
982 DEBUG(dbgs() << " - loop = " << getBlockName(Header) << "\n");
1011 DEBUG(dbgs() << " - loop = " << getBlockName(Header)
1012 << ": member = " << getBlockName(Inde
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp89 const char* getBlockName (void) const { return m_blockName.c_str(); } function in class:deqp::gles31::bb::BufferBlock
H A Des31fSSBOLayoutCase.cpp694 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
716 blockEntry.name = block.getBlockName();
955 src << "buffer " << block.getBlockName();
1048 name << block.getBlockName() << ".";
1185 const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1268 const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1615 const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1819 return block.getBlockName() + (block.isArray() ? ("[" + de::toString(instanceNdx) + "]") : string());
2288 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : "");
2364 std::string instanceName = string(block.getBlockName())
[all...]
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp187 const char* getBlockName (void) const { return m_blockName.c_str(); } function in class:deqp::gls::ub::UniformBlock
H A DglsUniformBlockCase.cpp587 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
609 blockEntry.name = block.getBlockName();
919 src << "uniform " << block.getBlockName();
1067 std::string apiPrefix = hasInstanceName ? string(block.getBlockName()) + "." : string("");
1074 std::string blockInstanceName = block.getBlockName() + instancePostfix;
1585 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : "");
1664 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : "");
1744 instanceName << block.getBlockName();

Completed in 227 milliseconds