/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFTargetStreamer.cpp | 101 unsigned ParamsSize, SMLoc L) { in emitFPOProc() 108 bool X86WinCOFFAsmTargetStreamer::emitFPOEndPrologue(SMLoc L) { in emitFPOEndPrologue() 113 bool X86WinCOFFAsmTargetStreamer::emitFPOEndProc(SMLoc L) { in emitFPOEndProc() 119 SMLoc L) { in emitFPOData() 126 bool X86WinCOFFAsmTargetStreamer::emitFPOPushReg(unsigned Reg, SMLoc L) { in emitFPOPushReg() 134 SMLoc L) { in emitFPOStackAlloc() 139 bool X86WinCOFFAsmTargetStreamer::emitFPOStackAlign(unsigned Align, SMLoc L) { in emitFPOStackAlign() 144 bool X86WinCOFFAsmTargetStreamer::emitFPOSetFrame(unsigned Reg, SMLoc L) { in emitFPOSetFrame() 151 bool X86WinCOFFTargetStreamer::checkInFPOPrologue(SMLoc L) { in checkInFPOPrologue() 168 unsigned ParamsSize, SMLoc L) { in emitFPOProc() [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 94 llvm::PointerIntPair<const LocationContext *, 2, unsigned> L; variable 227 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument 250 BlockExit(const CFGBlock *B, const LocationContext *L) in BlockExit() 271 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() 297 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument 314 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() argument 319 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument 323 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument 361 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() argument 374 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-vectorizer.h | 139 #define LOOP_VINFO_LOOP(L) (L)->loop argument 140 #define LOOP_VINFO_BBS(L) (L)->bbs argument 141 #define LOOP_VINFO_EXIT_COND(L) (L)->exit_cond argument 142 #define LOOP_VINFO_NITERS(L) (L)->num_iters argument 143 #define LOOP_VINFO_VECTORIZABLE_P(L) (L)->vectorizable argument 144 #define LOOP_VINFO_VECT_FACTOR(L) (L)->vectorization_factor argument 145 #define LOOP_VINFO_PTR_MASK(L) (L)->ptr_mask argument 146 #define LOOP_VINFO_DATAREFS(L) (L)->datarefs argument 147 #define LOOP_VINFO_DDRS(L) (L)->ddrs argument 148 #define LOOP_VINFO_INT_NITERS(L) (TREE_INT_CST_LOW ((L)->num_iters)) argument [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 188 LTy L; member 203 LTy L; member 218 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 224 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) { in m_CombineAnd() 905 LHS_t L; member 922 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() 953 LHS_t L; member 979 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L, in m_Add() 985 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L, in m_FAdd() 991 inline BinaryOp_match<LHS, RHS, Instruction::Sub> m_Sub(const LHS &L, in m_Sub() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
H A D | scope01.C | 6 struct L { struct 9 struct Linner { argument 14 class A : public L {}; argument
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | Linkage.h | 81 inline bool isDiscardableGVALinkage(GVALinkage L) { in isDiscardableGVALinkage() 87 inline bool isUniqueGVALinkage(GVALinkage L) { in isUniqueGVALinkage() 91 inline bool isExternallyVisible(Linkage L) { in isExternallyVisible() 95 inline Linkage getFormalLinkage(Linkage L) { in getFormalLinkage() 108 inline bool isExternalFormalLinkage(Linkage L) { in isExternalFormalLinkage()
|
H A D | Visibility.h | 48 inline Visibility minVisibility(Visibility L, Visibility R) { in minVisibility() 61 LinkageInfo(Linkage L, Visibility V, bool E) in LinkageInfo() 87 void setLinkage(Linkage L) { linkage_ = L; } in setLinkage() 89 void mergeLinkage(Linkage L) { in mergeLinkage() 96 void mergeExternalVisibility(Linkage L) { in mergeExternalVisibility()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Timer.cpp | 254 sys::SmartScopedLock<true> L(*TimerLock); in get() local 291 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup() local 316 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup() local 324 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer() local 347 sys::SmartScopedLock<true> L(*TimerLock); in addTimer() local 429 sys::SmartScopedLock<true> L(*TimerLock); in print() local 439 sys::SmartScopedLock<true> L(*TimerLock); in clear() local 445 sys::SmartScopedLock<true> L(*TimerLock); in printAll() local 452 sys::SmartScopedLock<true> L(*TimerLock); in clearAll() local 469 sys::SmartScopedLock<true> L(*TimerLock); in printJSONValues() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 36 IVUsers IVUsersAnalysis::run(Loop &L, LoopAnalysisManager &AM, in run() 56 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() 98 const Loop *L, DominatorTree *DT) { in IVUseShouldUsePostIncValue() 212 auto *L = AR->getLoop(); in AddUsersIfInteresting() local 251 IVUsers::IVUsers(Loop *L, AssumptionCache *AC, LoopInfo *LI, DominatorTree *DT, in IVUsers() 312 bool IVUsersWrapperPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() 341 static const SCEVAddRecExpr *findAddRecForLoop(const SCEV *S, const Loop *L) { in findAddRecForLoop() 364 void IVStrideUse::transformToPostInc(const Loop *L) { in transformToPostInc()
|
H A D | LoopCacheAnalysis.cpp | 82 const Loop &L, ScalarEvolution &SE) { in isOneDimensionalArray() 109 static const SCEV *computeTripCount(const Loop &L, const SCEV &ElemSize, in computeTripCount() 216 unsigned MaxDistance, const Loop &L, in hasTemporalReuse() 272 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost() 375 if (Loop *L = LI.getLoopFor(BB)) { in delinearize() local 462 bool IndexedReference::isConsecutive(const Loop &L, const SCEV *&Stride, in isConsecutive() 551 const Loop *L = LC.first; in operator <<() local 565 for (const Loop *L : Loops) { in CacheCost() local 601 for (const Loop *L : Loops) { in calculateCacheFootprint() local 691 CacheCost::computeLoopCacheCost(const Loop &L, in computeLoopCacheCost() [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | list_test.cpp | 30 static void setList(ListT *L, ListItem *I1 = nullptr, ListItem *I2 = nullptr, in setList() 42 static void checkList(ListT *L, ListItem *I1, ListItem *I2 = nullptr, in checkList() 73 ListT L; in testListCommon() local 134 SLList L; in TEST() local 184 DLList L; in TEST() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 520 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction() 525 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, unsigned AS) in MCCFIInstruction() 533 static MCCFIInstruction cfiDefCfa(MCSymbol *L, unsigned Register, in cfiDefCfa() 540 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) { in createDefCfaRegister() 547 static MCCFIInstruction cfiDefCfaOffset(MCSymbol *L, int Offset) { in cfiDefCfaOffset() 554 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset() 562 static MCCFIInstruction createLLVMDefAspaceCfa(MCSymbol *L, unsigned Register, in createLLVMDefAspaceCfa() 571 static MCCFIInstruction createOffset(MCSymbol *L, unsigned Register, in createOffset() 579 static MCCFIInstruction createRelOffset(MCSymbol *L, unsigned Register, in createRelOffset() 586 static MCCFIInstruction createRegister(MCSymbol *L, unsigned Register1, in createRegister() [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 81 unsigned L = R - 1; in remove_min() local 247 bool tryUnify(const BasicBlock *L, const BasicBlock *R) { in tryUnify() 266 void unify(const Instruction *L, const Instruction *R) { in unify() 303 void diff(const BasicBlock *L, const BasicBlock *R) { in diff() 344 bool diffCallSites(const CallBase &L, const CallBase &R, bool Complain) { in diffCallSites() 369 bool diff(const Instruction *L, const Instruction *R, bool Complain, in diff() 553 bool equivalentAsOperands(const Constant *L, const Constant *R, in equivalentAsOperands() 654 bool equivalentAsOperands(const ConstantExpr *L, const ConstantExpr *R, in equivalentAsOperands() 711 bool equivalentAsOperands(const Value *L, const Value *R, in equivalentAsOperands() 775 void diff(const Function *L, const Function *R) { in diff() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 119 const LoopT *L = static_cast<const LoopT *>(this); in getOutermostLoop() local 126 LoopT *L = static_cast<LoopT *>(this); in getOutermostLoop() local 133 void setParentLoop(LoopT *L) { in setParentLoop() 139 bool contains(const LoopT *L) const { in contains() 362 static void getInnerLoopsInPreorder(const LoopT &L, in getInnerLoopsInPreorder() 368 LoopT *L = PreOrderWorklist.pop_back_val(); in getInnerLoopsInPreorder() local 734 const Loop &L; member 1000 const LoopT *L = getLoopFor(BB); in getLoopDepth() local 1006 const LoopT *L = getLoopFor(BB); in isLoopHeader() local 1021 LoopT *L = *I; in removeLoop() local [all …]
|
H A D | LoopInfoImpl.h | 77 std::pair<BlockT *, bool> getExitBlockHelper(const LoopBase<BlockT, LoopT> *L, in getExitBlockHelper() 128 void getUniqueExitBlocksHelper(const LoopT *L, in getUniqueExitBlocksHelper() 271 LoopT *L = static_cast<LoopT *>(this); in addBasicBlockToLoop() local 438 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT *> Backedges, in discoverAndMapSubloop() 575 LoopT *L = AllocateLoop(Header); in analyze() local 617 LoopT *L = PreOrderWorklist.pop_back_val(); in getLoopsInReverseSiblingPreorder() local 651 const LoopT &L) { in addInnerLoopsToHeadersMap() 659 static void compareLoops(const LoopT *L, const LoopT *OtherL, in compareLoops() 711 LoopT *L = Entry.second; in verify() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 57 bool llvm::formDedicatedExitBlocks(Loop *L, DominatorTree *DT, LoopInfo *LI, in formDedicatedExitBlocks() 123 SmallVector<Instruction *, 8> llvm::findDefsUsedOutsideOfLoop(Loop *L) { in findDefsUsedOutsideOfLoop() 344 bool llvm::hasDisableAllTransformsHint(const Loop *L) { in hasDisableAllTransformsHint() 348 bool llvm::hasDisableLICMTransformsHint(const Loop *L) { in hasDisableLICMTransformsHint() 352 TransformationMode llvm::hasUnrollTransformation(const Loop *L) { in hasUnrollTransformation() 373 TransformationMode llvm::hasUnrollAndJamTransformation(const Loop *L) { in hasUnrollAndJamTransformation() 391 TransformationMode llvm::hasVectorizeTransformation(const Loop *L) { in hasVectorizeTransformation() 427 TransformationMode llvm::hasDistributeTransformation(const Loop *L) { in hasDistributeTransformation() 437 TransformationMode llvm::hasLICMVersioningTransformation(const Loop *L) { in hasLICMVersioningTransformation() 469 void llvm::deleteDeadLoop(Loop *L, DominatorTree *DT, ScalarEvolution *SE, in deleteDeadLoop() [all …]
|
H A D | LoopPeel.cpp | 83 bool llvm::canPeel(const Loop *L) { in canPeel() 180 const Loop &L; member in __anon2c96c6450111::PhiAnalyzer 187 PhiAnalyzer::PhiAnalyzer(const Loop &L, unsigned MaxIterations) in PhiAnalyzer() 276 static unsigned peelToTurnInvariantLoadsDerefencebale(Loop &L, in peelToTurnInvariantLoadsDerefencebale() 343 static unsigned countToEliminateCompares(Loop &L, unsigned MaxPeelCount, in countToEliminateCompares() 450 static bool violatesLegacyMultiExitLoopCheck(Loop *L) { in violatesLegacyMultiExitLoopCheck() 472 void llvm::computePeelCount(Loop *L, unsigned LoopSize, in computePeelCount() 629 Loop *L) { in initBranchWeights() 690 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot, in cloneLoopBlocks() 811 llvm::gatherPeelingPreferences(Loop *L, ScalarEvolution &SE, in gatherPeelingPreferences() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Tree.cpp | 186 if (const auto *L = dyn_cast<syntax::Leaf>(N)) { in dumpNode() local 231 if (const auto *L = dyn_cast<syntax::Leaf>(N)) { in dumpTokens() local 261 const auto *L = dyn_cast<List>(T); in assertInvariants() local 285 if (const auto *L = dyn_cast<syntax::Leaf>(&C)) in findFirstLeaf() local 287 if (const auto *L = cast<syntax::Tree>(C).findFirstLeaf()) in findFirstLeaf() local 295 if (const auto *L = dyn_cast<syntax::Leaf>(C)) in findLastLeaf() local 297 if (const auto *L = cast<syntax::Tree>(C)->findLastLeaf()) in findLastLeaf() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopPassManager.cpp | 27 LPMUpdater &>::run(Loop &L, LoopAnalysisManager &AM, in run() 68 LoopPassManager::runWithLoopNestPasses(Loop &L, LoopAnalysisManager &AM, in runWithLoopNestPasses() 151 LoopPassManager::runWithoutLoopNestPasses(Loop &L, LoopAnalysisManager &AM, in runWithoutLoopNestPasses() 274 const Loop *L = LPtr ? *LPtr : nullptr; in run() local 287 Loop *L = Worklist.pop_back_val(); in run() local 368 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
|
H A D | LoopBoundSplit.cpp | 52 ConditionInfo &Cond, const Loop &L) { in analyzeICmp() 80 static bool calculateUpperBound(const Loop &L, ScalarEvolution &SE, in calculateUpperBound() 125 static bool hasProcessableCondition(const Loop &L, ScalarEvolution &SE, in hasProcessableCondition() 179 static bool canSplitLoopBound(const Loop &L, const DominatorTree &DT, in canSplitLoopBound() 223 static bool isProfitableToTransform(const Loop &L, const BranchInst *BI) { in isProfitableToTransform() 243 static BranchInst *findSplitCandidate(const Loop &L, ScalarEvolution &SE, in findSplitCandidate() 288 static bool splitLoopBound(Loop &L, DominatorTree &DT, LoopInfo &LI, in splitLoopBound() 473 PreservedAnalyses LoopBoundSplitPass::run(Loop &L, LoopAnalysisManager &AM, in run()
|
H A D | LoopUnrollPass.cpp | 184 Loop *L, ScalarEvolution &SE, const TargetTransformInfo &TTI, in gatherUnrollingPreferences() 347 const Loop *L, unsigned TripCount, DominatorTree &DT, ScalarEvolution &SE, in analyzeLoopUnrollCost() 667 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() 695 static MDNode *getUnrollMetadataForLoop(const Loop *L, StringRef Name) { in getUnrollMetadataForLoop() 702 static bool hasUnrollFullPragma(const Loop *L) { in hasUnrollFullPragma() 708 static bool hasUnrollEnablePragma(const Loop *L) { in hasUnrollEnablePragma() 713 static bool hasRuntimeUnrollDisablePragma(const Loop *L) { in hasRuntimeUnrollDisablePragma() 719 static unsigned unrollCountPragmaValue(const Loop *L) { in unrollCountPragmaValue() 757 UnrollCostEstimator(Loop &L, unsigned LoopSize) : LoopSize(LoopSize) {} in UnrollCostEstimator() 776 shouldPragmaUnroll(Loop *L, const PragmaInfo &PInfo, in shouldPragmaUnroll() [all …]
|
H A D | IndVarSimplify.cpp | 214 bool IndVarSimplify::handleFloatingPointIV(Loop *L, PHINode *PN) { in handleFloatingPointIV() 408 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs() 440 bool IndVarSimplify::rewriteFirstIterationLoopExitValues(Loop *L) { in rewriteFirstIterationLoopExitValues() 598 bool IndVarSimplify::simplifyAndExtend(Loop *L, in simplifyAndExtend() 664 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() 715 static bool needsLFTR(Loop *L, BasicBlock *ExitingBB) { in needsLFTR() 865 static bool isLoopCounter(PHINode* Phi, Loop *L, in isLoopCounter() 894 static PHINode *FindLoopCounter(Loop *L, BasicBlock *ExitingBB, in FindLoopCounter() 979 const SCEV *ExitCount, bool UsePostInc, Loop *L, in genLoopLimit() 1062 linearFunctionTestReplace(Loop *L, BasicBlock *ExitingBB, in linearFunctionTestReplace() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 46 const ImmutableListImpl* L){ in Profile() 87 const ImmutableListImpl<T>* L = nullptr; variable 128 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual() 184 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos); in concat() local 200 [[nodiscard]] ImmutableList<T> add(ElemT &&Data, ImmutableList<T> L) { in add()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclOpenMP.cpp | 30 SourceLocation L, in Create() 58 SourceLocation L, ArrayRef<Expr *> VL, in Create() 86 SourceLocation L, in Create() 103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl() 113 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create() 143 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create()
|
/openbsd-src/lib/libcrypto/modes/ |
H A D | ccm128.c | 65 unsigned int M, unsigned int L, void *key, block128_f block) in CRYPTO_ccm128_init() 82 unsigned int L = ctx->nonce.c[0] & 7; /* the L parameter */ in CRYPTO_ccm128_setiv() local 186 unsigned int i, L; in CRYPTO_ccm128_encrypt() local 273 unsigned int i, L; in CRYPTO_ccm128_decrypt() local 365 unsigned int i, L; in CRYPTO_ccm128_encrypt_ccm64() local 432 unsigned int i, L; in CRYPTO_ccm128_decrypt_ccm64() local
|