Home
last modified time | relevance | path

Searched defs:SB (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp118 SmallVector<uint8_t, 64> SB; in GetShadowBytes() local
136 SmallVector<uint8_t, 64> SB = GetShadowBytes(Vars, Layout); in GetShadowBytesAfterScope() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp124 void MappingTraits<msf::SuperBlock>::mapping(IO &IO, msf::SuperBlock &SB) { in mapping()
138 void MappingTraits<StreamBlockList>::mapping(IO &IO, StreamBlockList &SB) { in mapping()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSimpleConstraintManager.h28 SimpleConstraintManager(ExprEngine *exprengine, SValBuilder &SB) in SimpleConstraintManager()
H A DRangedConstraintManager.h409 RangedConstraintManager(ExprEngine *EE, SValBuilder &SB) in RangedConstraintManager()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFCommon.cpp19 Error llvm::msf::validateSuperBlock(const SuperBlock &SB) { in validateSuperBlock()
H A DMSFBuilder.cpp251 SuperBlock *SB = Allocator.Allocate<SuperBlock>(); generateLayout() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp233 MachineBasicBlock *SB = *B->succ_begin(); in isPreheader() local
574 MachineBasicBlock *SB = *FP.TrueB->succ_begin(); in isProfitable() local
579 MachineBasicBlock *SB = *FP.FalseB->succ_begin(); in isProfitable() local
614 MachineBasicBlock *SB = I->getBlock(); in visitBlock() local
966 MachineBasicBlock *SB = I->getBlock(); in removeBlock() local
1035 MachineBasicBlock *SB = *FP.SplitB->succ_begin(); in simplifyFlowGraph() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp39 const MCSymbol &SB = B->getSymbol(); in isSymbolRefDifferenceFullyResolved() local
H A DMCExpr.cpp596 const MCSymbol &SB = B->getSymbol(); in AttemptToFoldSymbolOffsetDifference() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp166 const MCSymbol *SB = &B->getSymbol(); in recordARMScatteredHalfRelocation() local
276 const MCSymbol *SB = &B->getSymbol(); in recordARMScatteredRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp51 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp45 if (const SelectInst *SB = dyn_cast<SelectInst>(B)) in relatedSelect() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.c261 #define SB(buf, len) \ in encode_string() macro
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp157 for (auto &SB : SerialBufs) in createChainedIncludesSource() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h64 const SuperBlock *SB = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp197 auto &SB = getBufferInfo(BufferID); in getLineAndColumn() local
236 auto &SB = getBufferInfo(BufferID); in FindLocForLineAndColumn() local
/freebsd/crypto/libecc/src/examples/hash/
H A Dtdes.c38 static const u32 SB[8][64] = { variable
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h257 auto SB = reinterpret_cast<Segment *>(SegmentBlock.Data); in NewSegment() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp382 const MCSymbol *SB = &B->getSymbol(); in recordScatteredRelocation() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp301 const llvm::UTF8 *SB = in ParseUTF8InvalidSpecifier() local
/freebsd/crypto/libecc/src/hash/
H A Dbelt-hash.c60 #define SB(x, a) PUT_BYTE( S[GET_BYTE((x), (a))], (a) ) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp459 const MCSymbol &SB = Target.getSymB()->getSymbol(); in handleAddSubRelocations() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp123 const msf::SuperBlock *SB = nullptr; in parseFileHeaders() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1727 void SIRegisterInfo::buildVGPRSpillLoadStore(SGPRSpillBuilder &SB, int Index, in buildVGPRSpillLoadStore()
1764 SGPRSpillBuilder SB(*this, *ST.getInstrInfo(), isWave32, MI, Index, RS); in spillSGPR() local
1887 SGPRSpillBuilder SB(*this, *ST.getInstrInfo(), isWave32, MI, Index, RS); in restoreSGPR() local
1966 SGPRSpillBuilder SB(*this, *ST.getInstrInfo(), isWave32, MI, SGPR, false, 0, in spillEmergencySGPR() local
H A DSIFrameLowering.cpp984 PrologEpilogSGPRSpillBuilder SB(Reg, Spill.second, MBB, MBBI, DL, TII, TRI, in emitCSRSpillStores() local
1028 PrologEpilogSGPRSpillBuilder SB(Reg, Spill.second, MBB, MBBI, DL, TII, TRI, in emitCSRSpillRestores() local
1136 PrologEpilogSGPRSpillBuilder SB( in emitPrologue() local

12