Searched refs:SB (Results 76 - 100 of 103) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp656 for (auto SB : TailBB.successors()) {
657 for (auto &I : *SB) {
H A DRDFGraph.cpp1680 MachineBasicBlock *SB = I->getBlock(); local
1681 NodeAddr<BlockNode*> SBA = findBlock(SB);
1697 for (MachineBasicBlock *SB : MBB->successors()) {
1698 bool IsEHPad = SB->isEHPad();
1699 NodeAddr<BlockNode*> SBA = findBlock(SB);
H A DRDFLiveness.cpp956 MachineBasicBlock *SB = I->getBlock(); local
957 traverse(SB, L);
H A DRegisterCoalescer.cpp992 for (LiveInterval::SubRange &SB : IntB.subranges()) {
993 if ((SB.LaneMask & MaskA).any())
995 if (LiveRange::Segment *S = SB.getSegmentContaining(CopyIdx))
997 SB.removeSegment(*S, true);
/freebsd-13-stable/share/mk/
H A Dlocal.meta.sys.mk184 .MAKE.META.BAILIWICK = ${SB} ${OBJROOT} ${STAGE_ROOT}
H A Dmeta.autodep.mk150 ${SB:S,/,_,g}* \
/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c100 static unsigned char str_data[4] = { IAC, SB, TELOPT_AUTHENTICATION, 0 };
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c273 fprintf(NetTrace, "%s IAC SB ",
671 case SB:
672 fprintf(NetTrace, " SB ");
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dkerberos5.c81 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
/freebsd-13-stable/contrib/telnet/telnet/
H A Dutilities.c296 fprintf(NetTrace, "%s IAC SB ",
691 case SB:
692 fprintf(NetTrace, " SB ");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp885 std::unique_ptr<llvm::MemoryBuffer> SB = std::move(SBOrErr.get()); local
887 const FileEntry *File = FileMgr.getVirtualFile(SB->getBufferIdentifier(),
888 SB->getBufferSize(), 0);
891 SourceMgr.overrideFileContents(File, std::move(SB));
/freebsd-13-stable/cddl/usr.sbin/dwatch/
H A Ddwatch709 printf(" SB-+= %05d %d.%d %s\n",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp544 case RISCV::SB:
H A DRISCVInstrInfo.cpp70 case RISCV::SB:
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk149 ${SB:S,/,_,g}* \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp985 MachineBasicBlock *SB = DTN->getBlock();
986 collectInBlock(SB, AVs);
H A DHexagonFrameLowering.cpp940 for (auto &SB : MBB.successors())
941 Worklist.insert(SB->getNumber());
959 for (auto &SB : MBB.successors())
960 ReachedExit |= updateExitPaths(*SB, RestoreB, DoneT, DoneF, Path);
H A DHexagonBitSimplify.cpp1285 unsigned SB, SW;
1286 if (!HBS::getSubregMask(RS, SB, SW, MRI))
1296 if (Used[i+DB] && DC[DB+i] != SC[SB+i])
H A DHexagonInstrInfo.cpp3712 for (const MachineBasicBlock *SB : B.successors()) {
3713 if (!B.isLayoutSuccessor(SB))
3715 Taken = getEdgeProbability(Src, SB) < OneHalf;
/freebsd-13-stable/sys/arm64/arm64/
H A Didentcpu.c490 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR1, SB, NONE, IMPL),
549 MRS_FIELD(ID_AA64ISAR1, SB, false, MRS_LOWER, id_aa64isar1_sb),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp169 // Attempts to reduce SB/SH instruction into SB16/SH16,
252 {RT_OneInstr, OpCodes(Mips::SB, Mips::SB16_MM), ReduceSXtoSX16,
H A DMipsInstructionSelector.cpp203 return Mips::SB;
H A DMipsFastISel.cpp820 Opc = Mips::SB;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1145 // Print SB
1147 TmpInstSB.setOpcode(AArch64::SB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4460 TOut.emitRRI(Mips::SB, DstReg, ATReg, FirstOffset, IDLoc, STI);
4462 TOut.emitRRI(Mips::SB, DstReg, ATReg, SecondOffset, IDLoc, STI);
4467 TOut.emitRRI(Mips::SB, DstReg, SrcReg, FirstOffset, IDLoc, STI);
4469 TOut.emitRRI(Mips::SB, ATReg, SrcReg, SecondOffset, IDLoc, STI);

Completed in 212 milliseconds

12345