Home
last modified time | relevance | path

Searched refs:debugString (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp44 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 DDataflowAnalysisContext.cpp335 llvm::dbgs() << debugString(Constraints, AtomNames); in dumpFlowCondition()
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DDebugSupportTest.cpp30 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 DDebugSupport.h28 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 DParallelSnippetGenerator.cpp221 .concat(debugString(State.getRegInfo(), in generateCodeTemplates()
224 .concat(debugString(State.getRegInfo(), ForbiddenRegisters)) in generateCodeTemplates()
226 .concat(debugString(State.getRegInfo(), ImplicitUseAliases)), in generateCodeTemplates()
H A DRegisterAliasing.h114 std::string debugString(const MCRegisterInfo &RegInfo, const BitVector &Regs);
H A DSnippetGenerator.cpp248 .concat(debugString(State.getRegInfo(), in randomizeMCOperand()
251 .concat(debugString(State.getRegInfo(), ForbiddenRegs))); in randomizeMCOperand()
H A DRegisterAliasing.cpp82 std::string debugString(const MCRegisterInfo &RegInfo, const BitVector &Regs) { in debugString() function
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DDebugStringHelper.h28 static std::string debugString(T &&op) { in debugString() function
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DInliner.cpp372 return debugString(op); in getNodeName()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp2080 StringRef debugString = decodeStringLiteral(operands, wordIndex); in processDebugString() local
2085 debugInfoMap[operands[0]] = debugString; in processDebugString()