Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.cpp125 void Scheduler::eraseBundle(SchedBundle *SB) { Bndls.erase(SB); } in eraseBundle()
147 auto *SB = ReadyN->getSchedBundle(); in tryScheduleUntil() local
214 auto *SB = N != nullptr ? N->getSchedBundle() : nullptr; in getBndlSchedState() local
262 auto *SB = N->getSchedBundle(); in trimSchedule() local
/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.cpp254 SuperBlock *SB = Allocator.Allocate<SuperBlock>(); in generateLayout() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DTransactionAcceptOrRevert.cpp23 const auto &SB = Rgn.getScoreboard(); in runOnRegion() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp226 MachineBasicBlock *SB = *B->succ_begin(); in isPreheader() local
567 MachineBasicBlock *SB = *FP.TrueB->succ_begin(); in isProfitable() local
572 MachineBasicBlock *SB = *FP.FalseB->succ_begin(); in isProfitable() local
607 MachineBasicBlock *SB = I->getBlock(); in visitBlock() local
959 MachineBasicBlock *SB = I->getBlock(); in removeBlock() local
1028 MachineBasicBlock *SB = *FP.SplitB->succ_begin(); in simplifyFlowGraph() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp37 const MCSymbol &SB, in isSymbolRefDifferenceFullyResolved()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp49 const Value *SB = GetRCIdentityRoot(LocB.Ptr); in alias() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp165 if (const MCSymbol *SB = Target.getSubSym()) { in recordARMScatteredHalfRelocation() local
271 if (const MCSymbol *SB = Target.getSubSym()) { in recordARMScatteredRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp44 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.cpp156 for (auto &SB : SerialBufs) in createChainedIncludesSource() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h65 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.cpp371 if (const MCSymbol *SB = Target.getSubSym()) { in recordScatteredRelocation() 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/clang/lib/AST/
H A DFormatString.cpp301 const llvm::UTF8 *SB = in ParseUTF8InvalidSpecifier() 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/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp462 const MCSymbol &SB = *Target.getSubSym(); in addReloc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h106 SchedBundle *SB = nullptr; variable

12