| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | DebugSupport.cpp | 44 std::string debugString(Solver::Result::Status Status) { in debugString() function 82 auto L = debugString(C.getLeftSubValue(), Depth + 1); in debugString() 83 auto R = debugString(C.getRightSubValue(), Depth + 1); in debugString() 89 auto L = debugString(D.getLeftSubValue(), Depth + 1); in debugString() 90 auto R = debugString(D.getRightSubValue(), Depth + 1); in debugString() 101 auto L = debugString(IV.getLeftSubValue(), Depth + 1); in debugString() 108 auto L = debugString(BV.getLeftSubValue(), Depth + 1); in debugString() 169 std::string debugString( in debugString() function in clang::dataflow::__anon1cf49c220111::DebugStringGenerator 211 debugString(const BoolValue &B, in debugString() function 217 debugString(const llvm::DenseSet<BoolValue *> &Constraints, in debugString() function [all …]
|
| H A D | DataflowAnalysisContext.cpp | 335 llvm::dbgs() << debugString(Constraints, AtomNames); in dumpFlowCondition()
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | DebugSupportTest.cpp | 30 debugString(*B); in TEST() 31 EXPECT_THAT(debugString(*B), StrEq(Expected)); in TEST() 41 EXPECT_THAT(debugString(*B), StrEq(Expected)); in TEST() 52 EXPECT_THAT(debugString(*B), StrEq(Expected)); in TEST() 63 EXPECT_THAT(debugString(*B), StrEq(Expected)); in TEST() 74 EXPECT_THAT(debugString(*B), StrEq(Expected)); in TEST() 85 EXPECT_THAT(debugString(*B), StrEq(Expected)); in TEST() 104 EXPECT_THAT(debugString(*B), StrEq(Expected)); in TEST() 124 EXPECT_THAT(debugString(*B), StrEq(Expected)); in TEST() 401 EXPECT_THAT(debugString(Constraints, Result, in TEST() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DebugSupport.h | 28 std::string debugString(Solver::Result::Assignment Assignment); 31 std::string debugString(Solver::Result::Status Status); 41 std::string debugString( 55 std::string debugString( 69 std::string debugString( 72 inline std::string debugString( 78 return debugString(ConstraintsVec, Result, std::move(AtomNames));
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | ParallelSnippetGenerator.cpp | 221 .concat(debugString(State.getRegInfo(), in generateCodeTemplates() 224 .concat(debugString(State.getRegInfo(), ForbiddenRegisters)) in generateCodeTemplates() 226 .concat(debugString(State.getRegInfo(), ImplicitUseAliases)), in generateCodeTemplates()
|
| H A D | RegisterAliasing.h | 114 std::string debugString(const MCRegisterInfo &RegInfo, const BitVector &Regs);
|
| H A D | SnippetGenerator.cpp | 248 .concat(debugString(State.getRegInfo(), in randomizeMCOperand() 251 .concat(debugString(State.getRegInfo(), ForbiddenRegs))); in randomizeMCOperand()
|
| H A D | RegisterAliasing.cpp | 82 std::string debugString(const MCRegisterInfo &RegInfo, const BitVector &Regs) { in debugString() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Support/ |
| H A D | DebugStringHelper.h | 28 static std::string debugString(T &&op) { in debugString() function
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | Inliner.cpp | 372 return debugString(op); in getNodeName()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 2080 StringRef debugString = decodeStringLiteral(operands, wordIndex); in processDebugString() local 2085 debugInfoMap[operands[0]] = debugString; in processDebugString()
|