Searched defs:appendResult (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/ | ||
H A D | Operation.h | 144 void appendResult(StringRef name, VariableLengthKind variableLengthKind, in appendResult() function |
/llvm-project/clang/lib/Basic/ | ||
H A D | Sarif.cpp | 385 void SarifDocumentWriter::appendResult(const SarifResult &Result) { in appendResult() function in SarifDocumentWriter |
/llvm-project/mlir/lib/Bytecode/Writer/ | ||
H A D | BytecodeWriter.cpp | 301 void appendResult(std::vector<uint8_t> &&result) { appendResult() function in __anon33b705f20111::EncodingEmitter |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 8594 const auto appendResult = [&](SDValue PartialRes) { expandIS_FPCLASS() local |