Searched refs:dl (Results 1 - 25 of 268) sorted by relevance

1234567891011

/freebsd-10.0-release/usr.sbin/ppp/
H A Ddatalink.c88 struct datalink *dl = (struct datalink *)v; local
90 timer_Stop(&dl->dial.timer);
91 if (dl->state == DATALINK_OPENING)
92 log_Printf(LogCHAT, "%s: Redial timer expired.\n", dl->name);
96 datalink_StartDialTimer(struct datalink *dl, int Timeout) argument
100 timer_Stop(&dl->dial.timer);
103 dl->dial.timer.load = result ? result * SECTICKS : 1;
104 dl->dial.timer.func = datalink_OpenTimeout;
105 dl->dial.timer.name = "dial";
106 dl
115 datalink_HangupDone(struct datalink *dl) argument
189 datalink_ChoosePhoneNumber(struct datalink *dl) argument
211 datalink_LoginDone(struct datalink *dl) argument
254 struct datalink *dl = descriptor2datalink(d); local
415 datalink_RemoveFromSet(struct datalink *dl, fd_set *r, fd_set *w, fd_set *e) argument
423 struct datalink *dl = descriptor2datalink(d); local
450 struct datalink *dl = descriptor2datalink(d); local
481 struct datalink *dl = descriptor2datalink(d); local
527 datalink_ComeDown(struct datalink *dl, int how) argument
563 struct datalink *dl = (struct datalink *)v; local
573 struct datalink *dl = (struct datalink *)v; local
597 datalink_AuthReInit(struct datalink *dl) argument
605 datalink_GotAuthname(struct datalink *dl, const char *name) argument
612 datalink_NCPUp(struct datalink *dl) argument
658 datalink_CBCPComplete(struct datalink *dl) argument
666 datalink_CBCPFailed(struct datalink *dl) argument
673 datalink_AuthOk(struct datalink *dl) argument
741 datalink_AuthNotOk(struct datalink *dl) argument
752 struct datalink *dl = (struct datalink *)v; local
781 struct datalink *dl = (struct datalink *)v; local
794 struct datalink *dl; local
874 struct datalink *dl; local
936 datalink_Destroy(struct datalink *dl) argument
963 datalink_Up(struct datalink *dl, int runscripts, int packetmode) argument
1003 datalink_Close(struct datalink *dl, int how) argument
1029 datalink_Down(struct datalink *dl, int how) argument
1052 datalink_StayDown(struct datalink *dl) argument
1060 datalink_DontHangup(struct datalink *dl) argument
1271 datalink_State(struct datalink *dl) argument
1279 datalink_NewState(struct datalink *dl, unsigned state) argument
1295 struct datalink *dl, *cdl; local
1386 datalink2iov(struct datalink *dl, struct iovec *iov, int *niov, int maxiov, int *auxfd, int *nauxfd) argument
1426 datalink_Rename(struct datalink *dl, const char *name) argument
1433 datalink_NextName(struct datalink *dl) argument
1455 datalink_SetMode(struct datalink *dl, int mode) argument
1470 datalink_GetDialTimeout(struct datalink *dl) argument
[all...]
H A Dbundle.c199 struct datalink *dl; local
220 for (dl = bundle->links; dl; dl = dl->next)
221 physical_DeleteQueue(dl->physical);
225 bundle_LinkAdded(struct bundle *bundle, struct datalink *dl) argument
227 bundle->phys_type.all |= dl->physical->type;
228 if (dl->state == DATALINK_OPEN)
229 bundle->phys_type.open |= dl
247 struct datalink *dl; local
329 struct datalink *dl; local
372 struct datalink *dl; local
395 struct datalink *dl, *this_dl; local
444 struct datalink *dl; local
454 struct datalink *dl; local
514 struct datalink *dl; local
535 struct datalink *dl; local
647 struct datalink *dl; local
910 struct datalink *dl; local
946 bundle_LinkClosed(struct bundle *bundle, struct datalink *dl) argument
987 struct datalink *dl; local
1009 struct datalink *dl; local
1024 struct datalink *dl; local
1272 bundle_DatalinkLinkout(struct bundle *bundle, struct datalink *dl) argument
1288 bundle_DatalinkLinkin(struct bundle *bundle, struct datalink *dl) argument
1322 bundle_DatalinkClone(struct bundle *bundle, struct datalink *dl, const char *name) argument
1335 bundle_DatalinkRemove(struct bundle *bundle, struct datalink *dl) argument
1386 struct datalink *dl; local
1540 bundle_SendDatalink(struct datalink *dl, int s, struct sockaddr_un *sun) argument
1671 struct datalink *dl; local
1685 bundle_SetMode(struct bundle *bundle, struct datalink *dl, int mode) argument
1726 struct datalink *dl; local
1835 struct datalink *dl; local
1848 struct datalink *dl; local
1883 struct datalink *dl; local
1942 struct datalink *dl, *choice, *otherlinkup; local
1984 struct datalink *dl; local
[all...]
/freebsd-10.0-release/lib/libc/amd64/string/
H A Dstpcpy.S36 movb (%rsi),%dl
38 movb %dl,(%rdi)
40 testb %dl,%dl
63 movb %dl,(%rdi)
64 testb %dl,%dl /* 1st byte == 0? */
69 movb %dl,(%rdi)
70 testb %dl,%dl /*
[all...]
H A Dstrcat.S92 movb (%rsi),%dl
94 movb %dl,(%rdi)
96 testb %dl,%dl
117 movb %dl,(%rdi)
119 testb %dl,%dl /* 1st byte == 0? */
123 movb %dl,(%rdi)
125 testb %dl,%dl /*
[all...]
H A Dstrcmp.S23 movb (%rsi),%dl
27 cmpb %al,%dl
62 movb (%rsi),%dl
66 cmpb %al,%dl
71 movzbq %dl,%rdx
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deadlist.c68 dsl_deadlist_load_tree(dsl_deadlist_t *dl) argument
73 ASSERT(!dl->dl_oldfmt);
74 if (dl->dl_havetree)
77 avl_create(&dl->dl_tree, dsl_deadlist_compare,
80 for (zap_cursor_init(&zc, dl->dl_os, dl->dl_object);
85 VERIFY3U(0, ==, bpobj_open(&dle->dle_bpobj, dl->dl_os,
87 avl_add(&dl->dl_tree, dle);
90 dl->dl_havetree = B_TRUE;
94 dsl_deadlist_open(dsl_deadlist_t *dl, objset_ argument
117 dsl_deadlist_close(dsl_deadlist_t *dl) argument
178 dle_enqueue(dsl_deadlist_t *dl, dsl_deadlist_entry_t *dle, const blkptr_t *bp, dmu_tx_t *tx) argument
194 dle_enqueue_subobj(dsl_deadlist_t *dl, dsl_deadlist_entry_t *dle, uint64_t obj, dmu_tx_t *tx) argument
210 dsl_deadlist_insert(dsl_deadlist_t *dl, const blkptr_t *bp, dmu_tx_t *tx) argument
245 dsl_deadlist_add_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx) argument
269 dsl_deadlist_remove_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx) argument
299 dsl_deadlist_t dl; local
319 dsl_deadlist_clone(dsl_deadlist_t *dl, uint64_t maxtxg, uint64_t mrs_obj, dmu_tx_t *tx) argument
349 dsl_deadlist_space(dsl_deadlist_t *dl, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp) argument
372 dsl_deadlist_space_range(dsl_deadlist_t *dl, uint64_t mintxg, uint64_t maxtxg, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp) argument
413 dsl_deadlist_insert_bpobj(dsl_deadlist_t *dl, uint64_t obj, uint64_t birth, dmu_tx_t *tx) argument
445 dsl_deadlist_t *dl = arg; local
455 dsl_deadlist_merge(dsl_deadlist_t *dl, uint64_t obj, dmu_tx_t *tx) argument
493 dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_t *bpo, uint64_t mintxg, dmu_tx_t *tx) argument
[all...]
H A Dzfs_dir.c141 zfs_dirlock_t *dl; local
231 for (dl = dzp->z_dirlocks; dl != NULL; dl = dl->dl_next) {
232 if ((u8_strcmp(name, dl->dl_name, 0, cmpflags,
242 if (dl == NULL) {
249 dl = kmem_alloc(sizeof (zfs_dirlock_t) + namesize,
251 cv_init(&dl->dl_cv, NULL, CV_DEFAULT, NULL);
252 dl
336 zfs_dirent_unlock(zfs_dirlock_t *dl) argument
374 zfs_dirlock_t *dl; local
538 zfs_dirlock_t dl; local
705 zfs_link_create(zfs_dirlock_t *dl, znode_t *zp, dmu_tx_t *tx, int flag) argument
776 zfs_dropname(zfs_dirlock_t *dl, znode_t *zp, znode_t *dzp, dmu_tx_t *tx, int flag) argument
807 zfs_link_destroy(zfs_dirlock_t *dl, znode_t *zp, dmu_tx_t *tx, int flag, boolean_t *unlinkedp) argument
1017 zfs_dirlock_t *dl; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_deadlist.h65 void dsl_deadlist_open(dsl_deadlist_t *dl, objset_t *os, uint64_t object);
66 void dsl_deadlist_close(dsl_deadlist_t *dl);
69 void dsl_deadlist_insert(dsl_deadlist_t *dl, const blkptr_t *bp, dmu_tx_t *tx);
70 void dsl_deadlist_add_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx);
71 void dsl_deadlist_remove_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx);
72 uint64_t dsl_deadlist_clone(dsl_deadlist_t *dl, uint64_t maxtxg,
74 void dsl_deadlist_space(dsl_deadlist_t *dl,
76 void dsl_deadlist_space_range(dsl_deadlist_t *dl,
79 void dsl_deadlist_merge(dsl_deadlist_t *dl, uint64_t obj, dmu_tx_t *tx);
80 void dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_
[all...]
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_db.h63 _citrus_db_locator_init(struct _citrus_db_locator *dl) argument
66 dl->dl_hashval = 0;
67 dl->dl_offset = 0;
H A Dcitrus_db.c99 struct _citrus_region *data, struct _citrus_db_locator *dl)
115 if (dl != NULL && dl->dl_offset>0) {
116 hashval = dl->dl_hashval;
117 offset = dl->dl_offset;
124 if (dl)
125 dl->dl_hashval = hashval;
140 if (dl) {
141 dl->dl_offset = offset;
143 dl
98 _citrus_db_lookup(struct _citrus_db *db, struct _citrus_region *key, struct _citrus_region *data, struct _citrus_db_locator *dl) argument
181 _citrus_db_lookup_by_string(struct _citrus_db *db, const char *key, struct _citrus_region *data, struct _citrus_db_locator *dl) argument
192 _citrus_db_lookup8_by_string(struct _citrus_db *db, const char *key, uint8_t *rval, struct _citrus_db_locator *dl) argument
212 _citrus_db_lookup16_by_string(struct _citrus_db *db, const char *key, uint16_t *rval, struct _citrus_db_locator *dl) argument
235 _citrus_db_lookup32_by_string(struct _citrus_db *db, const char *key, uint32_t *rval, struct _citrus_db_locator *dl) argument
258 _citrus_db_lookup_string_by_string(struct _citrus_db *db, const char *key, const char **rdata, struct _citrus_db_locator *dl) argument
[all...]
/freebsd-10.0-release/usr.sbin/nvram/
H A Dnvram.c64 struct deletelist *dl; local
67 dl = NULL;
76 if (dl == NULL) {
77 dl = malloc(sizeof(*dl));
78 if (dl == NULL)
80 bzero(dl, sizeof(*dl));
81 dl->last = dl;
[all...]
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_cout.c298 decl_list *dl; local
307 for (dl = plist->args.decls; dl != NULL;
308 dl = dl->next)
309 print_stat(1, &dl->decl);
382 decl_list *dl; local
400 for (dl = def->def.st.decls; dl != NULL; dl
541 decl_list *dl; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp37 DebugLoc dl = DebugLoc(); local
44 MBB, MBBI, dl, tm.getInstrInfo()->get(NVPTX::cvta_local_yes_64),
46 BuildMI(MBB, MI, dl, tm.getInstrInfo()->get(NVPTX::IMOV64rr),
50 MBB, MBBI, dl, tm.getInstrInfo()->get(NVPTX::cvta_local_yes),
52 BuildMI(MBB, MI, dl, tm.getInstrInfo()->get(NVPTX::IMOV32rr),
58 BuildMI(MBB, MBBI, dl, tm.getInstrInfo()->get(NVPTX::IMOV64rr),
61 BuildMI(MBB, MBBI, dl, tm.getInstrInfo()->get(NVPTX::IMOV32rr),
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h32 unsigned DstReg, int64_t Value, DebugLoc dl) const;
36 unsigned SrcReg, int Offset, DebugLoc dl) const;
40 unsigned DstReg, int Offset, DebugLoc dl) const;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl, argument
55 unsigned O) : mdPtr(mdP), Offset(off), DL(dl), Order(O),
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl, argument
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) : argument
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
H A DLegalizeTypesGeneric.cpp44 DebugLoc dl = N->getDebugLoc(); local
54 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
55 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
61 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
62 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
68 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
69 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
74 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo);
75 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi);
82 Lo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, InNV
206 DebugLoc dl = N->getDebugLoc(); local
248 DebugLoc dl = N->getDebugLoc(); local
292 DebugLoc dl = N->getDebugLoc(); local
313 DebugLoc dl = N->getDebugLoc(); local
347 DebugLoc dl = N->getDebugLoc(); local
385 DebugLoc dl = N->getDebugLoc(); local
417 DebugLoc dl = N->getDebugLoc(); local
433 DebugLoc dl = N->getDebugLoc(); local
486 DebugLoc dl = N->getDebugLoc(); local
510 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DLegalizeDAG.cpp82 SDValue Idx, DebugLoc dl);
84 SDValue Idx, DebugLoc dl);
90 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl,
95 DebugLoc dl);
99 unsigned NumOps, bool isSigned, DebugLoc dl);
116 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, DebugLoc dl);
123 DebugLoc dl);
125 DebugLoc dl);
127 DebugLoc dl);
129 SDValue ExpandBSWAP(SDValue Op, DebugLoc dl);
184 ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl, SDValue N1, SDValue N2, ArrayRef<int> Mask) const argument
250 DebugLoc dl = CFP->getDebugLoc(); local
310 DebugLoc dl = ST->getDebugLoc(); local
431 DebugLoc dl = LD->getDebugLoc(); local
572 PerformInsertVectorEltInMemory(SDValue Vec, SDValue Val, SDValue Idx, DebugLoc dl) argument
615 ExpandINSERT_VECTOR_ELT(SDValue Vec, SDValue Val, SDValue Idx, DebugLoc dl) argument
654 DebugLoc dl = ST->getDebugLoc(); local
702 DebugLoc dl = Node->getDebugLoc(); local
[all...]
H A DLegalizeIntegerTypes.cpp212 DebugLoc dl = N->getDebugLoc(); local
220 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp));
224 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
231 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
245 InOp = DAG.getNode(ISD::ANY_EXTEND, dl,
249 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp);
256 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp));
259 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
267 DebugLoc dl = N->getDebugLoc(); local
270 return DAG.getNode(ISD::SRL, dl, NV
286 DebugLoc dl = N->getDebugLoc(); local
312 DebugLoc dl = N->getDebugLoc(); local
332 DebugLoc dl = N->getDebugLoc(); local
345 DebugLoc dl = N->getDebugLoc(); local
354 DebugLoc dl = N->getDebugLoc(); local
377 DebugLoc dl = N->getDebugLoc(); local
387 DebugLoc dl = N->getDebugLoc(); local
418 DebugLoc dl = N->getDebugLoc(); local
456 DebugLoc dl = N->getDebugLoc(); local
520 DebugLoc dl = N->getDebugLoc(); local
576 DebugLoc dl = N->getDebugLoc(); local
621 DebugLoc dl = N->getDebugLoc(); local
706 DebugLoc dl = N->getDebugLoc(); local
898 DebugLoc dl = N->getDebugLoc(); local
1014 DebugLoc dl = N->getDebugLoc(); local
1031 DebugLoc dl = N->getDebugLoc(); local
1052 DebugLoc dl = N->getDebugLoc(); local
1355 DebugLoc dl = N->getDebugLoc(); local
1442 DebugLoc dl = N->getDebugLoc(); local
1511 DebugLoc dl = N->getDebugLoc(); local
1575 DebugLoc dl = N->getDebugLoc(); local
1601 DebugLoc dl = N->getDebugLoc(); local
1626 DebugLoc dl = N->getDebugLoc(); local
1648 DebugLoc dl = N->getDebugLoc(); local
1669 DebugLoc dl = N->getDebugLoc(); local
1689 DebugLoc dl = N->getDebugLoc(); local
1706 DebugLoc dl = N->getDebugLoc(); local
1725 DebugLoc dl = N->getDebugLoc(); local
1736 DebugLoc dl = N->getDebugLoc(); local
1755 DebugLoc dl = N->getDebugLoc(); local
1766 DebugLoc dl = N->getDebugLoc(); local
1793 DebugLoc dl = N->getDebugLoc(); local
1892 DebugLoc dl = N->getDebugLoc(); local
1904 DebugLoc dl = N->getDebugLoc(); local
1995 DebugLoc dl = Node->getDebugLoc(); local
2036 DebugLoc dl = N->getDebugLoc(); local
2056 DebugLoc dl = N->getDebugLoc(); local
2156 DebugLoc dl = N->getDebugLoc(); local
2186 DebugLoc dl = N->getDebugLoc(); local
2214 DebugLoc dl = N->getDebugLoc(); local
2234 DebugLoc dl = N->getDebugLoc(); local
2246 DebugLoc dl = N->getDebugLoc(); local
2268 DebugLoc dl = N->getDebugLoc(); local
2354 DebugLoc dl = N->getDebugLoc(); local
2374 DebugLoc dl = N->getDebugLoc(); local
2394 DebugLoc dl = N->getDebugLoc(); local
2421 DebugLoc dl = N->getDebugLoc(); local
2498 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
2692 DebugLoc dl = N->getDebugLoc(); local
2775 DebugLoc dl = N->getDebugLoc(); local
2846 DebugLoc dl = N->getDebugLoc(); local
2868 DebugLoc dl = N->getDebugLoc(); local
2893 DebugLoc dl = N->getDebugLoc(); local
2916 DebugLoc dl = N->getDebugLoc(); local
2930 DebugLoc dl = N->getDebugLoc(); local
2946 DebugLoc dl = N->getDebugLoc(); local
2982 DebugLoc dl = N->getDebugLoc(); local
2992 DebugLoc dl = N->getDebugLoc(); local
3005 DebugLoc dl = N->getDebugLoc(); local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_mul.c73 cl, which is the common length ( basicall, min(len(a),len(b)) ), and dl,
76 a result array as parameter, it must have the length cl+abs(dl).
82 int cl, int dl)
89 if (dl == 0)
96 if (dl < 0)
99 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
106 if (++dl >= 0) break;
111 if (++dl >= 0) break;
116 if (++dl >
80 bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
207 bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp29 ARMSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, argument
66 Loads[i] = DAG.getLoad(VT, dl, Chain,
67 DAG.getNode(ISD::ADD, dl, MVT::i32, Src,
74 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
78 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
79 DAG.getNode(ISD::ADD, dl, MVT::i32, Dst,
85 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
105 Loads[i] = DAG.getLoad(VT, dl, Chain,
106 DAG.getNode(ISD::ADD, dl, MVT::i32, Src,
115 Chain = DAG.getNode(ISD::TokenFactor, dl, MV
143 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp30 X86SelectionDAGInfo::EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, argument
71 DAG, dl);
123 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
129 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag);
133 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX :
137 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI :
144 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
150 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
152 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
158 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Ty
178 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
[all...]
/freebsd-10.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_dso.h37 #include <dl.h>
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp35 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
64 BuildMI(MBB, MBBI, dl, TII.get(SP::SAVEri), SP::O6)
70 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1).addImm(OffHi);
72 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1)
74 BuildMI(MBB, MBBI, dl, TII.get(SP::SAVErr), SP::O6)
103 DebugLoc dl = MBBI->getDebugLoc(); local
106 BuildMI(MBB, MBBI, dl, TII.get(SP::RESTORErr), SP::G0).addReg(SP::G0)
/freebsd-10.0-release/secure/lib/libcrypto/amd64/
H A Drc4-x86_64.S46 addb %dl,%al
50 xorb (%r12),%dl
51 movb %dl,(%r13,%r12,1)
66 addb %al,%dl
74 addb %bl,%dl
82 addb %al,%dl
90 addb %bl,%dl
98 addb %al,%dl
106 addb %bl,%dl
114 addb %al,%dl
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1045 // FIXME dl should come from parent load or store, not from address
1046 DebugLoc dl = N.getDebugLoc(); local
1113 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base), 0);
1159 // FIXME dl should come from the parent load or store, not the address
1160 DebugLoc dl = N.getDebugLoc(); local
1224 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base),0);
1432 DebugLoc dl = GA->getDebugLoc(); local
1440 SDValue TGAHi = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
1442 SDValue TGALo = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
1446 SDValue Hi = DAG.getNode(PPCISD::Hi, dl, PtrV
1549 DebugLoc dl = Op.getDebugLoc(); local
1598 DebugLoc dl = Node->getDebugLoc(); local
1709 DebugLoc dl = Op.getDebugLoc(); local
1751 DebugLoc dl = Op.getDebugLoc(); local
1930 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1951 LowerFormalArguments_32SVR4( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2211 LowerFormalArguments_64SVR4( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
2500 LowerFormalArguments_Darwin( SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3003 StoreTailCallArgumentsToStackSlot(SelectionDAG &DAG, SDValue Chain, const SmallVector<TailCallArgumentInfo, 8> &TailCallArgs, SmallVector<SDValue, 8> &MemOpChains, DebugLoc dl) argument
3021 EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue OldRetAddr, SDValue OldFP, int SPDiff, bool isPPC64, bool isDarwinABI, DebugLoc dl) argument
3114 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, DebugLoc dl) argument
3126 LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVector<SDValue, 8> &MemOpChains, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments, DebugLoc dl) argument
3151 PrepareTailCall(SelectionDAG &DAG, SDValue &InFlag, SDValue &Chain, DebugLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes, SDValue LROp, SDValue FPOp, bool isDarwinABI, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments) argument
3179 PrepareCall(SelectionDAG &DAG, SDValue &Callee, SDValue &InFlag, SDValue &Chain, DebugLoc dl, int SPDiff, bool isTailCall, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SmallVector<SDValue, 8> &Ops, std::vector<EVT> &NodeTys, const PPCSubtarget &PPCSubTarget) argument
3363 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3409 FinishCall(CallingConv::ID CallConv, DebugLoc dl, bool isTailCall, bool isVarArg, SelectionDAG &DAG, SmallVector<std::pair<unsigned, SDValue>, 8> &RegsToPass, SDValue InFlag, SDValue Chain, SDValue &Callee, int SPDiff, unsigned NumBytes, const SmallVectorImpl<ISD::InputArg> &Ins, SmallVectorImpl<SDValue> &InVals) const argument
3508 DebugLoc &dl = CLI.DL; local
3539 LowerCall_32SVR4(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
3771 LowerCall_64SVR4(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
4142 LowerCall_Darwin(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
4501 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
4554 DebugLoc dl = Op.getDebugLoc(); local
4639 DebugLoc dl = Op.getDebugLoc(); local
4690 DebugLoc dl = Op.getDebugLoc(); local
4830 DebugLoc dl = Op.getDebugLoc(); local
4964 DebugLoc dl = Op.getDebugLoc(); local
5030 DebugLoc dl = Op.getDebugLoc(); local
5058 DebugLoc dl = Op.getDebugLoc(); local
5086 DebugLoc dl = Op.getDebugLoc(); local
5120 BuildSplatI(int Val, unsigned SplatSize, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
5147 BuildIntrinsicOp(unsigned IID, SDValue LHS, SDValue RHS, SelectionDAG &DAG, DebugLoc dl, EVT DestVT = MVT::Other) argument
5157 BuildIntrinsicOp(unsigned IID, SDValue Op0, SDValue Op1, SDValue Op2, SelectionDAG &DAG, DebugLoc dl, EVT DestVT = MVT::Other) argument
5168 BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
5188 DebugLoc dl = Op.getDebugLoc(); local
5342 GeneratePerfectShuffle(unsigned PFEntry, SDValue LHS, SDValue RHS, SelectionDAG &DAG, DebugLoc dl) argument
5423 DebugLoc dl = Op.getDebugLoc(); local
5590 DebugLoc dl = Op.getDebugLoc(); local
5654 DebugLoc dl = Op.getDebugLoc(); local
5671 DebugLoc dl = Op.getDebugLoc(); local
5785 DebugLoc dl = N->getDebugLoc(); local
5849 DebugLoc dl = MI->getDebugLoc(); local
5918 DebugLoc dl = MI->getDebugLoc(); local
6274 DebugLoc dl = MI->getDebugLoc(); local
6298 DebugLoc dl = MI->getDebugLoc(); local
6404 DebugLoc dl = MI->getDebugLoc(); local
6475 DebugLoc dl = MI->getDebugLoc(); local
6619 DebugLoc dl = MI->getDebugLoc(); local
6641 DebugLoc dl = MI->getDebugLoc(); local
6720 DebugLoc dl = Op.getDebugLoc(); local
6782 DebugLoc dl = Op.getDebugLoc(); local
6830 DebugLoc dl = N->getDebugLoc(); local
7427 DebugLoc dl = Op.getDebugLoc(); local
7457 DebugLoc dl = Op.getDebugLoc(); local
[all...]

Completed in 588 milliseconds

1234567891011