Home
last modified time | relevance | path

Searched refs:LU (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1009 const LSRUse &LU, const Formula &F);
1013 const LSRUse &LU, const Formula &F,
1063 const LSRUse &LU,
1327 const LSRUse &LU, in RateFormula() argument
1359 NumBaseParts - (1 + (F.Scale && isAMCompletelyFolded(*TTI, LU, F))); in RateFormula()
1363 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue(); in RateFormula()
1366 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
1377 if (LU.Kind == LSRUse::Address && Offset != 0 && in RateFormula()
1378 !isAMCompletelyFolded(*TTI, LSRUse::Address, LU.AccessTy, F.BaseGV, in RateFormula()
1413 if (LU.Kind == LSRUse::ICmpZero && !F.hasZeroEnd() && in RateFormula()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp318 auto LU = L->use_begin(), LE = L->use_end(); in matches() local
320 skipUnmappedUsers(LU, LE, LM); in matches()
323 while (LU != LE) { in matches()
328 if (LM.lookup(LU->getUser()) != RM.lookup(RU->getUser())) { in matches()
332 if (LU->getOperandNo() != RU->getOperandNo()) { in matches()
336 skipUnmappedUsers(++LU, LE, LM); in matches()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dfa726te.md45 ;; shifter + LU <-- AU -->
46 ;; <-- AU --> shifter + LU CPSR (Pipe 0)
50 ;; shifter + LU <-- AU -->
51 ;; <-- AU --> shifter + LU CPSR (Pipe 1)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dfa726te.md45 ;; shifter + LU <-- AU -->
46 ;; <-- AU --> shifter + LU CPSR (Pipe 0)
50 ;; shifter + LU <-- AU -->
51 ;; <-- AU --> shifter + LU CPSR (Pipe 1)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp304 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp217 const Use *LU = L.first; in predictValueUseListOrderImpl() local
219 if (LU == RU) in predictValueUseListOrderImpl()
222 auto LID = OM.lookup(LU->getUser()).first; in predictValueUseListOrderImpl()
252 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrderImpl()
253 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp624 auto &LU = DMI->second; in collectLastUses() local
625 LastUses.append(LU.begin(), LU.end()); in collectLastUses()
1638 SmallVector<Pass *, 1> LU; in addLowerLevelRequiredPass() local
1639 LU.push_back(FoundPass); in addLowerLevelRequiredPass()
1640 FPP->setLastUser(LU, P); in addLowerLevelRequiredPass()
H A DAsmWriter.cpp210 const Use *LU = L.first; in predictValueUseListOrderImpl() local
212 if (LU == RU) in predictValueUseListOrderImpl()
215 auto LID = OM.lookup(LU->getUser()).first; in predictValueUseListOrderImpl()
236 return LU->getOperandNo() < RU->getOperandNo(); in predictValueUseListOrderImpl()
237 return LU->getOperandNo() > RU->getOperandNo(); in predictValueUseListOrderImpl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dpower8.md177 ; Extra cycle to LU/LSU
222 ; Extra cycle to LU/LSU
243 ; Extra cycle to LU/LSU
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dpower8.md177 ; Extra cycle to LU/LSU
222 ; Extra cycle to LU/LSU
243 ; Extra cycle to LU/LSU
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCScheduleP8.td27 // 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).
/netbsd-src/external/bsd/iscsi/dist/doc/
H A DHOWTO-iSCSI-target.txt51 DISK: LU 0: 100 MB disk storage for "target0"
/netbsd-src/share/misc/
H A Dcountry148 Luxembourg LU LUX 442 LU
/netbsd-src/external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/
H A Ddnscrypt_cert.test82 …if grep -F 'DNSC\000\001\000\000AX\031\201\243\201LI<-\146]LU\247LY\2376\014K\194$D\151&\008\236\0…
/netbsd-src/external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/
H A Ddnscrypt_cert_chacha.test82 …if grep -F 'DNSC\000\001\000\000AX\031\201\243\201LI<-\146]LU\247LY\2376\014K\194$D\151&\008\236\0…
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_3166154 LU Luxembourg
H A Diso-3166.texi263 @item LU
H A DISO_3166_de142 LU LUX Luxemburg
/netbsd-src/external/public-domain/tz/dist/
H A Diso3166.tab164 LU Luxembourg
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1777 if (const auto *LU = M.getNamedGlobal("llvm.used")) { in emitLinkerDirectives() local
1778 assert(LU->hasInitializer() && "expected llvm.used to have an initializer"); in emitLinkerDirectives()
1779 assert(isa<ArrayType>(LU->getValueType()) && in emitLinkerDirectives()
1781 if (const auto *A = cast<ConstantArray>(LU->getInitializer())) { in emitLinkerDirectives()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-ps-3d.md137 [LU] !I4 && I3 [UU] I4 && I3
152 [LU] I3 && !I4 [LL] I3 && I4. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-ps-3d.md137 [LU] !I4 && I3 [UU] I4 && I3
152 [LU] I3 && !I4 [LL] I3 && I4. */
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dhesiod.cat339 RREETTUURRNN VVAALLUUEESS
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/
H A DTODO71 types): 5, 5LL, 5LuL, 5L6u (invalid), 5LU. Maybe things like
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/
H A DTODO71 types): 5, 5LL, 5LuL, 5L6u (invalid), 5LU. Maybe things like

123