Home
last modified time | relevance | path

Searched full:dl (Results 1 – 25 of 3100) sorted by relevance

12345678910>>...124

/external/curl/lib/
DMakefile.netware318 DL = '
392 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
393 @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
394 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
395 @echo $(DL)#$(DL) >> $@
396 @echo $(DL)copyright "$(COPYR)"$(DL) >> $@
397 @echo $(DL)description "$(DESCR)"$(DL) >> $@
398 @echo $(DL)version $(VERSION)$(DL) >> $@
400 @echo $(DL)type $(NLMTYPE)$(DL) >> $@
403 @echo $(DL)stack $(STACK)$(DL) >> $@
[all …]
/external/iproute2/devlink/
Ddevlink.c203 struct dl { struct
222 static int dl_argc(struct dl *dl) in dl_argc() argument
224 return dl->argc; in dl_argc()
227 static char *dl_argv(struct dl *dl) in dl_argv() argument
229 if (dl_argc(dl) == 0) in dl_argv()
231 return *dl->argv; in dl_argv()
234 static void dl_arg_inc(struct dl *dl) in dl_arg_inc() argument
236 if (dl_argc(dl) == 0) in dl_arg_inc()
238 dl->argc--; in dl_arg_inc()
239 dl->argv++; in dl_arg_inc()
[all …]
/external/curl/docs/examples/
DMakefile.netware278 DL = '
329 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
330 @echo $(DL)# Do not edit this file - it is created by Make!$(DL) >> $@
331 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
332 @echo $(DL)#$(DL) >> $@
333 @echo $(DL)copyright "$(COPYR)"$(DL) >> $@
334 @echo $(DL)description "$(DESCR) $(notdir $(@:.def=)) Example"$(DL) >> $@
335 @echo $(DL)version $(VERSION)$(DL) >> $@
337 @echo $(DL)type $(NLMTYPE)$(DL) >> $@
340 @echo $(DL)stack $(STACK)$(DL) >> $@
[all …]
/external/curl/src/
DMakefile.netware350 DL = '
409 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
410 @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
411 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
412 @echo $(DL)#$(DL) >> $@
413 @echo $(DL)copyright "$(COPYR)"$(DL) >> $@
414 @echo $(DL)description "$(DESCR)"$(DL) >> $@
415 @echo $(DL)version $(VERSION)$(DL) >> $@
417 @echo $(DL)type $(NLMTYPE)$(DL) >> $@
420 @echo $(DL)stack $(STACK)$(DL) >> $@
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp26 static SDValue emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence, in emitMemMem() argument
42 return DAG.getNode(Loop, DL, MVT::Other, Chain, Dst, Src, in emitMemMem()
43 DAG.getConstant(Size, DL, PtrVT), in emitMemMem()
44 DAG.getConstant(Size / 256, DL, PtrVT)); in emitMemMem()
45 return DAG.getNode(Sequence, DL, MVT::Other, Chain, Dst, Src, in emitMemMem()
46 DAG.getConstant(Size, DL, PtrVT)); in emitMemMem()
50 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy() argument
57 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemcpy()
65 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore() argument
72 Chain, DL, DAG.getConstant(StoreVal, DL, MVT::getIntegerVT(Size * 8)), in memsetStore()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp26 static SDValue emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence, in emitMemMem() argument
42 return DAG.getNode(Loop, DL, MVT::Other, Chain, Dst, Src, in emitMemMem()
43 DAG.getConstant(Size, DL, PtrVT), in emitMemMem()
44 DAG.getConstant(Size / 256, DL, PtrVT)); in emitMemMem()
45 return DAG.getNode(Sequence, DL, MVT::Other, Chain, Dst, Src, in emitMemMem()
46 DAG.getConstant(Size, DL, PtrVT)); in emitMemMem()
50 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy() argument
57 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemcpy()
65 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore() argument
71 return DAG.getStore(Chain, DL, in memsetStore()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp201 const SDLoc &dl, SelectionDAG &DAG) const { in getInt() argument
203 IntOps.push_back(DAG.getConstant(IntId, dl, MVT::i32)); in getInt()
206 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, ResTy, IntOps); in getInt()
251 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, in opJoin() argument
253 return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)), in opJoin()
258 HexagonTargetLowering::opSplit(SDValue Vec, const SDLoc &dl, in opSplit() argument
263 return DAG.SplitVector(Vec, dl, Tys.first, Tys.second); in opSplit()
289 const SDLoc &dl(ElemIdx); in convertToByteIndex() local
290 return DAG.getNode(ISD::SHL, dl, MVT::i32, in convertToByteIndex()
291 {ElemIdx, DAG.getConstant(L, dl, MVT::i32)}); in convertToByteIndex()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp257 SDLoc dl(N); in PromoteIntRes_BITCAST() local
265 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp)); in PromoteIntRes_BITCAST()
269 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()
273 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, GetPromotedFloat(InOp)); in PromoteIntRes_BITCAST()
282 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, in PromoteIntRes_BITCAST()
296 InOp = DAG.getNode(ISD::ANY_EXTEND, dl, in PromoteIntRes_BITCAST()
300 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp); in PromoteIntRes_BITCAST()
307 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp)); in PromoteIntRes_BITCAST()
310 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, in PromoteIntRes_BITCAST()
318 SDLoc dl(N); in PromoteIntRes_BSWAP() local
[all …]
DLegalizeDAG.cpp124 const SDLoc &dl);
126 const SDLoc &dl);
132 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, const SDLoc &dl,
137 bool &NeedInvert, const SDLoc &dl);
141 unsigned NumOps, bool isSigned, const SDLoc &dl);
159 const SDLoc &dl);
164 void getSignAsIntValue(FloatSignAsInt &State, const SDLoc &DL,
166 SDValue modifySignAsInt(const FloatSignAsInt &State, const SDLoc &DL,
171 const SDLoc &dl);
173 const SDLoc &dl);
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp97 const SDLoc &dl);
99 const SDLoc &dl);
105 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, const SDLoc &dl,
110 bool &NeedInvert, const SDLoc &dl);
114 unsigned NumOps, bool isSigned, const SDLoc &dl);
132 const SDLoc &dl);
137 void getSignAsIntValue(FloatSignAsInt &State, const SDLoc &DL,
139 SDValue modifySignAsInt(const FloatSignAsInt &State, const SDLoc &DL,
144 const SDLoc &dl);
146 const SDLoc &dl);
[all …]
DLegalizeIntegerTypes.cpp255 SDLoc dl(N); in PromoteIntRes_BITCAST() local
263 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp)); in PromoteIntRes_BITCAST()
267 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()
271 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp); in PromoteIntRes_BITCAST()
280 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, in PromoteIntRes_BITCAST()
294 InOp = DAG.getNode(ISD::ANY_EXTEND, dl, in PromoteIntRes_BITCAST()
298 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp); in PromoteIntRes_BITCAST()
305 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp)); in PromoteIntRes_BITCAST()
308 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, in PromoteIntRes_BITCAST()
316 SDLoc dl(N); in PromoteIntRes_BSWAP() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dtarget.ml43 let module DL = DataLayout in
45 let dl = DL.of_string layout in
48 assert_equal (DL.as_string dl) layout;
49 assert_equal (DL.byte_order dl) Endian.Little;
50 assert_equal (DL.pointer_size dl) 4;
51 assert_equal (DL.intptr_type context dl) i32_type;
52 assert_equal (DL.qualified_pointer_size 0 dl) 4;
53 assert_equal (DL.qualified_intptr_type context 0 dl) i32_type;
54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96);
55 assert_equal (DL.store_size sty dl) (Int64.of_int 12);
[all …]
/external/llvm/test/Bindings/OCaml/
Dtarget.ml43 let module DL = DataLayout in
45 let dl = DL.of_string layout in
48 assert_equal (DL.as_string dl) layout;
49 assert_equal (DL.byte_order dl) Endian.Little;
50 assert_equal (DL.pointer_size dl) 4;
51 assert_equal (DL.intptr_type context dl) i32_type;
52 assert_equal (DL.qualified_pointer_size 0 dl) 4;
53 assert_equal (DL.qualified_intptr_type context 0 dl) i32_type;
54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96);
55 assert_equal (DL.store_size sty dl) (Int64.of_int 12);
[all …]
/external/python/httplib2/doc/html/
Dgenindex.html53 <dl>
56 …tials">add_credentials() (httplib2.Http method)</a></dt></dl></td><td width="33%" valign="top"><dl>
57 </dl></td></tr></table>
61 <dl>
63 …als">clear_credentials() (httplib2.Http method)</a></dt></dl></td><td width="33%" valign="top"><dl>
64 </dl></td></tr></table>
68 <dl>
71 ….Cache.delete">delete() (httplib2.Cache method)</a></dt></dl></td><td width="33%" valign="top"><dl>
72 </dl></td></tr></table>
76 <dl>
[all …]
/external/ImageMagick/www/api/
Dpixel-wand.html102 <dl class="dl-horizontal">
107 </dl>
124 <dl class="dl-horizontal">
129 </dl>
147 <dl class="dl-horizontal">
156 </dl>
173 <dl class="dl-horizontal">
178 </dl>
196 <dl class="dl-horizontal">
205 </dl>
[all …]
Ddrawing-wand.html102 <dl class="dl-horizontal">
107 </dl>
124 <dl class="dl-horizontal">
129 </dl>
146 <dl class="dl-horizontal">
151 </dl>
168 <dl class="dl-horizontal">
177 </dl>
204 <dl class="dl-horizontal">
221 </dl>
[all …]
Dmagick-property.html103 <dl class="dl-horizontal">
112 </dl>
130 <dl class="dl-horizontal">
139 </dl>
157 <dl class="dl-horizontal">
166 </dl>
183 <dl class="dl-horizontal">
188 </dl>
205 <dl class="dl-horizontal">
210 </dl>
[all …]
Dmagick-image.html102 <dl class="dl-horizontal">
107 </dl>
125 <dl class="dl-horizontal">
138 </dl>
151 <dl class="dl-horizontal">
164 </dl>
182 <dl class="dl-horizontal">
195 </dl>
213 <dl class="dl-horizontal">
230 </dl>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp16 const DataLayout &DL) { in canCoerceMustAliasedValueToLoad() argument
23 uint64_t StoreSize = DL.getTypeSizeInBits(StoredVal->getType()); in canCoerceMustAliasedValueToLoad()
30 if (StoreSize < DL.getTypeSizeInBits(LoadTy)) in canCoerceMustAliasedValueToLoad()
34 if (DL.isNonIntegralPointerType(StoredVal->getType()) != in canCoerceMustAliasedValueToLoad()
35 DL.isNonIntegralPointerType(LoadTy)) in canCoerceMustAliasedValueToLoad()
44 const DataLayout &DL) { in coerceAvailableValueToLoadTypeHelper() argument
45 assert(canCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, DL) && in coerceAvailableValueToLoadTypeHelper()
48 if (auto *FoldedStoredVal = ConstantFoldConstant(C, DL)) in coerceAvailableValueToLoadTypeHelper()
54 uint64_t StoredValSize = DL.getTypeSizeInBits(StoredValTy); in coerceAvailableValueToLoadTypeHelper()
55 uint64_t LoadedValSize = DL.getTypeSizeInBits(LoadedTy); in coerceAvailableValueToLoadTypeHelper()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp98 SDValue Idx, DebugLoc dl);
100 SDValue Idx, DebugLoc dl);
106 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
114 DebugLoc dl);
118 unsigned NumOps, bool isSigned, DebugLoc dl);
133 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, DebugLoc dl);
140 DebugLoc dl);
142 DebugLoc dl);
144 DebugLoc dl);
146 SDValue ExpandBSWAP(SDValue Op, DebugLoc dl);
[all …]
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp255 SDLoc dl(GA); in getGlobalAddressWrapper() local
258 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA); in getGlobalAddressWrapper()
263 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA); in getGlobalAddressWrapper()
265 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA); in getGlobalAddressWrapper()
276 auto &DL = GV->getParent()->getDataLayout(); in IsSmallObject() local
277 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
286 SDLoc DL(GN); in LowerGlobalAddress() local
291 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); in LowerGlobalAddress()
295 SDValue Remaining = DAG.getConstant(Offset - FoldedOffset, DL, MVT::i32); in LowerGlobalAddress()
296 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining); in LowerGlobalAddress()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp252 SDLoc dl(GA); in getGlobalAddressWrapper() local
255 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA); in getGlobalAddressWrapper()
260 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA); in getGlobalAddressWrapper()
262 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA); in getGlobalAddressWrapper()
273 auto &DL = GV->getParent()->getDataLayout(); in IsSmallObject() local
274 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
283 SDLoc DL(GN); in LowerGlobalAddress() local
288 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); in LowerGlobalAddress()
292 SDValue Remaining = DAG.getConstant(Offset - FoldedOffset, DL, MVT::i32); in LowerGlobalAddress()
293 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining); in LowerGlobalAddress()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp199 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn() argument
201 return LowerReturn_64(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG); in LowerReturn()
202 return LowerReturn_32(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG); in LowerReturn()
210 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn_32() argument
242 SDValue Part0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::i32, in LowerReturn_32()
244 DAG.getConstant(0, DL, getVectorIdxTy(DAG.getDataLayout()))); in LowerReturn_32()
245 SDValue Part1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::i32, in LowerReturn_32()
247 DAG.getConstant(1, DL, getVectorIdxTy(DAG.getDataLayout()))); in LowerReturn_32()
249 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), Part0, Flag); in LowerReturn_32()
253 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), Part1, in LowerReturn_32()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp201 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn() argument
203 return LowerReturn_64(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG); in LowerReturn()
204 return LowerReturn_32(Chain, CallConv, IsVarArg, Outs, OutVals, DL, DAG); in LowerReturn()
212 const SDLoc &DL, SelectionDAG &DAG) const { in LowerReturn_32() argument
244 SDValue Part0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::i32, in LowerReturn_32()
246 DAG.getConstant(0, DL, getVectorIdxTy(DAG.getDataLayout()))); in LowerReturn_32()
247 SDValue Part1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::i32, in LowerReturn_32()
249 DAG.getConstant(1, DL, getVectorIdxTy(DAG.getDataLayout()))); in LowerReturn_32()
251 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), Part0, Flag); in LowerReturn_32()
255 Chain = DAG.getCopyToReg(Chain, DL, VA.getLocReg(), Part1, in LowerReturn_32()
[all …]
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp645 SDLoc DL(Op); in LowerOperation() local
651 DAG.getConstant(0, DL, MVT::i32), // SWZ_X in LowerOperation()
652 DAG.getConstant(1, DL, MVT::i32), // SWZ_Y in LowerOperation()
653 DAG.getConstant(2, DL, MVT::i32), // SWZ_Z in LowerOperation()
654 DAG.getConstant(3, DL, MVT::i32) // SWZ_W in LowerOperation()
656 return DAG.getNode(AMDGPUISD::EXPORT, DL, Op.getValueType(), Args); in LowerOperation()
669 SDLoc DL(Op); in LowerOperation() local
719 DAG.getConstant(TextureOp, DL, MVT::i32), in LowerOperation()
721 DAG.getConstant(0, DL, MVT::i32), in LowerOperation()
722 DAG.getConstant(1, DL, MVT::i32), in LowerOperation()
[all …]

12345678910>>...124