| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1051 const LSRUse &LU, const Formula &F); 1055 const LSRUse &LU, const Formula &F, 1105 const LSRUse &LU, 1369 const LSRUse &LU, in RateFormula() argument 1403 NumBaseParts - (1 + (F.Scale && isAMCompletelyFolded(*TTI, LU, F))); in RateFormula() 1407 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue(); in RateFormula() 1410 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula() 1421 if (LU.Kind == LSRUse::Address && Offset != 0 && in RateFormula() 1422 !isAMCompletelyFolded(*TTI, LSRUse::Address, LU.AccessTy, F.BaseGV, in RateFormula() 1457 if (LU.Kind == LSRUse::ICmpZero && !F.hasZeroEnd() && in RateFormula() [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/verify-uselistorder/ |
| H A D | verify-uselistorder.cpp | 315 auto LU = L->use_begin(), LE = L->use_end(); in matches() local 317 skipUnmappedUsers(LU, LE, LM); in matches() 320 while (LU != LE) { in matches() 325 if (LM.lookup(LU->getUser()) != RM.lookup(RU->getUser())) { in matches() 329 if (LU->getOperandNo() != RU->getOperandNo()) { in matches() 333 skipUnmappedUsers(++LU, LE, LM); in matches()
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 192.crt | 21 +oq+sSrkQluF7e5FQp1b6ZD787G3EIKrmiuCaiiEuTM2EhOhY5ch8iDNCVxE+LU=
|
| H A D | 2.key | 26 vybl28ZC73Ex6nNvAhA7kkMg+LU+LUIoWQpqc//OqeIyJWwf7yE=
|
| H A D | 761.chain | 13 ZcozaNYBjhVmjGxBAeHsIrRwHdFccSB32AwriFBBBMKG8PCNSpDc7o3FMGUqJ/LU
|
| H A D | 1908.chain | 34 D9wbkNk7q9/QNpH6XReawxrn/EBlgIOh1aU7ck3GFhvX/WZl20RgjYdCiVDmt/LU
|
| H A D | 915.chain | 39 ++LU/1vkiwIDAQABo08wTTAPBgNVHRMBAf8EBTADAQH/MDoGA1UdHgEB/wQwMC6g
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.cpp | 304 auto LD = LastDef[R], LU = LastUse[R]; in computeInitialLiveRanges() local 307 if (LU == IndexType::None) in computeInitialLiveRanges() 308 LU = IndexType::Exit; in computeInitialLiveRanges() 309 LiveMap[R].add(LD, LU, false, false); in computeInitialLiveRanges()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Rv/ |
| H A D | noname.out_ascii | 6 RREETTUURRNN VVAALLUUEESS
|
| H A D | args.out_ascii | 6 RREETTUURRNN VVAALLUUEESS
|
| H A D | nostd.out_ascii | 6 RREETTUURRNN VVAALLUUEESS
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 617 auto &LU = DMI->second; in collectLastUses() local 618 LastUses.append(LU.begin(), LU.end()); in collectLastUses() 1629 SmallVector<Pass *, 1> LU; in addLowerLevelRequiredPass() local 1630 LU.push_back(FoundPass); in addLowerLevelRequiredPass() 1631 FPP->setLastUser(LU, P); in addLowerLevelRequiredPass()
|
| H A D | AsmWriter.cpp | 196 const Use *LU = L.first; in predictValueUseListOrder() local 198 if (LU == RU) in predictValueUseListOrder() 201 auto LID = OM.lookup(LU->getUser()); in predictValueUseListOrder() 222 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrder() 223 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrder()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 182 const Use *LU = L.first; in predictValueUseListOrderImpl() local 184 if (LU == RU) in predictValueUseListOrderImpl() 187 auto LID = OM.lookup(LU->getUser()).first; in predictValueUseListOrderImpl() 208 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrderImpl() 209 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP8.td | 27 // 10 insns per cycle (2-LU, 2-LSU, 2-FXU, 2-FPU, 1-CRU, 1-BRU). 258 // to either the LU (GPR store) or the VSU (FPR store). 394 // to 10 insns per cycle (2-LU, 2-LSU, 2-FXU, 2-FPU, 1-CRU, 1-BRU).
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Fo/ |
| H A D | section.out_ascii | 16 RREETTUURRNN VVAALLUUEESS
|
| /openbsd-src/share/misc/ |
| H A D | countrycodes | 144 LU:LUXEMBOURG
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | iso3166.tab | 165 LU Luxembourg
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1857 if (const auto *LU = M.getNamedGlobal("llvm.used")) { in emitLinkerDirectives() local 1858 assert(LU->hasInitializer() && "expected llvm.used to have an initializer"); in emitLinkerDirectives() 1859 assert(isa<ArrayType>(LU->getValueType()) && in emitLinkerDirectives() 1861 if (const auto *A = cast<ConstantArray>(LU->getInitializer())) { in emitLinkerDirectives()
|
| H A D | MachineScheduler.cpp | 1935 for (SUnit *LU : LocalUses) { in constrainLocalCopy() 1936 LLVM_DEBUG(dbgs() << " Local use SU(" << LU->NodeNum << ") -> SU(" in constrainLocalCopy() 1938 DAG->addEdge(GlobalSU, SDep(LU, SDep::Weak)); in constrainLocalCopy()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/ucm/ |
| H A D | cp874.ucm | 178 <U0E26> \xC6 |0 # THAI CHARACTER LU
|
| H A D | macThai.ucm | 181 <U0E26> \xC6 |0 # THAI CHARACTER LU
|
| H A D | 8859-11.ucm | 226 <U0E26> \xC6 |0 # THAI CHARACTER LU
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/ |
| H A D | TODO | 71 types): 5, 5LL, 5LuL, 5L6u (invalid), 5LU. Maybe things like
|