Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp287 static std::string getBlockName(MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY()
366 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n"); in selectBestSuccessor()
372 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Already merged!\n"); in selectBestSuccessor()
376 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Mid chain!\n"); in selectBestSuccessor()
411 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in selectBestSuccessor()
433 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in selectBestSuccessor()
439 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in selectBestSuccessor()
479 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> Already merged!\n"); in selectBestCandidateBlock()
485 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> "; in selectBestCandidateBlock()
594 DEBUG(dbgs() << "Finding best loop top for: " << getBlockName(L.getHeader()) in findBestLoopTop()
[all …]
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp279 dbgs() << ", succ = " << getBlockName(Succ); in addToDist()
281 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist()
373 DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n"); in packageLoop()
394 dbgs() << " to " << getBlockName(T); in distributeMass()
455 DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = " in convertFloatingToInteger()
481 DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " << New in unwrapLoop()
531 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName() function in BlockFrequencyInfoImplBase
536 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*"); in getLoopName()
625 DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders()
656 DEBUG(dbgs() << " => extra = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders()
[all …]
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h449 virtual std::string getBlockName(const BlockNode &Node) const;
498 template <class BlockT> std::string getBlockName(const BlockT *BB) {
506 template <> inline std::string getBlockName(const BasicBlock *BB) {
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(Index) << "\n");
1133 DEBUG(dbgs() << " - node: " << getBlockName(Node) << "\n");
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp89 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in deqp::gles31::bb::BufferBlock
Des31fSSBOLayoutCase.cpp694 …std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::st… in computeReferenceLayout()
716 blockEntry.name = block.getBlockName(); in computeReferenceLayout()
955 src << "buffer " << block.getBlockName(); in generateDeclaration()
1048 name << block.getBlockName() << "."; in getAPIName()
1185 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in generateCompareSrc()
1268 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in generateWriteSrc()
1615 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in copyNonWrittenData()
1819 …return block.getBlockName() + (block.isArray() ? ("[" + de::toString(instanceNdx) + "]") : string(… in getBlockAPIName()
2288 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareStdBlocks()
2364 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareSharedBlocks()
[all …]
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp587 …std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::st… in computeStd140Layout()
609 blockEntry.name = block.getBlockName(); in computeStd140Layout()
919 src << "uniform " << block.getBlockName(); in generateDeclaration()
1067 std::string apiPrefix = hasInstanceName ? string(block.getBlockName()) + "." : string(""); in generateCompareSrc()
1074 std::string blockInstanceName = block.getBlockName() + instancePostfix; in generateCompareSrc()
1585 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareStd140Blocks()
1664 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareSharedBlocks()
1744 instanceName << block.getBlockName(); in compareTypes()
DglsUniformBlockCase.hpp187 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in deqp::gls::ub::UniformBlock