/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghash-x86_64.pl | 145 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or subroutine
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | smmintrin.h | 1718 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument 1777 #define _mm_cmpestri(A, LA, B, LB, M) \ argument 2080 #define _mm_cmpestra(A, LA, B, LB, M) \ argument 2134 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument 2187 #define _mm_cmpestro(A, LA, B, LB, M) \ argument 2242 #define _mm_cmpestrs(A, LA, B, LB, M) \ argument 2296 #define _mm_cmpestrz(A, LA, B, LB, M) \ argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BranchProbabilityInfo.h | 311 bool belongsToSameLoop(const LoopBlock &LB) const { in belongsToSameLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLoopInfo.cpp | 154 MachineBasicBlock *HB = L->getHeader(), *LB = L->getLoopLatch(); in findLoopPreheader() local
|
H A D | SpillPlacement.cpp | 261 for (const BlockConstraint &LB : LiveBlocks) { in addConstraints() local
|
H A D | MachineTraceMetrics.cpp | 463 LoopBounds &LB; member in llvm::po_iterator_storage
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 351 if (auto *LB = dyn_cast<DILexicalBlockBase>(this)) in getScope() local 458 auto *LB = ConstantAsMetadata::get( in getImpl() local 467 auto *LB = ConstantAsMetadata::get( in getImpl() local 474 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl() 503 Metadata *LB = getRawLowerBound(); in getLowerBound() local 570 Metadata *CountNode, Metadata *LB, in getImpl() 597 Metadata *LB = getRawLowerBound(); in getLowerBound() local
|
H A D | DIBuilder.cpp | 714 auto *LB = ConstantAsMetadata::get( in getOrCreateSubrange() local 722 auto *LB = ConstantAsMetadata::get( in getOrCreateSubrange() local 727 DISubrange *DIBuilder::getOrCreateSubrange(Metadata *CountNode, Metadata *LB, in getOrCreateSubrange() 733 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()
|
H A D | Metadata.cpp | 1253 APInt LB = EndPoints[Size - 2]->getValue(); in tryMergeRange() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1005 if (auto LB = Subrange->getLowerBound()) in dependencies() local 1018 if (auto LB = GenericSubrange->getLowerBound()) in dependencies() local 1722 DIE *DwarfCompileUnit::getLexicalBlockDIE(const DILexicalBlock *LB) { in getLexicalBlockDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp | 22 std::optional<uint64_t> LB; in appendArrayType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 355 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Enters) const { in getLoopEnterBlocks() argument 366 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Exits) const { in getLoopExitBlocks() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 821 BasicBlock *LB = recalculatePlacement(Node, NCM, Loc); in recalculatePlacementRec() local 845 BasicBlock *LB = L->getLoopLatch(); in isInMainPath() local
|
H A D | HexagonBitSimplify.cpp | 1286 unsigned LB, LE; in computeUsedBits() local 2945 MachineBasicBlock *LB, *PB, *EB; member 2957 MachineBasicBlock *LB, *PB; // Loop Block, Preheader Block member 3102 void HexagonLoopRescheduling::moveGroup(InstrGroup &G, MachineBasicBlock &LB, in moveGroup()
|
H A D | HexagonSplitDouble.cpp | 477 const MachineBasicBlock *LB = L->getLoopLatch(); in collectIndRegsForLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 1007 unsigned LB = getScoreLB(T); in print() local 1063 const unsigned LB = getScoreLB(T); in determineWait() local
|
H A D | R600MachineCFGStructurizer.cpp | 1023 for (auto *LB : inverse_children<MachineBasicBlock*>(LoopHeader)) in mergeLoop() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 367 SourceLocation LB, SourceLocation RB) in CompoundStmt() 385 SourceLocation LB, SourceLocation RB) { in Create()
|
H A D | ComputeDependence.cpp | 455 if (auto *LB = E->getLowerBound()) in computeDependence() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 914 llvm::Value *LB = nullptr; member
|
H A D | CGStmtOpenMP.cpp | 3140 LValue LB = in emitDistributeParallelForInnerBounds() local 3182 Address LB, Address UB) { in emitDistributeParallelForDispatchBounds() 3201 LValue LB = in emitDistributeParallelForDistributeInnerBoundParams() local 3364 LValue LB = Bounds.first; in EmitOMPWorksharingLoop() local 3556 LValue LB = in emitForLoopBounds() local 3569 Address LB, Address UB) { in emitDispatchForLoopBounds() 4031 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections() local 5698 LValue LB = EmitOMPHelperVar( in EmitOMPDistributeLoop() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 725 Expr *LB; member 776 Expr *LB; member 1202 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2129 Value *LB = ConstantInt::get(I32Ty, 0); in createSections() local 3936 Value *LB = Builder.CreateSelect(IsNeg, Stop, Start); in createCanonicalLoop() local 6215 int32_t LB, UB; in readThreadBoundsForKernel() local 6233 Function &Kernel, int32_t LB, in writeThreadBoundsForKernel() 6253 int32_t LB, int32_t UB) { in writeTeamsForKernel()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 222 coro::LowererBase LB(*Wrapper->getParent()); in lowerAwaitSuspend() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 2123 StringRef LB = getBufferOrFake(LOffs.first).getBufferIdentifier(); in isInTheSameTranslationUnit() local
|