Home
last modified time | relevance | path

Searched refs:LN (Results 1 – 25 of 62) sorted by relevance

123

/third_party/python/Mac/
DMakefile.in46 LN=@LN@
74 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
83 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
93 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
103 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
113 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
134 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
143 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
153 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
163 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp274 if (const auto *LN = dyn_cast<LifetimeSDNode>(N)) { in match() local
275 if (LN->hasOffset()) in match()
276 return BaseIndexOffset(LN->getOperand(1), SDValue(), LN->getOffset(), in match()
278 return BaseIndexOffset(LN->getOperand(1), SDValue(), false); in match()
DSelectionDAGDumper.cpp748 } else if (const LifetimeSDNode *LN = dyn_cast<LifetimeSDNode>(this)) { in print_details() local
749 if (LN->hasOffset()) in print_details()
750 OS << "<" << LN->getOffset() << " to " << LN->getOffset() + LN->getSize() << ">"; in print_details()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallSet.h259 template <typename T, unsigned LN, unsigned RN, typename C>
260 bool operator==(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) {
271 template <typename T, unsigned LN, unsigned RN, typename C>
272 bool operator!=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) {
/third_party/selinux/libsepol/src/
DMakefile40 LN=ln macro
45 LN=gln macro
94 $(LN) -sf --relative $(DESTDIR)$(SHLIBDIR)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakefile.amiga24 LN= slink
52 $(LN) <WITH <
Dsmakefile.ppc18 LN = ppc-amigaos-ld
33 $(LN) $(LDFLAGS) pngtest LIB:c_ppc.o pngtest.o $(LIBNAME) $(LDLIBS) \
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.amiga24 LN= slink
52 $(LN) <WITH <
Dsmakefile.ppc18 LN = ppc-amigaos-ld
33 $(LN) $(LDFLAGS) pngtest LIB:c_ppc.o pngtest.o $(LIBNAME) $(LDLIBS) \
/third_party/python/
DMakefile.pre.in64 LN= @LN@
645 $(LN) -f $(INSTSONAME) $@; \
693 $(LN) -fsn $(VERSION) $(PYTHONFRAMEWORKDIR)/Versions/Current
694 $(LN) -fsn Versions/Current/$(PYTHONFRAMEWORK) $(PYTHONFRAMEWORKDIR)/$(PYTHONFRAMEWORK)
695 $(LN) -fsn Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources
1333 (cd $(DESTDIR)$(BINDIR); $(LN) python$(LDVERSION)$(EXE) python$(VERSION)$(EXE)); \
1342 (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) $(LDLIBRARY)) \
1373 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python3$(EXE))
1376 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(LDVERSION)-config python$(VERSION)-config); \
1378 (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python-$(LDVERSION).pc); \
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleSwift.td933 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)$", "VLD1(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
935 (instregex "VLD1(LN|DUP)(d|q)(8|16|32)(wb|_UPD)",
939 (instregex "VLD2(DUP|LN)(d|q)(8|16|32|8x2|16x2|32x2)$",
953 (instregex "VLD3(DUP|LN)(d|q)(8|16|32)$",
954 "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
957 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)_UPD")>;
960 (instregex "VLD3(LN|DUP)(d|q)(8|16|32)Pseudo_UPD")>;
964 (instregex "VLD4(LN|DUP)(d|q)(8|16|32)$",
965 "VLD4(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
969 (instregex "VLD4(DUP|LN)(d|q)(8|16|32)_UPD")>;
[all …]
DARMScheduleA57.td157 "VLD(1|2)LN(d|q)(WB_fixed_|WB_register_)?Asm",
158 "VLD(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
159 "VST(1|2)LN(d|q)(WB_fixed_|WB_register_)?Asm",
160 "VST(3|4)(DUP|LN)?(d|q)(WB_fixed_|WB_register_)?Asm",
1284 "VLD1(LN|DUP)(d|q)(8|16|32)$", "VLD1(LN|DUP)(d|q)(8|16|32)Pseudo$")>;
1286 "VLD1(LN|DUP)(d|q)(8|16|32)(wb|_UPD)", "VLD1LNq(8|16|32)Pseudo_UPD")>;
1301 (instregex "VLD2(DUP|LN)(d|q)(8|16|32|8x2|16x2|32x2)$",
/third_party/ltp/testcases/kernel/mce-test/kvm/guest/
Dguest_run.sh29 ./page-types -p `pidof simple_process` -LN -b anon > guest_page
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp460 auto *LN = static_cast<const LocalName *>(Name); in getFunctionDeclContextName() local
461 LN->Encoding->print(S); in getFunctionDeclContextName()
463 Name = LN->Entity; in getFunctionDeclContextName()
/third_party/ltp/testcases/kernel/mce-test/lib/
Dapei-inject.sh103 page-types -p `pidof simple_process` -LN -b ano > $RDIR/$this_case/page
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2690 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); in LowerLoad() local
2691 unsigned ClaimAlign = LN->getAlignment(); in LowerLoad()
2692 validateConstPtrAlignment(LN->getBasePtr(), SDLoc(Op), ClaimAlign); in LowerLoad()
2716 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); in LowerUnalignedLoad() local
2719 unsigned HaveAlign = LN->getAlignment(); in LowerUnalignedLoad()
2731 if (!LN->isUnindexed()) in LowerUnalignedLoad()
2735 if (allowsMemoryAccessForAlignment(Ctx, DL, LN->getMemoryVT(), in LowerUnalignedLoad()
2736 *LN->getMemOperand())) in LowerUnalignedLoad()
2745 allowsMemoryAccessForAlignment(Ctx, DL, PartTy, *LN->getMemOperand()); in LowerUnalignedLoad()
2748 std::pair<SDValue, SDValue> P = expandUnalignedLoad(LN, DAG); in LowerUnalignedLoad()
[all …]
DHexagonConstPropagation.cpp2526 unsigned LN = LSL.size(), HN = LSH.size(); in evaluateHexRSEQ32() local
2527 SmallVector<APInt,4> LoVs(LN), HiVs(HN); in evaluateHexRSEQ32()
2528 for (unsigned i = 0; i < LN; ++i) { in evaluateHexRSEQ32()
/third_party/ltp/testcases/kernel/mce-test/kvm/host/
Dhost_run.sh308 ./page-types -p $QEMU_PID -LN -b anon | grep $HOST_VIRT > $host_tmp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp603 for (const auto &LN : L.LineNumbers) { in fromCodeViewSubsection() local
605 LineInfo LI(LN.Flags); in fromCodeViewSubsection()
606 SLE.Offset = LN.Offset; in fromCodeViewSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2879 LoadSDNode *LN = cast<LoadSDNode>(N); in performLoadCombine() local
2880 if (LN->isVolatile() || !ISD::isNormalLoad(LN) || hasVolatileUser(LN)) in performLoadCombine()
2885 EVT VT = LN->getMemoryVT(); in performLoadCombine()
2888 unsigned Align = LN->getAlignment(); in performLoadCombine()
2891 unsigned AS = LN->getAddressSpace(); in performLoadCombine()
2897 VT, AS, Align, LN->getMemOperand()->getFlags(), &IsFast)) { in performLoadCombine()
2901 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LN, DAG); in performLoadCombine()
2903 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(LN, DAG); in performLoadCombine()
2918 = DAG.getLoad(NewVT, SL, LN->getChain(), in performLoadCombine()
2919 LN->getBasePtr(), LN->getMemOperand()); in performLoadCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10034 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); in LowerVectorLoad() local
10035 SDValue LoadChain = LN->getChain(); in LowerVectorLoad()
10036 SDValue BasePtr = LN->getBasePtr(); in LowerVectorLoad()
10040 EVT MemVT = LN->getMemoryVT(); in LowerVectorLoad()
10041 unsigned Alignment = LN->getAlignment(); in LowerVectorLoad()
10055 Load = DAG.getExtLoad(LN->getExtensionType(), dl, ScalarVT, LoadChain, in LowerVectorLoad()
10057 LN->getPointerInfo().getWithOffset(Idx * Stride), in LowerVectorLoad()
10059 LN->getMemOperand()->getFlags(), LN->getAAInfo()); in LowerVectorLoad()
10062 LN->getPointerInfo().getWithOffset(Idx * Stride), in LowerVectorLoad()
10064 LN->getMemOperand()->getFlags(), LN->getAAInfo()); in LowerVectorLoad()
[all …]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk542 LN := ln
665 $(CD) .. && $(LN) -s libs jniLibs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2666 else if (LoadSDNode *LN = dyn_cast<LoadSDNode>(N)) { in SelectCVTFixedPosOperand() local
2668 if (LN->getOperand(1).getOpcode() != AArch64ISD::ADDlow || in SelectCVTFixedPosOperand()
2669 !isa<ConstantPoolSDNode>(LN->getOperand(1)->getOperand(1))) in SelectCVTFixedPosOperand()
2673 dyn_cast<ConstantPoolSDNode>(LN->getOperand(1)->getOperand(1)); in SelectCVTFixedPosOperand()
/third_party/libxml2/macos/
Dlibxml2.mcp.xml.sit.hqx264 Iad9M6U(d9mR#$Lq@iZa'*iKN`XLdh68@-"*LN!$64'++F,d`dHA$CSPm2*D"R6H
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34610 LoadSDNode *LN = cast<LoadSDNode>(Src); in combineTargetShuffle() local
34612 SDValue Ops[] = { LN->getChain(), LN->getBasePtr() }; in combineTargetShuffle()
34615 LN->getMemoryVT(), LN->getMemOperand()); in combineTargetShuffle()
34620 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BcastLd.getValue(1)); in combineTargetShuffle()
34621 DCI.recursivelyDeleteUnusedNodes(LN); in combineTargetShuffle()
34625 DCI.CombineTo(LN, Scl, BcastLd.getValue(1)); in combineTargetShuffle()
35339 LoadSDNode *LN = cast<LoadSDNode>(N->getOperand(0)); in combineShuffle() local
35340 if (LN->isSimple()) { in combineShuffle()
35342 SDValue Ops[] = { LN->getChain(), LN->getBasePtr() }; in combineShuffle()
35346 LN->getPointerInfo(), in combineShuffle()
[all …]

123