| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1187 const LSRUse &LU, const Formula &F); 1191 const LSRUse &LU, const Formula &F, 1241 const LSRUse &LU, 1505 const LSRUse &LU, in RateFormula() argument 1539 NumBaseParts - (1 + (F.Scale && isAMCompletelyFolded(*TTI, LU, F))); in RateFormula() 1543 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue(); in RateFormula() 1546 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula() 1558 if (LU.Kind == LSRUse::Address && Offset.isNonZero() && in RateFormula() 1559 !isAMCompletelyFolded(*TTI, LSRUse::Address, LU.AccessTy, F.BaseGV, in RateFormula() 1598 if (LU.Kind == LSRUse::ICmpZero && !F.hasZeroEnd() && in RateFormula() [all …]
|
| H A D | SROA.cpp | 4364 for (User *LU : LI->users()) { in presplitLoadsAndStores() 4365 auto *SI = dyn_cast<StoreInst>(LU); in presplitLoadsAndStores() 4565 for (User *LU : LI->users()) { in presplitLoadsAndStores() 4566 StoreInst *SI = cast<StoreInst>(LU); in presplitLoadsAndStores()
|
| /src/sys/contrib/ck/include/ |
| H A D | ck_cohort.h | 56 #define CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \ argument 112 LU(cohort->local_lock, local_context); \ 125 #define CK_COHORT_TRYLOCK_PROTOTYPE(N, GL, GU, GI, GTL, LL, LU, LI, LTL) \ argument 126 CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \ 144 LU(cohort->local_lock, local_unlock_context); \
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.cpp | 303 auto LD = LastDef[R], LU = LastUse[R]; in computeInitialLiveRanges() local 306 if (LU == IndexType::None) in computeInitialLiveRanges() 307 LU = IndexType::Exit; in computeInitialLiveRanges() 308 LiveMap[R].add(LD, LU, false, false); in computeInitialLiveRanges()
|
| H A D | HexagonISelLowering.cpp | 3125 SDValue LU = LowerUnalignedLoad(SDValue(LN, 0), DAG); in LowerLoad() local 3127 SDValue TP = getInstr(Hexagon::C2_tfrrp, dl, MemTy, {LU}, DAG); in LowerLoad() 3133 SDValue Ch = cast<LoadSDNode>(LU.getNode())->getChain(); in LowerLoad() 3136 return LU; in LowerLoad()
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 221 const Use *LU = L.first; in predictValueUseListOrderImpl() local 223 if (LU == RU) in predictValueUseListOrderImpl() 226 auto LID = OM.lookup(LU->getUser()).first; in predictValueUseListOrderImpl() 237 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl() 259 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrderImpl() 260 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | bitmap.h | 256 if (group_masked == 0LU) { in bitmap_ffu() 257 if (group == 0LU) { in bitmap_ffu()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 623 auto &LU = DMI->second; in collectLastUses() local 624 LastUses.append(LU.begin(), LU.end()); in collectLastUses() 1639 SmallVector<Pass *, 1> LU; in addLowerLevelRequiredPass() local 1640 LU.push_back(FoundPass); in addLowerLevelRequiredPass() 1641 FPP->setLastUser(LU, P); in addLowerLevelRequiredPass()
|
| H A D | AsmWriter.cpp | 197 const Use *LU = L.first; in predictValueUseListOrder() local 199 if (LU == RU) in predictValueUseListOrder() 202 auto LID = OM.lookup(LU->getUser()); in predictValueUseListOrder() 223 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrder() 224 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrder()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 190 const Use *LU = L.first; in predictValueUseListOrderImpl() local 192 if (LU == RU) in predictValueUseListOrderImpl() 195 auto LID = OM.lookup(LU->getUser()).first; in predictValueUseListOrderImpl() 216 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrderImpl() 217 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl()
|
| /src/secure/caroot/untrusted/ |
| H A D | LuxTrust_Global_Root_2.pem | 19 Issuer: C = LU, O = LuxTrust S.A., CN = LuxTrust Global Root 2 23 Subject: C = LU, O = LuxTrust S.A., CN = LuxTrust Global Root 2
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1895 if (const auto *LU = M.getNamedGlobal("llvm.used")) { in emitLinkerDirectives() local 1896 assert(LU->hasInitializer() && "expected llvm.used to have an initializer"); in emitLinkerDirectives() 1897 assert(isa<ArrayType>(LU->getValueType()) && in emitLinkerDirectives() 1899 if (const auto *A = cast<ConstantArray>(LU->getInitializer())) { in emitLinkerDirectives()
|
| H A D | MachineScheduler.cpp | 2191 for (SUnit *LU : LocalUses) { in constrainLocalCopy() 2192 LLVM_DEBUG(dbgs() << " Local use SU(" << LU->NodeNum << ") -> SU(" in constrainLocalCopy() 2194 DAG->addEdge(GlobalSU, SDep(LU, SDep::Weak)); in constrainLocalCopy()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP8.td | 195 // Instructions of FX, LU or LS pipeline
|
| /src/usr.sbin/tzsetup/ |
| H A D | baseline | 349 LU:Luxembourg
|
| /src/share/misc/ |
| H A D | iso3166 | 150 LU LUX 442 Luxembourg
|
| /src/contrib/tzdata/ |
| H A D | zone.tab | 253 LU +4936+00609 Europe/Luxembourg
|
| H A D | zone1970.tab | 81 BE,LU,NL +5050+00420 Europe/Brussels
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 8857 auto *LU = dyn_cast<BinaryOperator>(L); in matchSimpleRecurrence() local 8858 if (!LU) in matchSimpleRecurrence() 8860 unsigned Opcode = LU->getOpcode(); in matchSimpleRecurrence() 8875 Value *LL = LU->getOperand(0); in matchSimpleRecurrence() 8876 Value *LR = LU->getOperand(1); in matchSimpleRecurrence() 8895 BO = LU; in matchSimpleRecurrence()
|
| H A D | ScalarEvolution.cpp | 705 const SCEVUnknown *LU = cast<SCEVUnknown>(LHS); in CompareSCEVComplexity() local 708 int X = CompareValueComplexity(EqCacheValue, LI, LU->getValue(), in CompareSCEVComplexity() 12145 if (const SCEVUnknown *LU = dyn_cast<SCEVUnknown>(LHS)) in isImpliedViaMerge() local 12146 if (auto *Phi = dyn_cast<PHINode>(LU->getValue())) { in isImpliedViaMerge()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4254 if (all_of(MLU, [&](decltype(MLU.front()) &LU) { in getMaximizedVFForTarget() argument 4255 return LU.second <= TTI.getNumberOfRegisters(LU.first); in getMaximizedVFForTarget()
|
| /src/sys/conf/ |
| H A D | NOTES | 2528 # the Billionton USB100, the Melco LU-ATX, the D-Link DSB-650TX
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 2135 M. Hatzopoulos A note on the LU factorization of a
|
| /src/crypto/heimdal/lib/wind/ |
| H A D | UnicodeData.txt | 2617 0E26;THAI CHARACTER LU;Lo;0;L;;;;;N;THAI LETTER LU;;;; 3331 1209;ETHIOPIC SYLLABLE LU;Lo;0;L;;;;;N;;;;; 3691 13B7;CHEROKEE LETTER LU;Lo;0;L;;;;;N;;;;; 4298 1622;CANADIAN SYLLABICS CARRIER LU;Lo;0;L;;;;;N;;;;; 9859 A1D0;YI SYLLABLE LU;Lo;0;L;;;;;N;;;;; 12633 10813;CYPRIOT SYLLABLE LU;Lo;0;R;;;;;N;;;;;
|
| /src/crypto/krb5/src/lib/krb5/unicode/ |
| H A D | UnicodeData.txt | 2532 0E26;THAI CHARACTER LU;Lo;0;L;;;;;N;THAI LETTER LU;;;; 3246 1209;ETHIOPIC SYLLABLE LU;Lo;0;L;;;;;N;;;;; 3606 13B7;CHEROKEE LETTER LU;Lo;0;L;;;;;N;;;;; 4213 1622;CANADIAN SYLLABICS CARRIER LU;Lo;0;L;;;;;N;;;;; 9410 A1D0;YI SYLLABLE LU;Lo;0;L;;;;;N;;;;;
|