Searched defs:SW (Results 1 – 14 of 14) sorted by relevance
24 ScopedPrinter &SW; variable55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper()
25 ScopedPrinter &SW; variable 184 Decoder(ScopedPrinter & SW,bool isAArch64) Decoder() argument
21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} in Dumper()
28 ScopedPrinter &SW; variable65 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder()329 ScopedPrinter &SW; variable356 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> &ELF, in PrinterContext()
36 MSP430AttributeParser(ScopedPrinter *SW) in MSP430AttributeParser()
208 auto SW = getSGPRTuplesWeight(); in less() local
1134 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); in checkFallThroughIntoBlock() local1234 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) in getLastStmt() local
1314 unsigned SB, SW; in usedBitsEqual() local2509 unsigned SW = SC.width(); in simplifyExtractLow() local
1615 unsigned SW = T.getSizeInBits(); in DetectUseSxtw() local
1814 unsigned BW = A1.getBitWidth(), SW = Count*Bits; in evaluateSplati() local
1443 if (SW.MaxSrc - SW.MinSrc < static_cast<int>(HwLen)) { in packs() local
2230 if (auto *SW = dyn_cast<SwitchInst>(Src.getTerminator())) in isPresplitCoroSuspendExitEdge() local
949 uint64_t SW = *DefaultCaseWeight; in unswitchTrivialSwitch() local
2967 void DFSanVisitor::visitSwitchInst(SwitchInst &SW) { in visitSwitchInst()