Searched refs:SW (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.h21 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {} argument
26 ScopedPrinter &SW; member in class:llvm::object::WindowsRes::Dumper
H A DWindowsResourceDumper.cpp58 SW.printString("Resource type (string)", NarrowStr);
63 SW.printString("Resource type (int)", IDStr);
68 SW.printString("Resource name (string)", NarrowStr);
70 SW.printNumber("Resource name (int)", Ref.getNameID());
72 SW.printNumber("Data version", Ref.getDataVersion());
73 SW.printHex("Memory flags", Ref.getMemoryFlags());
74 SW.printNumber("Language ID", Ref.getLanguage());
75 SW.printNumber("Version (major)", Ref.getMajorVersion());
76 SW.printNumber("Version (minor)", Ref.getMinorVersion());
77 SW
[all...]
H A DARMEHABIPrinter.h29 ScopedPrinter &SW; member in class:llvm::ARM::EHABI::OpcodeDecoder
66 OpcodeDecoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} argument
101 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode,
107 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode,
116 SW.startLine()
126 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode);
131 SW
330 ScopedPrinter &SW; member in class:llvm::ARM::EHABI::PrinterContext
355 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> *ELF, StringRef FileName, const Elf_Shdr *Symtab) argument
[all...]
H A DWin64EHDumper.h24 ScopedPrinter &SW; member in class:llvm::Win64EH::Dumper
55 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} argument
H A DARMWinEHPrinter.cpp255 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n",
272 SW.startLine() << format("0x%02x 0x%02x ; %s.w ",
285 SW.startLine() << format("0x%02x ; mov r%u, sp\n",
288 SW.startLine() << format("0x%02x ; mov sp, r%u\n",
302 SW.startLine() << format("0x%02x ; %s ", OC[Offset],
319 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset],
333 SW.startLine() << format("0x%02x ; %s ", OC[Offset],
346 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n",
360 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0],
374 SW
[all...]
H A DWin64EHDumper.cpp208 SW.printString("StartAddress",
210 SW.printString("EndAddress",
212 SW.printString("UnwindInfoAddress",
222 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset))
278 DictScope UIS(SW, "UnwindInfo");
279 SW.printNumber("Version", UI.getVersion());
280 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags));
281 SW.printNumber("PrologSize", UI.PrologSize);
283 SW.printEnum("FrameRegister", UI.getFrameRegister(),
285 SW
[all...]
H A DARMWinEHPrinter.h24 ScopedPrinter &SW; member in class:llvm::ARM::WinEH::Decoder
156 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), argument
157 OS(SW.getOStream()),
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp184 const auto *SW = Nodes.getNodeAs<CallExpr>(WarnAtNode); local
185 assert(SW);
199 PathDiagnosticLocation::createBegin(SW, BR.getSourceManager(), ADC),
200 SW->getSourceRange());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp170 auto SW = getSGPRTuplesWeight();
172 if (SW != OtherSW)
173 return SW < OtherSW;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp237 case Mips::SW:
H A DMipsTargetStreamer.cpp1219 emitStoreWithImmOffset(Mips::SW, GPReg, Mips::SP, Offset, GetATReg, IDLoc,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp223 case RISCV::SW:
H A DRISCVInstrInfo.cpp72 case RISCV::SW:
126 RISCV::SW : RISCV::SD;
H A DRISCVISelDAGToDAG.cpp546 case RISCV::SW:
H A DRISCVISelLowering.cpp1296 BuildMI(*BB, MI, DL, TII.get(RISCV::SW))
1301 BuildMI(*BB, MI, DL, TII.get(RISCV::SW))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp71 if ((Opc == Mips::SW) || (Opc == Mips::SD) ||
255 Opc = Mips::SW;
284 Opc = Mips::SW;
288 Opc = Mips::SW;
H A DMicroMipsSizeReduction.cpp157 // Attempts to reduce LW/SW instruction into LWSP/SWSP,
161 // Attempts to reduce two LW/SW instructions into LWP/SWP instruction,
266 {RT_TwoInstr, OpCodes(Mips::SW, Mips::SWP_MM), ReduceXWtoXWP,
268 {RT_OneInstr, OpCodes(Mips::SW, Mips::SWSP_MM), ReduceXWtoXWSP,
360 !(MI->getOpcode() == Mips::SW || MI->getOpcode() == Mips::SW_MM ||
H A DMipsInstructionSelector.cpp199 return Mips::SW;
916 MachineInstr *Store = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SW))
H A DMipsBranchExpansion.cpp468 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW))
H A DMipsISelLowering.cpp4899 BuildMI(*BB, I, DL, TII->get(Mips::SW))
4971 BuildMI(*BB, I, DL, TII->get(Mips::SW))
4975 BuildMI(*BB, I, DL, TII->get(Mips::SW))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1285 unsigned SB, SW;
1286 if (!HBS::getSubregMask(RS, SB, SW, MRI))
1288 if (SW != DW)
2479 unsigned SW = SC.width();
2485 if (SW < RW || (SW % RW) != 0)
2492 while (Off <= SW-Len) {
2509 if (Off > SW-Len)
2529 if (RW != SW && RW*2 != SW)
[all...]
H A DHexagonConstPropagation.cpp1822 unsigned BW = A1.getBitWidth(), SW = Count*Bits; local
1825 LoBits = LoBits.zext(SW);
1827 APInt Res(SW, 0, false);
H A DHexagonISelDAGToDAG.cpp1465 unsigned SW = T.getSizeInBits(); local
1466 if (SW == 32)
1468 else if (SW < 32)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1107 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); local
1108 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
1212 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))
1213 if (!isa<SwitchCase>(SW->getSubStmt()))
1214 return SW->getSubStmt();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp788 uint64_t SW = *DefaultCaseWeight; local
793 SW += *W;
795 NewSIW.setSuccessorWeight(0, SW);

Completed in 255 milliseconds

12