Home
last modified time | relevance | path

Searched defs:SW (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h24 ScopedPrinter &SW; variable
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
H A DARMWinEHPrinter.h25 ScopedPrinter &SW; variable
180 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
H A DWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper()
H A DARMEHABIPrinter.h28 ScopedPrinter &SW; variable
65 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder()
329 ScopedPrinter &SW; variable
355 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> &ELF, in PrinterContext()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMSP430AttributeParser.h36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser()
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py275 S.OW * S.SW + S.KW * S.DW, S.C),
298 S.OW * S.SW + S.KW * S.DW, S.C),
349 S.OW * S.SW + S.KW * S.DW),
371 S.OW * S.SW + S.KW * S.DW),
666 S.OW * S.SW + S.KW * S.DW, S.C),
688 S.OW * S.SW + S.KW * S.DW),
710 S.OW * S.SW + S.KW * S.DW, S.C),
751 S.OW * S.SW + S.KW * S.DW),
769 S.OW * S.SW + S.KW * S.DW, S.C),
811 S.OW * S.SW + S.KW * S.DW, S.C),
[all …]
/llvm-project-15.0.7/mlir/test/python/dialects/linalg/opdsl/
H A Darguments.py74 strides=IndexAttrDef(S.SH, S.SW, default=[1, 2])):
H A Demit_convolution.py19 strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]),
H A Demit_pooling.py21 strides=IndexAttrDef(S.SH, S.SW, default=[1, 1]),
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp184 const auto *SW = Nodes.getNodeAs<CallExpr>(WarnAtNode); in emitDiagnostics() local
/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameOptimizer.cpp364 ShrinkWrapping SW(FA, BF, Info, AllocatorId); in performShrinkWrapping() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp154 auto SW = getSGPRTuplesWeight(); in less() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp364 auto SW = SpelledWord::touching( in tryWord() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1106 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); in checkFallThroughIntoBlock() local
1206 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) in getLastStmt() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1314 unsigned SB, SW; in usedBitsEqual() local
2508 unsigned SW = SC.width(); in simplifyExtractLow() local
H A DHexagonISelDAGToDAG.cpp1468 unsigned SW = T.getSizeInBits(); in DetectUseSxtw() local
H A DHexagonISelDAGToDAGHVX.cpp1280 ShuffleMask SW(Swapped); in packs() local
H A DHexagonConstPropagation.cpp1815 unsigned BW = A1.getBitWidth(), SW = Count*Bits; in evaluateSplati() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp877 uint64_t SW = *DefaultCaseWeight; in unswitchTrivialSwitch() local
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2765 void DFSanVisitor::visitSwitchInst(SwitchInst &SW) { in visitSwitchInst()