Searched refs:LN (Results 26 - 39 of 39) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp301 PreservedAnalyses LNICMPass::run(LoopNest &LN, LoopAnalysisManager &AM, argument
311 OptimizationRemarkEmitter ORE(LN.getParent());
316 Loop &OutermostLoop = LN.getOutermostLoop();
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A DMakefile.tpl74 LN = @LN@
1421 { find . -name '*.*da' | sed 's,.*,$(LN) -f "&" "../'$$j'/&",' | $(SHELL) ; } ; \
H A Dconfigure773 LN="cp"
774 echo "$ac_t""no, using $LN" 1>&6
776 LN="$acx_cv_prog_LN"
7460 s%@LN@%$LN%g
H A DMakefile.in71 LN = @LN@
[all...]
/openbsd-current/gnu/lib/libreadline/shlib/
H A DMakefile.in39 LN = ln
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2525 unsigned LN = LSL.size(), HN = LSH.size(); local
2526 SmallVector<APInt,4> LoVs(LN), HiVs(HN);
2527 for (unsigned i = 0; i < LN; ++i) {
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dconfigure2457 LN="$gcc_cv_prog_LN"
8871 s%@LN@%$LN%g
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3523 else if (LoadSDNode *LN = dyn_cast<LoadSDNode>(N)) {
3525 if (LN->getOperand(1).getOpcode() != AArch64ISD::ADDlow ||
3526 !isa<ConstantPoolSDNode>(LN->getOperand(1)->getOperand(1)))
3530 dyn_cast<ConstantPoolSDNode>(LN->getOperand(1)->getOperand(1));
H A DAArch64ISelLowering.cpp20696 if (SDNode *LN = DCI.DAG.getNodeIfExists(
20699 return DCI.DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, SDValue(LN, 0),
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2045 void replaceLinkageName(MDString *LN) { replaceOperandWith(3, LN); } argument
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1618 for (SDNode *LN : UpdatedNodes)
1619 AddToWorklistWithUsers(LN);
13280 auto *LN = dyn_cast<LoadSDNode>(N0); local
13282 if (!N1C || !LN)
13287 uint64_t MemoryWidth = LN->getMemoryVT().getScalarSizeInBits();
13297 if ((LN->getExtensionType() == ISD::SEXTLOAD ||
13298 LN->getExtensionType() == ISD::ZEXTLOAD) &&
13299 LN->getExtensionType() != ExtType)
13338 auto *LN = dyn_cast<LoadSDNode>(SRL.getOperand(0));
13340 if (!SRL1C || !LN)
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11043 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); local
11044 SDValue LoadChain = LN->getChain();
11045 SDValue BasePtr = LN->getBasePtr();
11058 Align Alignment = LN->getAlign();
11065 LN->getPointerInfo().getWithOffset(Idx * 16),
11067 LN->getMemOperand()->getFlags(), LN->getAAInfo());
17971 if (const LoadSDNode *LN = dyn_cast<LoadSDNode>(Parent)) {
17972 switch (LN->getExtensionType()) {
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DNa1.pl1761 33D1 SQUARED LN
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl37001 SQUARE LN
[all...]

Completed in 748 milliseconds

12