| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | PatternMatch.h | 83 LTy L; member 100 LTy L; member 116 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 122 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) { in m_CombineAnd() 375 LHS_t L; member 395 m_Add(const LHS &L, const RHS &R) { in m_Add() 401 m_FAdd(const LHS &L, const RHS &R) { in m_FAdd() 407 m_Sub(const LHS &L, const RHS &R) { in m_Sub() 413 m_FSub(const LHS &L, const RHS &R) { in m_FSub() 419 m_Mul(const LHS &L, const RHS &R) { in m_Mul() [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | LoopPass.cpp | 40 bool runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() 69 void LPPassManager::deleteLoopFromQueue(Loop *L) { in deleteLoopFromQueue() 94 void LPPassManager::insertLoop(Loop *L, Loop *ParentLoop) { in insertLoop() 107 void LPPassManager::insertLoopIntoQueue(Loop *L) { in insertLoopIntoQueue() 131 void LPPassManager::redoLoop(Loop *L) { in redoLoop() 139 BasicBlock *To, Loop *L) { in cloneBasicBlockSimpleAnalysis() 147 void LPPassManager::deleteSimpleAnalysisValue(Value *V, Loop *L) { in deleteSimpleAnalysisValue() 163 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue() 204 Loop *L = *I; in runOnFunction() local
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-diff/ |
| D | DifferenceEngine.cpp | 82 unsigned L = R - 1; in remove_min() local 156 bool tryUnify(BasicBlock *L, BasicBlock *R) { in tryUnify() 175 void unify(Instruction *L, Instruction *R) { in unify() 192 void diff(BasicBlock *L, BasicBlock *R) { in diff() 226 bool diffCallSites(CallSite L, CallSite R, bool Complain) { in diffCallSites() 246 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { in diff() 364 bool equivalentAsOperands(Constant *L, Constant *R) { in equivalentAsOperands() 396 bool equivalentAsOperands(ConstantExpr *L, ConstantExpr *R) { in equivalentAsOperands() 427 bool equivalentAsOperands(Value *L, Value *R) { in equivalentAsOperands() 459 void diff(Function *L, Function *R) { in diff() [all …]
|
| D | DiffConsumer.cpp | 103 Function *L = cast<Function>(I->L); in header() local 111 BasicBlock *L = cast<BasicBlock>(I->L); in header() local 143 void DiffConsumer::enterContext(Value *L, Value *R) { in enterContext()
|
| D | DiffLog.cpp | 33 void DiffLogBuilder::addMatch(Instruction *L, Instruction *R) { in addMatch() 36 void DiffLogBuilder::addLeft(Instruction *L) { in addLeft()
|
| /freebsd-9-stable/contrib/gcc/ |
| 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 …]
|
| /freebsd-9-stable/contrib/llvm/include/llvm/MC/ |
| D | MCDwarf.h | 307 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) in MCCFIInstruction() 313 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction() 321 static MCCFIInstruction createDefCfa(MCSymbol *L, unsigned Register, in createDefCfa() 328 static MCCFIInstruction createDefCfaRegister(MCSymbol *L, unsigned Register) { in createDefCfaRegister() 335 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) { in createDefCfaOffset() 342 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset() 348 static MCCFIInstruction createOffset(MCSymbol *L, unsigned Register, in createOffset() 356 static MCCFIInstruction createRelOffset(MCSymbol *L, unsigned Register, in createRelOffset() 363 static MCCFIInstruction createRegister(MCSymbol *L, unsigned Register1, in createRegister() 369 static MCCFIInstruction createWindowSave(MCSymbol *L) { in createWindowSave() [all …]
|
| D | MCWin64EH.h | 36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg) in MCWin64EHInstruction() 40 MCWin64EHInstruction(MCSymbol *L, unsigned Size) in MCWin64EHInstruction() 43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off) in MCWin64EHInstruction() 51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code) in MCWin64EHInstruction()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 71 llvm::PointerIntPair<const LocationContext *, 2, unsigned> L; variable 197 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument 220 BlockExit(const CFGBlock *B, const LocationContext *L) in BlockExit() 241 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, in StmtPoint() 267 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument 284 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() argument 289 : StmtPoint(S, NULL, k, L, tag) {} in StmtPoint() argument 293 : StmtPoint(S, NULL, PostStmtKind, L, tag) {} in StmtPoint() argument 308 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() argument 321 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | Timer.cpp | 209 sys::SmartScopedLock<true> L(*TimerLock); in get() local 229 sys::SmartScopedLock<true> L(*TimerLock); in getNamedRegionTimer() local 257 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup() local 272 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup() local 280 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer() local 304 sys::SmartScopedLock<true> L(*TimerLock); in addTimer() local 365 sys::SmartScopedLock<true> L(*TimerLock); in print() local 385 sys::SmartScopedLock<true> L(*TimerLock); in printAll() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Visibility.h | 47 inline Visibility minVisibility(Visibility L, Visibility R) { in minVisibility() 60 LinkageInfo(Linkage L, Visibility V, bool E) in LinkageInfo() 83 void setLinkage(Linkage L) { linkage_ = L; } in setLinkage() 85 void mergeLinkage(Linkage L) { in mergeLinkage() 92 void mergeExternalVisibility(Linkage L) { in mergeExternalVisibility()
|
| D | Linkage.h | 69 inline bool isExternallyVisible(Linkage L) { in isExternallyVisible() 73 inline Linkage getFormalLinkage(Linkage L) { in getFormalLinkage() 81 inline bool isExternalFormalLinkage(Linkage L) { in isExternalFormalLinkage()
|
| /freebsd-9-stable/contrib/gdtoa/ |
| D | arithchk.c | 48 long L[2]; in Lcheck() member 52 long L; in Lcheck() member 75 int L[2]; in icheck() member 79 int L; in icheck() member 104 long L; in ccheck() member
|
| D | strtorxL.c | 52 ULtoxL(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtoxL() argument 88 strtorxL(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorxL() argument
|
| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | ImmutableList.h | 44 const ImmutableListImpl* L){ in Profile() 82 const ImmutableListImpl<T>* L; variable 118 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual() 173 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos); in concat() local 188 ImmutableList<T> add(const T& D, ImmutableList<T> L) { in add()
|
| /freebsd-9-stable/crypto/openssl/test/ |
| D | SHAmix.r | 1 [L = 64] globalVar 21 [L = 48] globalVar 41 [L = 32] globalVar 61 [L = 28] globalVar 81 [L = 20] globalVar
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Analysis/ |
| D | LoopPass.h | 45 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization() 80 virtual void cloneBasicBlockAnalysis(BasicBlock *F, BasicBlock *T, Loop *L) {} in cloneBasicBlockAnalysis() 83 virtual void deleteAnalysisValue(Value *V, Loop *L) {} in deleteAnalysisValue()
|
| D | LoopInfo.h | 99 void setParentLoop(LoopT *L) { ParentLoop = L; } in setParentLoop() 104 bool contains(const LoopT *L) const { in contains() 503 const LoopT *L = getLoopFor(BB); in getLoopDepth() local 509 const LoopT *L = getLoopFor(BB); in isLoopHeader() local 518 LoopT *L = *I; in removeLoop() local 527 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor() 560 for (LoopT *L = I->second; L; L = L->getParentLoop()) in removeBlock() local 660 inline void changeLoopFor(BasicBlock *BB, Loop *L) { in changeLoopFor()
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | LoopUnswitch.cpp | 185 void RemoveLoopFromWorklist(Loop *L) { in RemoveLoopFromWorklist() 224 bool LUAnalysisCache::countLoop(const Loop *L, const TargetTransformInfo &TTI) { in countLoop() 276 void LUAnalysisCache::forgetLoop(const Loop *L) { in forgetLoop() 351 static Value *FindLIVLoopCondition(Value *Cond, Loop *L, bool &Changed) { in FindLIVLoopCondition() 384 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop() 505 static bool isTrivialLoopExitBlockHelper(Loop *L, BasicBlock *BB, in isTrivialLoopExitBlockHelper() 540 static BasicBlock *isTrivialLoopExitBlock(Loop *L, BasicBlock *BB) { in isTrivialLoopExitBlock() 661 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, in CloneLoop() 710 void LoopUnswitch::UnswitchTrivialCondition(Loop *L, Value *Cond, in UnswitchTrivialCondition() 753 void LoopUnswitch::SplitExitEdges(Loop *L, in SplitExitEdges() [all …]
|
| D | IndVarSimplify.cpp | 241 void IndVarSimplify::HandleFloatingPointIV(Loop *L, PHINode *PN) { in HandleFloatingPointIV() 439 void IndVarSimplify::RewriteNonIntegerIVs(Loop *L) { in RewriteNonIntegerIVs() 477 void IndVarSimplify::RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { in RewriteLoopExitValues() 710 Loop *L; member in __anonadc86d440311::WidenIV 762 static bool isLoopInvariant(Value *V, const Loop *L, const DominatorTree *DT) { in isLoopInvariant() 775 for (const Loop *L = LI->getLoopFor(Use->getParent()); in getExtend() local 1093 void IndVarSimplify::SimplifyAndExtend(Loop *L, in SimplifyAndExtend() 1160 const SCEV *L = SE->getSCEV(OrigCond->getOperand(0)); in isHighCostExpansion() local 1202 static bool canExpandBackedgeTakenCount(Loop *L, ScalarEvolution *SE) { in canExpandBackedgeTakenCount() 1225 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() [all …]
|
| /freebsd-9-stable/sys/netinet/ |
| D | if_atm.c | 68 #define GET3BYTE(V, A, L) do { \ argument 74 #define GET2BYTE(V, A, L) do { \ argument 80 #define GET1BYTE(V, A, L) do { \ argument
|
| /freebsd-9-stable/crypto/heimdal/lib/auth/afskauthlib/ |
| D | Makefile.am | 30 L = \ macro 41 L = \ macro
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | LoopSimplify.cpp | 81 Loop *L; member 145 bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) { in ProcessLoop() 371 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, Pass *PP) { in InsertPreheaderForLoop() 417 BasicBlock *LoopSimplify::RewriteLoopExitBlock(Loop *L, BasicBlock *Exit) { in RewriteLoopExitBlock() 469 static PHINode *FindPHIToPartitionLoops(Loop *L, DominatorTree *DT, in FindPHIToPartitionLoops() 497 Loop *L) { in PlaceSplitBlockCarefully() 547 Loop *LoopSimplify::SeparateNestedLoop(Loop *L, LPPassManager &LPM, in SeparateNestedLoop() 654 LoopSimplify::InsertUniqueBackedgeBlock(Loop *L, BasicBlock *Preheader) { in InsertUniqueBackedgeBlock()
|
| /freebsd-9-stable/crypto/heimdal/lib/auth/sia/ |
| D | Makefile.am | 19 L = \ macro 45 L = \ macro
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | ammintrin.h | 58 #define _mm_extracti_si64(X, I, L) \ argument 67 #define _mm_inserti_si64(X, Y, I, L) \ argument
|