Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp99 void VectorizerTestPass::testVectorShapeRatio(llvm::raw_ostream &outs) { in testVectorShapeRatio() argument
150 testBackwardSlicing(llvm::raw_ostream & outs) testBackwardSlicing() argument
166 testForwardSlicing(llvm::raw_ostream & outs) testForwardSlicing() argument
182 testSlicing(llvm::raw_ostream & outs) testSlicing() argument
201 testComposeMaps(llvm::raw_ostream & outs) testComposeMaps() argument
229 testVecAffineLoopNest(llvm::raw_ostream & outs) testVecAffineLoopNest() argument
261 llvm::raw_string_ostream outs(str); runOnOperation() local
[all...]
/llvm-project/lld/Common/
H A DErrorHandler.cpp68 raw_ostream &lld::outs() { in outs() function in lld
78 raw_ostream &ErrorHandler::outs() { outs() function in ErrorHandler
/llvm-project/flang/include/flang/Lower/
H A DDumpEvaluateExpr.h191 llvm::raw_ostream &outs; variable
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseReinterpretMap.cpp352 ValueRange outs) { in remapValueRange()
776 SmallVector<Value> outs = in rewriteOp() local
/llvm-project/llvm/test/MC/X86/
H A Dintel-syntax.s840 outs dx, word ptr [eax] define
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp893 raw_fd_ostream &llvm::outs() { outs() function in llvm
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h1452 raw_ostream &outs() const { return Logger.Out; } outs() function