Home
last modified time | relevance | path

Searched defs:outs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp99 void VectorizerTestPass::testVectorShapeRatio(llvm::raw_ostream &outs) { in testVectorShapeRatio()
149 void VectorizerTestPass::testBackwardSlicing(llvm::raw_ostream &outs) { in testBackwardSlicing()
165 void VectorizerTestPass::testForwardSlicing(llvm::raw_ostream &outs) { in testForwardSlicing()
181 void VectorizerTestPass::testSlicing(llvm::raw_ostream &outs) { in testSlicing()
200 void VectorizerTestPass::testComposeMaps(llvm::raw_ostream &outs) { in testComposeMaps()
249 llvm::raw_string_ostream outs(str); in runOnOperation() local
/llvm-project-15.0.7/libc/utils/testutils/
H A DStreamWrapper.cpp19 StreamWrapper outs() { return {std::addressof(std::cout)}; } in outs() function
/llvm-project-15.0.7/lld/Common/
H A DErrorHandler.cpp68 raw_ostream &lld::outs() { in outs() function in lld
78 raw_ostream &ErrorHandler::outs() { in outs() function in ErrorHandler
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DDumpEvaluateExpr.h191 llvm::raw_ostream &outs; variable
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dintel-syntax.s840 outs dx, word ptr [eax] define
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp885 raw_fd_ostream &llvm::outs() { in outs() function in llvm