Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
184 Decoder(ScopedPrinter & SW,bool isAArch64) Decoder() argument
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
356 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> &ELF, in PrinterContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMSP430AttributeParser.h36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp208 auto SW = getSGPRTuplesWeight(); in less() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1134 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); in checkFallThroughIntoBlock() local
1234 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) in getLastStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1314 unsigned SB, SW; in usedBitsEqual() local
2509 unsigned SW = SC.width(); in simplifyExtractLow() local
H A DHexagonISelDAGToDAG.cpp1615 unsigned SW = T.getSizeInBits(); in DetectUseSxtw() local
H A DHexagonConstPropagation.cpp1814 unsigned BW = A1.getBitWidth(), SW = Count*Bits; in evaluateSplati() local
H A DHexagonISelDAGToDAGHVX.cpp1443 if (SW.MaxSrc - SW.MinSrc < static_cast<int>(HwLen)) { in packs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp2230 if (auto *SW = dyn_cast<SwitchInst>(Src.getTerminator())) in isPresplitCoroSuspendExitEdge() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp949 uint64_t SW = *DefaultCaseWeight; in unswitchTrivialSwitch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2967 void DFSanVisitor::visitSwitchInst(SwitchInst &SW) { in visitSwitchInst()