/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | BlockFrequencyImpl.h | 54 std::string getBlockName(BasicBlock *BB) const { in getBlockName() function 58 std::string getBlockName(MachineBasicBlock *MBB) const { in getBlockName() function 70 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") = " << Freq << "\n"); in setBlockFreq() 84 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") += " << Freq in incBlockFreq() 101 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") /= (" << Prob in divBlockFreq() 175 DEBUG(dbgs() << "doBlock(" << getBlockName(BB) << ")\n"); in doBlock() 222 DEBUG(dbgs() << "doLoop(" << getBlockName(Head) << ", " in doLoop() 223 << getBlockName(Tail) << ")\n"); in doLoop() 251 DEBUG(dbgs() << " CycleProb[" << getBlockName(Head) << "] += " << Res in doLoop() 280 DEBUG(dbgs() << "RPO[" << getBlockName(BB) << "] = " << RPO[BB] << "\n"); in doFunction() [all …]
|
/external/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 372 static std::string getBlockName(MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY() 454 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> Mid chain!\n"); in collectViableSuccessors() 614 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in hasBetterLayoutPredecessor() 651 DEBUG(dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in hasBetterLayoutPredecessor() 681 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n"); in selectBestSuccessor() 700 dbgs() << " " << getBlockName(Succ) << " -> " << SuccProb in selectBestSuccessor() 751 DEBUG(dbgs() << " " << getBlockName(MBB) << " -> "; in selectBestCandidateBlock() 880 DEBUG(dbgs() << "Merging from " << getBlockName(BB) << " to " in buildChain() 881 << getBlockName(BestSucc) << "\n"); in buildChain() 888 << getBlockName(*Chain.begin()) << "\n"); in buildChain() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 551 static std::string getBlockName(const MachineBasicBlock *BB) { in INITIALIZE_PASS_DEPENDENCY() 646 LLVM_DEBUG(dbgs() << " " << getBlockName(Succ) in collectViableSuccessors() 1033 dbgs() << " Selected: " << getBlockName(Succ2) in getBestTrellisSuccessor() 1048 dbgs() << " Selected: " << getBlockName(TrellisSucc) in getBestTrellisSuccessor() 1229 LLVM_DEBUG(dbgs() << "Marking edge: " << getBlockName(src) << "->" in precomputeTriangleChains() 1230 << getBlockName(dst) in precomputeTriangleChains() 1437 LLVM_DEBUG(dbgs() << " Not a candidate: " << getBlockName(Succ) << " -> " in hasBetterLayoutPredecessor() 1468 LLVM_DEBUG(dbgs() << "Selecting best successor for: " << getBlockName(BB) in selectBestSuccessor() 1511 dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor() 1546 LLVM_DEBUG(dbgs() << " Candidate: " << getBlockName(Succ) in selectBestSuccessor() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 310 dbgs() << ", succ = " << getBlockName(Succ); in addToDist() 312 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist() 408 LLVM_DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n"); in packageLoop() 421 dbgs() << " to " << BFI.getBlockName(T); in debugAssign() 490 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = " in convertFloatingToInteger() 516 LLVM_DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " in unwrapLoop() 602 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName() function in BlockFrequencyInfoImplBase 608 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*"); in getLoopName() 699 LLVM_DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) in findIrreducibleHeaders() 731 LLVM_DEBUG(dbgs() << " => extra = " << BFI.getBlockName(Irr.Node) in findIrreducibleHeaders() [all …]
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 285 dbgs() << ", succ = " << getBlockName(Succ); in addToDist() 287 dbgs() << ", resolved = " << getBlockName(Resolved); in addToDist() 382 DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n"); in packageLoop() 395 dbgs() << " to " << BFI.getBlockName(T); in debugAssign() 464 DEBUG(dbgs() << " - " << BFI.getBlockName(Index) << ": float = " in convertFloatingToInteger() 490 DEBUG(dbgs() << " - " << BFI.getBlockName(N) << ": " << F << " => " << New in unwrapLoop() 563 BlockFrequencyInfoImplBase::getBlockName(const BlockNode &Node) const { in getBlockName() function in BlockFrequencyInfoImplBase 569 return getBlockName(Loop.getHeader()) + (Loop.isIrreducible() ? "**" : "*"); in getLoopName() 661 DEBUG(dbgs() << " => entry = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders() 692 DEBUG(dbgs() << " => extra = " << BFI.getBlockName(Irr.Node) << "\n"); in findIrreducibleHeaders() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 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) { 957 std::string getBlockName(const BlockNode &Node) const override { 958 return bfi_detail::getBlockName(getBlock(Node)); 1074 LLVM_DEBUG(dbgs() << " - " << getIndex(I) << ": " << getBlockName(Node) 1104 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header) << "\n"); 1133 LLVM_DEBUG(dbgs() << " - loop = " << getBlockName(Header) 1134 << ": member = " << getBlockName(Index) << "\n"); 1171 << getBlockName(HeaderNode) << "\n"); [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 474 virtual std::string getBlockName(const BlockNode &Node) const; 527 template <class BlockT> std::string getBlockName(const BlockT *BB) { 535 template <> inline std::string getBlockName(const BasicBlock *BB) { 909 std::string getBlockName(const BlockNode &Node) const override { 910 return bfi_detail::getBlockName(getBlock(Node)); 1010 DEBUG(dbgs() << " - " << getIndex(I) << ": " << getBlockName(Node) << "\n"); 1039 DEBUG(dbgs() << " - loop = " << getBlockName(Header) << "\n"); 1068 DEBUG(dbgs() << " - loop = " << getBlockName(Header) 1069 << ": member = " << getBlockName(Index) << "\n"); 1197 DEBUG(dbgs() << " - node: " << getBlockName(Node) << "\n"); [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 677 virtual const char *getBlockName() const { in getBlockName() function in __anon013ef65f0111::BlockParserBaseClass 776 StrBuf << "Invalid " << getBlockName() << " record: <" << Record.GetCode(); in ErrorAt() 793 const char *BlockName = getBlockName(); in reportRecordSizeError() 821 StrBuf << "Don't know how to process " << getBlockName() in ProcessRecord() 858 const char *getBlockName() const override { return "type"; } in getBlockName() function in __anon013ef65f0111::TypesParser 1049 const char *getBlockName() const override { return "globals"; } in getBlockName() function in __anon013ef65f0111::GlobalsParser 1106 StrBuf << getBlockName() << " block expects " << SpecifiedNumberVars in installGlobalVariables() 1185 StrBuf << getBlockName() in ProcessRecord() 1259 const char *getBlockName() const override { return "valuesymtab"; } in getBlockName() function in __anon013ef65f0111::ValuesymtabParser 1304 StrBuf << getTableKind() << " " << getBlockName() << ": " << Context in reportUnableToAssign() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 563 …std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::str… in computeStd140Layout() 586 blockEntry.name = block.getBlockName(); in computeStd140Layout() 839 src << "uniform " << block.getBlockName(); in generateDeclaration() 1001 std::string apiPrefix = hasInstanceName ? string(block.getBlockName()) + "." : string(""); in generateCompareSrc() 1008 std::string blockInstanceName = block.getBlockName() + instancePostfix; in generateCompareSrc() 1542 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareStd140Blocks() 1624 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareSharedBlocks() 1705 instanceName << block.getBlockName(); in compareTypes()
|
D | glcUniformBlockCase.hpp | 246 const char* getBlockName(void) const in getBlockName() function in deqp::ub::UniformBlock
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.hpp | 89 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in deqp::gles31::bb::BufferBlock
|
D | es31fSSBOLayoutCase.cpp | 694 …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() 1629 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in copyNonWrittenData() 1833 …return block.getBlockName() + (block.isArray() ? ("[" + de::toString(instanceNdx) + "]") : string(… in getBlockAPIName() 2302 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareStdBlocks() 2378 std::string instanceName = string(block.getBlockName()) + (isArray ? "[0]" : ""); in compareSharedBlocks() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 898 static std::string getBlockName(const BasicBlock *B) { in getBlockName() function 2453 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge() 2458 LLVM_DEBUG(dbgs() << "Block " << getBlockName(To) in updateReachableEdge() 2460 << getBlockName(From) << "," << getBlockName(To) in updateReachableEdge() 2699 << " in block " << getBlockName(PredBB) << "\n"); in findLeaderForInst() 2826 << getBlockName(PredBB) in makePossiblePHIOfOps() 2834 << getBlockName(PredBB) << "\n"); in makePossiblePHIOfOps() 3407 << getBlockName(CurrBlock) in iterateTouchedInstructions() 3488 LLVM_DEBUG(dbgs() << "Block " << getBlockName(&F.getEntryBlock()) in runGVN() 3514 LLVM_DEBUG(dbgs() << "We believe block " << getBlockName(&BB) in runGVN() [all …]
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 587 …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()
|
D | glsUniformBlockCase.hpp | 187 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in deqp::gls::ub::UniformBlock
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.hpp | 93 const char* getBlockName (void) const { return m_blockName.c_str(); } in getBlockName() function in vkt::ssbo::BufferBlock
|
D | vktSSBOLayoutCase.cpp | 725 …std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::st… in computeReferenceLayout() 754 blockEntry.name = block.getBlockName(); in computeReferenceLayout() 1093 src << "buffer " << block.getBlockName(); in generateDeclaration() 1237 name << block.getBlockName() << "."; in getAPIName() 1390 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in generateCompareSrc() 1478 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in generateWriteSrc() 1696 …const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "… in copyNonWrittenData() 1901 …return block.getBlockName() + (block.isArray() ? ("[" + de::toString(instanceNdx) + "]") : string(… in getBlockAPIName()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.hpp | 200 const std::string& getBlockName (void) const { return m_blockName; } in getBlockName() function in vkt::ubo::UniformBlock
|
D | vktUniformBlockCase.cpp | 703 std::string blockPrefix = hasInstanceName ? (block.getBlockName() + ".") : ""; in computeReferenceLayout() 725 blockEntry.name = block.getBlockName(); in computeReferenceLayout() 1098 …name << block.getBlockName() << "."; // \note UniformLayoutEntry uses block name rather than insta… in getBlockMemberOffset() 1206 src << "uniform " << block.getBlockName(); in generateDeclaration() 1577 std::string apiPrefix = hasInstanceName ? block.getBlockName() + "." : std::string(""); in generateCompareSrc() 1584 std::string blockInstanceName = block.getBlockName() + instancePostfix; in generateCompareSrc()
|