Home
last modified time | relevance | path

Searched defs:LB (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl145 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or subroutine
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h1724 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1783 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
2086 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
2140 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
2193 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
2248 #define _mm_cmpestrs(A, LA, B, LB, M) \ argument
2302 #define _mm_cmpestrz(A, LA, B, LB, M) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h313 bool belongsToSameLoop(const LoopBlock &LB) const { in belongsToSameLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp157 MachineBasicBlock *HB = L->getHeader(), *LB = L->getLoopLatch(); in findLoopPreheader() local
H A DSpillPlacement.cpp293 for (const BlockConstraint &LB : LiveBlocks) { in addConstraints() local
H A DMachineTraceMetrics.cpp492 LoopBounds &LB; member in llvm::po_iterator_storage
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp304 for (auto LB : KI.LaunchBounds) in emitKernelInfo() local
H A DBranchProbabilityInfo.cpp351 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Enters) const { in getLoopEnterBlocks() argument
362 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Exits) const { in getLoopExitBlocks() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp158 if (auto *LB = dyn_cast<DILexicalBlock>(S)) in getLocalScopeLocationOr() local
531 if (auto *LB = dyn_cast<DILexicalBlockBase>(this)) in getScope() local
638 auto *LB = ConstantAsMetadata::get( in getImpl() local
647 auto *LB = ConstantAsMetadata::get( in getImpl() local
654 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl()
683 Metadata *LB = getRawLowerBound(); in getLowerBound() local
750 Metadata *CountNode, Metadata *LB, in getImpl()
777 Metadata *LB = getRawLowerBound(); in getLowerBound() local
H A DDIBuilder.cpp822 auto *LB = ConstantAsMetadata::get( in getOrCreateSubrange() local
830 auto *LB = ConstantAsMetadata::get( in getOrCreateSubrange() local
835 DISubrange *DIBuilder::getOrCreateSubrange(Metadata *CountNode, Metadata *LB, in getOrCreateSubrange()
841 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()
H A DMetadata.cpp1281 const APInt &LB = EndPoints[Size - 2]->getValue(); in tryMergeRange() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFTypePrinter.h100 std::optional<uint64_t> LB; in appendArrayType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1037 if (auto LB = Subrange->getLowerBound()) in dependencies() local
1050 if (auto LB = GenericSubrange->getLowerBound()) in dependencies() local
1777 DIE *DwarfCompileUnit::getLexicalBlockDIE(const DILexicalBlock *LB) { in getLexicalBlockDIE()
/freebsd/tests/sys/netinet/
H A Dsocket_afinet.c427 #define LB SO_REUSEPORT_LB in ATF_TC_BODY() macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp816 BasicBlock *LB = recalculatePlacement(Node, NCM, Loc); in recalculatePlacementRec() local
840 BasicBlock *LB = L->getLoopLatch(); in isInMainPath() local
H A DHexagonBitSimplify.cpp1264 unsigned LB, LE; in computeUsedBits() local
2914 MachineBasicBlock *LB, *PB, *EB; member
2926 MachineBasicBlock *LB, *PB; // Loop Block, Preheader Block member
3071 void HexagonLoopRescheduling::moveGroup(InstrGroup &G, MachineBasicBlock &LB, in moveGroup()
H A DHexagonSplitDouble.cpp471 const MachineBasicBlock *LB = L->getLoopLatch(); in collectIndRegsForLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1122 unsigned LB = getScoreLB(T); in print() local
1189 const unsigned LB = getScoreLB(T); in determineWait() local
H A DR600MachineCFGStructurizer.cpp1012 for (auto *LB : inverse_children<MachineBasicBlock*>(LoopHeader)) in mergeLoop() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h896 llvm::Value *LB = nullptr; member
H A DCGStmtOpenMP.cpp3285 LValue LB = in emitDistributeParallelForInnerBounds() local
3327 Address LB, Address UB) { in emitDistributeParallelForDispatchBounds()
3346 LValue LB = in emitDistributeParallelForDistributeInnerBoundParams() local
3507 LValue LB = Bounds.first; in EmitOMPWorksharingLoop() local
3698 LValue LB = in emitForLoopBounds() local
3711 Address LB, Address UB) { in emitDispatchForLoopBounds()
4184 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections() local
5906 LValue LB = EmitOMPHelperVar( in EmitOMPDistributeLoop() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp375 SourceLocation LB, SourceLocation RB) in CompoundStmt()
392 SourceLocation LB, SourceLocation RB) { in Create()
H A DComputeDependence.cpp457 if (auto *LB = E->getLowerBound()) in computeDependence() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h709 Expr *LB; member
760 Expr *LB; member
1187 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2121 StringRef LB = getBufferOrFake(LOffs.first).getBufferIdentifier(); in isInTheSameTranslationUnit() local

12