Home
last modified time | relevance | path

Searched defs:dl (Results 1 – 25 of 183) sorted by relevance

12345678

/freebsd-src/usr.sbin/ppp/
H A Ddatalink.c88 struct datalink *dl = (struct datalink *)v; in datalink_OpenTimeout() local
96 datalink_StartDialTimer(struct datalink *dl, int Timeout) in datalink_StartDialTimer()
115 datalink_HangupDone(struct datalink *dl) in datalink_HangupDone()
189 datalink_ChoosePhoneNumber(struct datalink *dl) in datalink_ChoosePhoneNumber()
211 datalink_LoginDone(struct datalink *dl) in datalink_LoginDone()
254 struct datalink *dl = descriptor2datalink(d); in datalink_UpdateSet() local
415 datalink_RemoveFromSet(struct datalink *dl, fd_set *r, fd_set *w, fd_set *e) in datalink_RemoveFromSet()
423 struct datalink *dl = descriptor2datalink(d); in datalink_IsSet() local
450 struct datalink *dl = descriptor2datalink(d); in datalink_Read() local
481 struct datalink *dl = descriptor2datalink(d); in datalink_Write() local
[all …]
H A Dbundle.c199 struct datalink *dl; in bundle_ClearQueues() local
225 bundle_LinkAdded(struct bundle *bundle, struct datalink *dl) in bundle_LinkAdded()
247 struct datalink *dl; in bundle_LinksRemoved() local
329 struct datalink *dl; in bundle_LayerDown() local
372 struct datalink *dl; in bundle_LayerFinish() local
395 struct datalink *dl, *this_dl; in bundle_Close() local
444 struct datalink *dl; in bundle_Down() local
454 struct datalink *dl; in bundle_UpdateSet() local
514 struct datalink *dl; in bundle_IsSet() local
535 struct datalink *dl; in bundle_DescriptorRead() local
[all …]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddsl_deadlist.c133 dsl_deadlist_load_tree(dsl_deadlist_t *dl) in dsl_deadlist_load_tree() argument
207 dsl_deadlist_load_cache(dsl_deadlist_t * dl) dsl_deadlist_load_cache() argument
261 dsl_deadlist_discard_tree(dsl_deadlist_t * dl) dsl_deadlist_discard_tree() argument
282 dsl_deadlist_iterate(dsl_deadlist_t * dl,deadlist_iter_t func,void * args) dsl_deadlist_iterate() argument
299 dsl_deadlist_open(dsl_deadlist_t * dl,objset_t * os,uint64_t object) dsl_deadlist_open() argument
325 dsl_deadlist_is_open(dsl_deadlist_t * dl) dsl_deadlist_is_open() argument
331 dsl_deadlist_close(dsl_deadlist_t * dl) dsl_deadlist_close() argument
408 dle_enqueue(dsl_deadlist_t * dl,dsl_deadlist_entry_t * dle,const blkptr_t * bp,boolean_t bp_freed,dmu_tx_t * tx) dle_enqueue() argument
425 dle_enqueue_subobj(dsl_deadlist_t * dl,dsl_deadlist_entry_t * dle,uint64_t obj,dmu_tx_t * tx) dle_enqueue_subobj() argument
445 dle_prefetch_subobj(dsl_deadlist_t * dl,dsl_deadlist_entry_t * dle,uint64_t obj) dle_prefetch_subobj() argument
454 dsl_deadlist_insert(dsl_deadlist_t * dl,const blkptr_t * bp,boolean_t bp_freed,dmu_tx_t * tx) dsl_deadlist_insert() argument
498 dsl_deadlist_t *dl = arg; dsl_deadlist_insert_alloc_cb() local
506 dsl_deadlist_t *dl = arg; dsl_deadlist_insert_free_cb() local
516 dsl_deadlist_add_key(dsl_deadlist_t * dl,uint64_t mintxg,dmu_tx_t * tx) dsl_deadlist_add_key() argument
543 dsl_deadlist_remove_key(dsl_deadlist_t * dl,uint64_t mintxg,dmu_tx_t * tx) dsl_deadlist_remove_key() argument
575 dsl_deadlist_remove_entry(dsl_deadlist_t * dl,uint64_t mintxg,dmu_tx_t * tx) dsl_deadlist_remove_entry() argument
615 dsl_deadlist_clear_entry(dsl_deadlist_entry_t * dle,dsl_deadlist_t * dl,dmu_tx_t * tx) dsl_deadlist_clear_entry() argument
645 dsl_deadlist_first(dsl_deadlist_t * dl) dsl_deadlist_first() argument
661 dsl_deadlist_last(dsl_deadlist_t * dl) dsl_deadlist_last() argument
680 dsl_deadlist_t dl = { 0 }; dsl_deadlist_regenerate() local
701 dsl_deadlist_clone(dsl_deadlist_t * dl,uint64_t maxtxg,uint64_t mrs_obj,dmu_tx_t * tx) dsl_deadlist_clone() argument
733 dsl_deadlist_space(dsl_deadlist_t * dl,uint64_t * usedp,uint64_t * compp,uint64_t * uncompp) dsl_deadlist_space() argument
757 dsl_deadlist_space_range(dsl_deadlist_t * dl,uint64_t mintxg,uint64_t maxtxg,uint64_t * usedp,uint64_t * compp,uint64_t * uncompp) dsl_deadlist_space_range() argument
796 dsl_deadlist_insert_bpobj(dsl_deadlist_t * dl,uint64_t obj,uint64_t birth,dmu_tx_t * tx) dsl_deadlist_insert_bpobj() argument
829 dsl_deadlist_prefetch_bpobj(dsl_deadlist_t * dl,uint64_t obj,uint64_t birth) dsl_deadlist_prefetch_bpobj() argument
850 dsl_deadlist_t *dl = arg; dsl_deadlist_insert_cb() local
860 dsl_deadlist_merge(dsl_deadlist_t * dl,uint64_t obj,dmu_tx_t * tx) dsl_deadlist_merge() argument
924 dsl_deadlist_move_bpobj(dsl_deadlist_t * dl,bpobj_t * bpo,uint64_t mintxg,dmu_tx_t * tx) dsl_deadlist_move_bpobj() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy()
68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
81 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset()
95 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
107 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
132 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
152 virtual SDValue EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForSetTag()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp418 SDLoc dl(N); PromoteIntRes_BITCAST() local
524 SDLoc dl(N); PromoteIntRes_BSWAP() local
552 SDLoc dl(N); PromoteIntRes_BITREVERSE() local
588 SDLoc dl(N); PromoteIntRes_Constant() local
602 SDLoc dl(N); PromoteIntRes_CTLZ() local
662 SDLoc dl(N); PromoteIntRes_CTTZ() local
699 SDLoc dl(N); PromoteIntRes_EXTRACT_VECTOR_ELT() local
726 SDLoc dl(N); PromoteIntRes_FP_TO_XINT() local
780 SDLoc dl(N); PromoteIntRes_FP_TO_XINT_SAT() local
787 SDLoc dl(N); PromoteIntRes_FP_TO_FP16_BF16() local
794 SDLoc dl(N); PromoteIntRes_STRICT_FP_TO_FP16_BF16() local
804 SDLoc dl(N); PromoteIntRes_XRINT() local
810 SDLoc dl(N); PromoteIntRes_GET_ROUNDING() local
823 SDLoc dl(N); PromoteIntRes_INT_EXTEND() local
859 SDLoc dl(N); PromoteIntRes_LOAD() local
877 SDLoc dl(N); PromoteIntRes_MLOAD() local
899 SDLoc dl(N); PromoteIntRes_MGATHER() local
925 SDLoc dl(N); PromoteIntRes_Overflow() local
945 SDLoc dl(N); PromoteIntRes_ADDSUBSHLSAT() local
1026 SDLoc dl(N); PromoteIntRes_MULFIX() local
1062 SaturateWidenedDIVFIX(SDValue V,SDLoc & dl,unsigned SatW,bool Signed,const TargetLowering & TLI,SelectionDAG & DAG) SaturateWidenedDIVFIX() argument
1100 SDLoc dl(N); earlyExpandDIVFIX() local
1125 SDLoc dl(N); PromoteIntRes_DIVFIX() local
1188 SDLoc dl(N); PromoteIntRes_SADDSUBO() local
1248 SDLoc dl(N); PromoteIntRes_SETCC() local
1282 SDLoc dl(N); PromoteIntRes_FFREXP() local
1492 SDLoc dl(N); PromoteIntRes_TRUNCATE() local
1571 SDLoc dl(N); PromoteIntRes_UADDSUBO() local
1715 SDLoc dl(N); PromoteIntRes_VAARG() local
2024 SDLoc dl(N); PromoteIntOp_BUILD_PAIR() local
2147 SDLoc dl(N); PromoteIntOp_SIGN_EXTEND() local
2154 SDLoc dl(N); PromoteIntOp_VP_SIGN_EXTEND() local
2188 SDLoc dl(N); PromoteIntOp_STORE() local
2315 SDLoc dl(N); PromoteIntOp_ZERO_EXTEND() local
2322 SDLoc dl(N); PromoteIntOp_VP_ZERO_EXTEND() local
2440 SDLoc dl(N); PromoteIntOp_VECREDUCE() local
2907 SDLoc dl(N); ExpandShiftWithKnownAmountBit() local
2993 SDLoc dl(N); ExpandShiftWithUnknownAmountBit() local
3196 SDLoc dl(N); ExpandIntRes_ADDSUB() local
3340 SDLoc dl(N); ExpandIntRes_ADDSUBC() local
3366 SDLoc dl(N); ExpandIntRes_ADDSUBE() local
3386 SDLoc dl(N); ExpandIntRes_UADDSUBO() local
3457 SDLoc dl(N); ExpandIntRes_UADDSUBO_CARRY() local
3477 SDLoc dl(N); ExpandIntRes_SADDSUBO_CARRY() local
3496 SDLoc dl(N); ExpandIntRes_ANY_EXTEND() local
3518 SDLoc dl(N); ExpandIntRes_AssertSext() local
3540 SDLoc dl(N); ExpandIntRes_AssertZext() local
3560 SDLoc dl(N); ExpandIntRes_BITREVERSE() local
3568 SDLoc dl(N); ExpandIntRes_BSWAP() local
3576 SDLoc dl(N); ExpandIntRes_PARITY() local
3593 SDLoc dl(N); ExpandIntRes_Constant() local
3600 SDLoc dl(N); ExpandIntRes_ABS() local
3649 SDLoc dl(N); ExpandIntRes_CTLZ() local
3669 SDLoc dl(N); ExpandIntRes_CTPOP() local
3680 SDLoc dl(N); ExpandIntRes_CTTZ() local
3700 SDLoc dl(N); ExpandIntRes_GET_ROUNDING() local
3728 SDLoc dl(N); ExpandIntRes_FP_TO_XINT() local
3776 SDLoc dl(N); ExpandIntRes_XROUND_XRINT() local
3879 SDLoc dl(N); ExpandIntRes_LOAD() local
3976 SDLoc dl(N); ExpandIntRes_Logical() local
3988 SDLoc dl(N); ExpandIntRes_MUL() local
4089 SDLoc dl(N); ExpandIntRes_MULFIX() local
4305 SDLoc dl(N); ExpandIntRes_DIVFIX() local
4323 SDLoc dl(Node); ExpandIntRes_SADDSUBO() local
4393 SDLoc dl(N); ExpandIntRes_SDIV() local
4420 SDLoc dl(N); ExpandIntRes_ShiftThroughStack() local
4526 SDLoc dl(N); ExpandIntRes_Shift() local
4649 SDLoc dl(N); ExpandIntRes_SIGN_EXTEND() local
4679 SDLoc dl(N); ExpandIntRes_SIGN_EXTEND_INREG() local
4706 SDLoc dl(N); ExpandIntRes_SREM() local
4734 SDLoc dl(N); ExpandIntRes_TRUNCATE() local
4746 SDLoc dl(N); ExpandIntRes_XMULO() local
4884 SDLoc dl(N); ExpandIntRes_UDIV() local
4927 SDLoc dl(N); ExpandIntRes_UREM() local
4970 SDLoc dl(N); ExpandIntRes_ZERO_EXTEND() local
4996 SDLoc dl(N); ExpandIntRes_ATOMIC_LOAD() local
5065 SDLoc dl(N); ExpandIntRes_VSCALE() local
5156 IntegerExpandSetCCOperands(SDValue & NewLHS,SDValue & NewRHS,ISD::CondCode & CCCode,const SDLoc & dl) IntegerExpandSetCCOperands() argument
5353 SDLoc dl = SDLoc(N); ExpandIntOp_SETCCCARRY() local
5432 SDLoc dl(N); ExpandIntOp_STORE() local
5509 SDLoc dl(N); ExpandIntOp_ATOMIC_STORE() local
5529 SDLoc dl(N); PromoteIntRes_VECTOR_SPLICE() local
5539 SDLoc dl(N); PromoteIntRes_VECTOR_INTERLEAVE_DEINTERLEAVE() local
5558 SDLoc dl(N); PromoteIntRes_EXTRACT_SUBVECTOR() local
5640 SDLoc dl(N); PromoteIntRes_INSERT_SUBVECTOR() local
5657 SDLoc dl(N); PromoteIntRes_VECTOR_REVERSE() local
5668 SDLoc dl(N); PromoteIntRes_VECTOR_SHUFFLE() local
5687 SDLoc dl(N); PromoteIntRes_BUILD_VECTOR() local
5715 SDLoc dl(N); PromoteIntRes_ScalarOp() local
5731 SDLoc dl(N); PromoteIntRes_STEP_VECTOR() local
5742 SDLoc dl(N); PromoteIntRes_CONCAT_VECTORS() local
5816 SDLoc dl(N); PromoteIntRes_EXTEND_VECTOR_INREG() local
5853 SDLoc dl(N); PromoteIntRes_INSERT_VECTOR_ELT() local
5865 SDLoc dl(N); PromoteIntRes_VECREDUCE() local
5881 SDLoc dl(N); PromoteIntOp_EXTRACT_VECTOR_ELT() local
5895 SDLoc dl(N); PromoteIntOp_INSERT_SUBVECTOR() local
5910 SDLoc dl(N); PromoteIntOp_EXTRACT_SUBVECTOR() local
5920 SDLoc dl(N); PromoteIntOp_CONCAT_VECTORS() local
[all...]
H A DLegalizeTypesGeneric.cpp45 SDLoc dl(N); in ExpandRes_BITCAST() local
213 SDLoc dl(N); in ExpandRes_EXTRACT_VECTOR_ELT() local
250 SDLoc dl(N); in ExpandRes_NormalLoad() local
292 SDLoc dl(N); in ExpandRes_VAARG() local
333 SDLoc dl(N); in ExpandOp_BITCAST() local
374 SDLoc dl(N); in ExpandOp_BUILD_VECTOR() local
410 SDLoc dl(N); in ExpandOp_INSERT_VECTOR_ELT() local
443 SDLoc dl(N); in ExpandOp_SCALAR_TO_VECTOR() local
459 SDLoc dl(N); in ExpandOp_NormalStore() local
508 SDLoc dl(N); in SplitRes_Select() local
[all …]
H A DLegalizeVectorTypes.cpp239 SDLoc dl(N); ScalarizeVecRes_FFREXP() local
265 SDLoc dl(N); ScalarizeVecRes_StrictFPOp() local
587 SDLoc dl(N); ScalarizeVecRes_FP_TO_XINT_SAT() local
870 SDLoc dl(N); ScalarizeVecOp_STORE() local
1268 SDLoc dl(N); SplitVecRes_BinOp() local
1302 SDLoc dl(N); SplitVecRes_TernaryOp() local
1333 SDLoc dl(N); SplitVecRes_FIX() local
1349 SDLoc dl(N); SplitVecRes_BITCAST() local
1406 SDLoc dl(N); SplitVecRes_BUILD_VECTOR() local
1419 SDLoc dl(N); SplitVecRes_CONCAT_VECTORS() local
1441 SDLoc dl(N); SplitVecRes_EXTRACT_SUBVECTOR() local
1458 SDLoc dl(N); SplitVecRes_INSERT_SUBVECTOR() local
1565 SDLoc dl(N); SplitVecRes_InregOp() local
1582 SDLoc dl(N); SplitVecRes_ExtVecInRegOp() local
1620 SDLoc dl(N); SplitVecRes_StrictFPOp() local
1672 SDLoc dl(N); UnrollVectorOp_StrictFP() local
1724 SDLoc dl(N); SplitVecRes_OverflowOp() local
1770 SDLoc dl(N); SplitVecRes_INSERT_VECTOR_ELT() local
1849 SDLoc dl(N); SplitVecRes_STEP_VECTOR() local
1872 SDLoc dl(N); SplitVecRes_ScalarOp() local
1887 SDLoc dl(LD); SplitVecRes_LOAD() local
1933 SDLoc dl(LD); SplitVecRes_VP_LOAD() local
2094 SDLoc dl(MLD); SplitVecRes_MLOAD() local
2177 SDLoc dl(N); SplitVecRes_Gather() local
2307 SDLoc dl(N); SplitVecRes_UnaryOp() local
2347 SDLoc dl(N); SplitVecRes_FFREXP() local
2383 SDLoc dl(N); SplitVecRes_ExtendOp() local
2808 SDLoc dl(N); SplitVecRes_VAARG() local
2826 SDLoc dl(N); SplitVecRes_FP_TO_XINT_SAT() local
3148 SDLoc dl(N); SplitVecOp_VECREDUCE() local
3167 SDLoc dl(N); SplitVecOp_VECREDUCE_SEQ() local
3193 SDLoc dl(N); SplitVecOp_VP_REDUCE() local
3217 SDLoc dl(N); SplitVecOp_UnaryOp() local
3279 SDLoc dl(N); SplitVecOp_INSERT_SUBVECTOR() local
3300 SDLoc dl(N); SplitVecOp_EXTRACT_SUBVECTOR() local
3378 SDLoc dl(N); SplitVecOp_EXTRACT_VECTOR_ELT() local
4022 SDLoc dl(N); SplitVecOp_FP_TO_XINT_SAT() local
4340 SDLoc dl(N); WidenVecRes_Ternary() local
4359 SDLoc dl(N); WidenVecRes_Binary() local
4378 SDLoc dl(N); WidenVecRes_BinaryWithExtraScalarOp() local
4401 SDLoc dl(ConcatOps[0]); CollectOpsToWiden() local
4470 SDLoc dl(N); WidenVecRes_BinaryCanTrap() local
4560 SDLoc dl(N); WidenVecRes_StrictFP() local
4834 SDLoc dl(N); WidenVecRes_FP_TO_XINT_SAT() local
4855 SDLoc dl(N); WidenVecRes_XRINT() local
5030 SDLoc dl(N); WidenVecRes_BITCAST() local
5142 SDLoc dl(N); WidenVecRes_BUILD_VECTOR() local
5164 SDLoc dl(N); WidenVecRes_CONCAT_VECTORS() local
5245 SDLoc dl(N); WidenVecRes_INSERT_SUBVECTOR() local
5255 SDLoc dl(N); WidenVecRes_EXTRACT_SUBVECTOR() local
5418 SDLoc dl(N); WidenVecRes_VP_LOAD() local
5474 SDLoc dl(N); WidenVecRes_MLOAD() local
5500 SDLoc dl(N); WidenVecRes_MGATHER() local
5535 SDLoc dl(N); WidenVecRes_VP_GATHER() local
5845 SDLoc dl(N); WidenVecRes_VECTOR_SHUFFLE() local
5871 SDLoc dl(N); WidenVecRes_VECTOR_REVERSE() local
5981 SDLoc dl(N); WidenVecRes_STRICT_FSETCC() local
6247 SDLoc dl(N); WidenVecOp_Convert() local
6313 SDLoc dl(N); WidenVecOp_FP_TO_XINT_SAT() local
6334 SDLoc dl(N); WidenVecOp_BITCAST() local
6378 SDLoc dl(N); WidenVecOp_CONCAT_VECTORS() local
6523 SDLoc dl(N); WidenVecOp_VP_STORE() local
6595 SDLoc dl(N); WidenVecOp_MSTORE() local
6638 SDLoc dl(N); WidenVecOp_MGATHER() local
6720 SDLoc dl(N); WidenVecOp_SETCC() local
6756 SDLoc dl(N); WidenVecOp_STRICT_FSETCC() local
6788 SDLoc dl(N); WidenVecOp_VECREDUCE() local
6823 SDLoc dl(N); WidenVecOp_VECREDUCE_SEQ() local
6862 SDLoc dl(N); WidenVecOp_VP_REDUCE() local
6974 SDLoc dl(LdOps[Start]); BuildVectorFromScalar() local
7007 SDLoc dl(LD); GenWidenVectorLoads() local
7185 SDLoc dl(LD); GenWidenVectorExtLoads() local
7239 SDLoc dl(ST); GenWidenVectorStores() local
7334 SDLoc dl(InOp); ModifyToType() local
[all...]
H A DLegalizeDAG.cpp266 ShuffleWithNarrowerEltType(EVT NVT,EVT VT,const SDLoc & dl,SDValue N1,SDValue N2,ArrayRef<int> Mask) const ShuffleWithNarrowerEltType() argument
297 SDLoc dl(CFP); ExpandConstantFP() local
354 SDLoc dl(CP); ExpandConstant() local
372 PerformInsertVectorEltInMemory(SDValue Vec,SDValue Val,SDValue Idx,const SDLoc & dl) PerformInsertVectorEltInMemory() argument
407 ExpandINSERT_VECTOR_ELT(SDValue Vec,SDValue Val,SDValue Idx,const SDLoc & dl) ExpandINSERT_VECTOR_ELT() argument
448 SDLoc dl(ST); OptimizeFloatStore() local
502 SDLoc dl(Node); LegalizeStoreOps() local
681 SDLoc dl(Node); LegalizeLoadOps() local
1383 SDLoc dl(Op); ExpandExtractFromVectorThroughStack() local
1470 SDLoc dl(Op); ExpandInsertToVectorThroughStack() local
1508 SDLoc dl(Node); ExpandVectorBuildThroughStack() local
1721 SDLoc dl(Node); ExpandDYNAMIC_STACKALLOC() local
1759 EmitStackConvert(SDValue SrcOp,EVT SlotVT,EVT DestVT,const SDLoc & dl) EmitStackConvert() argument
1764 EmitStackConvert(SDValue SrcOp,EVT SlotVT,EVT DestVT,const SDLoc & dl,SDValue Chain) EmitStackConvert() argument
1809 SDLoc dl(Node); ExpandSCALAR_TO_VECTOR() local
1830 SDLoc dl(Node); ExpandBVWithShuffles() local
1925 SDLoc dl(Node); ExpandBUILD_VECTOR() local
2114 SDLoc dl(Node); ExpandFrexpLibCall() local
2272 SDLoc dl(Node); ExpandDivRemLibCall() local
2371 SDLoc dl(Node); ExpandSinCosLibCall() local
2386 SDLoc dl(Node); expandLdexp() local
2498 SDLoc dl(Node); expandFrexp() local
2625 SDLoc dl(Node); ExpandLegalINT_TO_FP() local
2840 PromoteLegalINT_TO_FP(SDNode * N,const SDLoc & dl,SmallVectorImpl<SDValue> & Results) PromoteLegalINT_TO_FP() argument
2900 PromoteLegalFP_TO_INT(SDNode * N,const SDLoc & dl,SmallVectorImpl<SDValue> & Results) PromoteLegalFP_TO_INT() argument
2951 PromoteLegalFP_TO_INT_SAT(SDNode * Node,const SDLoc & dl) PromoteLegalFP_TO_INT_SAT() argument
2972 ExpandPARITY(SDValue Op,const SDLoc & dl) ExpandPARITY() argument
2996 SDLoc dl(Node); ExpandNode() local
4318 SDLoc dl(Node); ConvertNodeToLibcall() local
4671 SDLoc dl(Node); ConvertNodeToLibcall() local
4714 SDLoc dl(Node); ConvertNodeToLibcall() local
4953 SDLoc dl(Node); PromoteNode() local
[all...]
H A DLegalizeFloatTypes.cpp336 SDLoc dl(N); SoftenFloatRes_FCOPYSIGN() local
506 SDLoc dl(N); SoftenFloatRes_FNEG() local
784 SDLoc dl(N); SoftenFloatRes_LOAD() local
838 SDLoc dl(N); SoftenFloatRes_VAARG() local
858 SDLoc dl(N); SoftenFloatRes_XINT_TO_FP() local
1055 SDLoc dl(N); SoftenFloatOp_FP_TO_XINT() local
1153 SDLoc dl(N); SoftenFloatOp_STORE() local
1170 SDLoc dl(N); SoftenFloatOp_FCOPYSIGN() local
1378 SDLoc dl(N); ExpandFloatRes_ConstantFP() local
1421 SDLoc dl(N); ExpandFloatRes_FABS() local
1599 SDLoc dl(N); ExpandFloatRes_FNEG() local
1608 SDLoc dl(N); ExpandFloatRes_FP_EXTEND() local
1657 SDLoc dl(N); ExpandFloatRes_FREEZE() local
1744 SDLoc dl(N); ExpandFloatRes_LOAD() local
1775 SDLoc dl(N); ExpandFloatRes_XINT_TO_FP() local
1935 FloatExpandSetCCOperands(SDValue & NewLHS,SDValue & NewRHS,ISD::CondCode & CCCode,const SDLoc & dl,SDValue & Chain,bool IsSignaling) FloatExpandSetCCOperands() argument
2030 SDLoc dl(N); ExpandFloatOp_FP_TO_XINT() local
2898 SDLoc dl(N); SoftPromoteHalfRes_FCOPYSIGN() local
2949 SDLoc dl(N); SoftPromoteHalfRes_FMAD() local
2968 SDLoc dl(N); SoftPromoteHalfRes_ExpOp() local
2983 SDLoc dl(N); SoftPromoteHalfRes_FFREXP() local
3048 SDLoc dl(N); SoftPromoteHalfRes_XINT_TO_FP() local
3064 SDLoc dl(N); SoftPromoteHalfRes_UnaryOp() local
3080 SDLoc dl(N); SoftPromoteHalfRes_BinOp() local
3176 SDLoc dl(N); SoftPromoteHalfOp_FCOPYSIGN() local
3211 SDLoc dl(N); SoftPromoteHalfOp_FP_TO_XINT() local
3226 SDLoc dl(N); SoftPromoteHalfOp_FP_TO_XINT_SAT() local
3243 SDLoc dl(N); SoftPromoteHalfOp_SELECT_CC() local
3264 SDLoc dl(N); SoftPromoteHalfOp_SETCC() local
3284 SDLoc dl(N); SoftPromoteHalfOp_STORE() local
[all...]
/freebsd-src/lib/libc/iconv/
H A Dcitrus_db.c99 struct _citrus_region *data, struct _citrus_db_locator *dl) in _citrus_db_lookup()
182 struct _citrus_region *data, struct _citrus_db_locator *dl) in _citrus_db_lookup_by_string()
193 uint8_t *rval, struct _citrus_db_locator *dl) in _citrus_db_lookup8_by_string()
213 uint16_t *rval, struct _citrus_db_locator *dl) in _citrus_db_lookup16_by_string()
236 uint32_t *rval, struct _citrus_db_locator *dl) in _citrus_db_lookup32_by_string()
259 const char **rdata, struct _citrus_db_locator *dl) in _citrus_db_lookup_string_by_string()
/freebsd-src/contrib/unbound/sldns/
H A Dwire2str.c482 sldns_rr_tcttl_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_rr_tcttl_scan() argument
1354 sldns_wire2str_int8_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_int8_scan() argument
1364 sldns_wire2str_int16_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_int16_scan() argument
1374 sldns_wire2str_int32_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_int32_scan() argument
1384 sldns_wire2str_period_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_period_scan() argument
1394 sldns_wire2str_tsigtime_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_tsigtime_scan() argument
1418 sldns_wire2str_a_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_a_scan() argument
1431 sldns_wire2str_aaaa_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_aaaa_scan() argument
1464 sldns_wire2str_str_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_str_scan() argument
1482 sldns_wire2str_apl_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_apl_scan() argument
1525 sldns_wire2str_b32_ext_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_b32_ext_scan() argument
1548 sldns_wire2str_b64_scan_num(uint8_t ** d,size_t * dl,char ** s,size_t * sl,size_t num) sldns_wire2str_b64_scan_num() argument
1567 sldns_wire2str_b64_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_b64_scan() argument
1575 sldns_wire2str_hex_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_hex_scan() argument
1583 sldns_wire2str_nsec_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_nsec_scan() argument
1629 sldns_wire2str_nsec3_salt_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_nsec3_salt_scan() argument
1647 sldns_wire2str_cert_alg_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_cert_alg_scan() argument
1662 sldns_wire2str_alg_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_alg_scan() argument
1669 sldns_wire2str_unknown_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_unknown_scan() argument
1674 sldns_wire2str_time_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_time_scan() argument
1711 sldns_wire2str_loc_scan(uint8_t ** d,size_t * dl,char ** str,size_t * sl) sldns_wire2str_loc_scan() argument
1797 sldns_wire2str_wks_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_wks_scan() argument
1860 sldns_wire2str_nsap_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_nsap_scan() argument
1865 sldns_wire2str_atma_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_atma_scan() argument
1871 sldns_wire2str_ipseckey_scan_internal(uint8_t ** d,size_t * dl,char ** s,size_t * sl,uint8_t * pkt,size_t pktlen,int * comprloop) sldns_wire2str_ipseckey_scan_internal() argument
1913 sldns_wire2str_ipseckey_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl,uint8_t * pkt,size_t pktlen,int * comprloop) sldns_wire2str_ipseckey_scan() argument
1930 sldns_wire2str_hip_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_hip_scan() argument
1955 sldns_wire2str_int16_data_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_int16_data_scan() argument
1974 sldns_wire2str_nsec3_next_owner_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_nsec3_next_owner_scan() argument
1980 sldns_wire2str_ilnp64_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_ilnp64_scan() argument
1993 sldns_wire2str_eui48_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_eui48_scan() argument
2005 sldns_wire2str_eui64_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_eui64_scan() argument
2018 sldns_wire2str_tag_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_tag_scan() argument
2037 sldns_wire2str_long_str_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_long_str_scan() argument
2050 sldns_wire2str_tsigerror_scan(uint8_t ** d,size_t * dl,char ** s,size_t * sl) sldns_wire2str_tsigerror_scan() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp499 const SDLoc &dl, SelectionDAG &DAG) const { in getInt() argument
548 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, in opJoin()
555 HexagonTargetLowering::opSplit(SDValue Vec, const SDLoc &dl, in opSplit()
727 const SDLoc &dl(ElemIdx); in convertToByteIndex() local
742 const SDLoc &dl(Idx); in getIndexInWord32() local
749 HexagonTargetLowering::getByteShuffle(const SDLoc &dl, SDValue Op0, in getByteShuffle()
781 const SDLoc &dl, MVT VecTy, in buildHvxVectorReg()
993 HexagonTargetLowering::createHvxPrefixPred(SDValue PredV, const SDLoc &dl, in createHvxPrefixPred()
1079 const SDLoc &dl, MVT VecTy, in buildHvxVectorPred()
1152 const SDLoc &dl, MVT ResTy, SelectionDAG &DAG) const { in extractHvxElementReg() argument
[all …]
H A DHexagonISelLowering.cpp176 SelectionDAG &DAG, const SDLoc &dl) { in CreateCopyOfByValArgument() argument
205 const SDLoc &dl, SelectionDAG &DAG) const { in LowerReturn() argument
351 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCallResult() argument
406 SDLoc &dl = CLI.DL; LowerCall() local
723 SDLoc dl(Op); LowerREADCYCLECOUNTER() local
748 SDLoc dl(Op); LowerDYNAMIC_STACKALLOC() local
775 LowerFormalArguments(SDValue Chain,CallingConv::ID CallConv,bool IsVarArg,const SmallVectorImpl<ISD::InputArg> & Ins,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) const LowerFormalArguments() argument
1029 const SDLoc &dl(Op); LowerSETCC() local
1092 const SDLoc &dl(Op); LowerVSELECT() local
1177 SDLoc dl(Op); LowerRETURNADDR() local
1199 SDLoc dl(Op); LowerFRAMEADDR() local
1211 SDLoc dl(Op); LowerATOMIC_FENCE() local
1217 SDLoc dl(Op); LowerGLOBALADDRESS() local
1252 SDLoc dl(Op); LowerBlockAddress() local
1281 SDLoc dl(GA); GetDynamicTLSAddr() local
1314 SDLoc dl(GA); LowerToTLSInitialExecModel() local
1356 SDLoc dl(GA); LowerToTLSLocalExecModel() local
1378 SDLoc dl(GA); LowerToTLSGeneralDynamicModel() local
1949 validateConstPtrAlignment(SDValue Ptr,Align NeedAlign,const SDLoc & dl,SelectionDAG & DAG) const validateConstPtrAlignment() argument
1989 const SDLoc &dl(Op); replaceMemWithUndef() local
2250 const SDLoc &dl(Op); LowerVECTOR_SHUFFLE() local
2399 const SDLoc &dl(Op); LowerVECTOR_SHIFT() local
2457 const SDLoc &dl(Op); LowerBITCAST() local
2503 buildVector32(ArrayRef<SDValue> Elem,const SDLoc & dl,MVT VecTy,SelectionDAG & DAG) const buildVector32() argument
2594 buildVector64(ArrayRef<SDValue> Elem,const SDLoc & dl,MVT VecTy,SelectionDAG & DAG) const buildVector64() argument
2656 extractVector(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ValTy,MVT ResTy,SelectionDAG & DAG) const extractVector() argument
2708 extractVectorPred(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ValTy,MVT ResTy,SelectionDAG & DAG) const extractVectorPred() argument
2762 insertVector(SDValue VecV,SDValue ValV,SDValue IdxV,const SDLoc & dl,MVT ValTy,SelectionDAG & DAG) const insertVector() argument
2804 insertVectorPred(SDValue VecV,SDValue ValV,SDValue IdxV,const SDLoc & dl,MVT ValTy,SelectionDAG & DAG) const insertVectorPred() argument
2841 expandPredicate(SDValue Vec32,const SDLoc & dl,SelectionDAG & DAG) const expandPredicate() argument
2852 contractPredicate(SDValue Vec64,const SDLoc & dl,SelectionDAG & DAG) const contractPredicate() argument
2866 getZero(const SDLoc & dl,MVT Ty,SelectionDAG & DAG) const getZero() argument
2893 const SDLoc &dl(Val); appendUndef() local
2905 getCombine(SDValue Hi,SDValue Lo,const SDLoc & dl,MVT ResTy,SelectionDAG & DAG) const getCombine() argument
2930 const SDLoc &dl(Op); LowerBUILD_VECTOR() local
2984 const SDLoc &dl(Op); LowerCONCAT_VECTORS() local
3087 const SDLoc &dl(Op); LowerLoad() local
3124 const SDLoc &dl(Op); LowerStore() local
3162 const SDLoc &dl(Op); LowerUnalignedLoad() local
3247 const SDLoc &dl(Op); LowerUAddSubO() local
3279 const SDLoc &dl(Op); LowerUAddSubOCarry() local
3300 SDLoc dl(Op); LowerEH_RETURN() local
3428 const SDLoc &dl(N); ReplaceNodeResults() local
3458 const SDLoc &dl(Op); PerformDAGCombine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp209 SDLoc dl(Op); in LowerSELECT_CC() local
220 SDLoc dl(Op); in LowerSIGN_EXTEND_INREG() local
243 SDLoc dl(Op); LowerBR_CC() local
266 SDLoc &dl = CLI.DL; LowerCall() local
410 lowerCallResult(SDValue Chain,SDValue Glue,const SmallVectorImpl<CCValAssign> & RVLocs,SDLoc dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) lowerCallResult() argument
471 LowerFormalArguments(SDValue Chain,CallingConv::ID CallConv,bool IsVarArg,const SmallVectorImpl<ISD::InputArg> & Ins,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) const LowerFormalArguments() argument
486 LowerCallArguments(SDValue Chain,CallingConv::ID CallConv,bool IsVarArg,const SmallVectorImpl<ISD::InputArg> & Ins,SDLoc dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) const LowerCallArguments() argument
648 LowerReturn(SDValue Chain,CallingConv::ID CallConv,bool IsVarArg,const SmallVectorImpl<ISD::OutputArg> & Outs,const SmallVectorImpl<SDValue> & OutVals,const SDLoc & dl,SelectionDAG & DAG) const LowerReturn() argument
755 SDLoc dl(Op); LowerFRAMEADDR() local
766 SDLoc dl(GN); LowerGlobalAddress() local
778 SDLoc dl(Op); LowerVASTART() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp569 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerFormalArguments() argument
589 SDLoc &dl = CLI.DL; in LowerCall() local
620 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, in LowerCCCArguments() argument
739 LowerReturn(SDValue Chain,CallingConv::ID CallConv,bool isVarArg,const SmallVectorImpl<ISD::OutputArg> & Outs,const SmallVectorImpl<SDValue> & OutVals,const SDLoc & dl,SelectionDAG & DAG) const LowerReturn() argument
809 LowerCCCCallTo(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,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) const LowerCCCCallTo() argument
936 LowerCallResult(SDValue Chain,SDValue InGlue,CallingConv::ID CallConv,bool isVarArg,const SmallVectorImpl<ISD::InputArg> & Ins,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) const LowerCallResult() argument
962 SDLoc dl(N); LowerShifts() local
1023 SDLoc dl(Op); LowerExternalSymbol() local
1033 SDLoc dl(Op); LowerBlockAddress() local
1042 EmitCMP(SDValue & LHS,SDValue & RHS,SDValue & TargetCC,ISD::CondCode CC,const SDLoc & dl,SelectionDAG & DAG) EmitCMP() argument
1133 SDLoc dl (Op); LowerBR_CC() local
1145 SDLoc dl (Op); LowerSETCC() local
1219 SDLoc dl (Op); LowerSELECT_CC() local
1233 SDLoc dl(Op); LowerSIGN_EXTEND() local
1269 SDLoc dl(Op); LowerRETURNADDR() local
1293 SDLoc dl(Op); // FIXME probably not meaningful LowerFRAMEADDR() local
1420 DebugLoc dl = MI.getDebugLoc(); EmitShiftInstr() local
1557 DebugLoc dl = MI.getDebugLoc(); EmitInstrWithCustomInserter() local
[all...]
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c147 zfs_dirlock_t *dl; in zfs_dirent_lock() local
346 zfs_dirent_unlock(zfs_dirlock_t * dl) zfs_dirent_unlock() argument
386 zfs_dirlock_t *dl; zfs_dirlook() local
596 zfs_dirlock_t dl; zfs_purgedir() local
799 zfs_link_create(zfs_dirlock_t * dl,znode_t * zp,dmu_tx_t * tx,int flag) zfs_link_create() argument
911 zfs_dropname(zfs_dirlock_t * dl,znode_t * zp,znode_t * dzp,dmu_tx_t * tx,int flag) zfs_dropname() argument
1012 zfs_link_destroy(zfs_dirlock_t * dl,znode_t * zp,dmu_tx_t * tx,int flag,boolean_t * unlinkedp) zfs_link_destroy() argument
1188 zfs_dirlock_t *dl; zfs_get_xattrdir() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset() argument
155 emitRepmovs(const X86Subtarget & Subtarget,SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,MVT AVT) emitRepmovs() argument
177 emitRepmovsB(const X86Subtarget & Subtarget,SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,uint64_t Size) emitRepmovsB() argument
206 emitConstantSizeRepmov(SelectionDAG & DAG,const X86Subtarget & Subtarget,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,uint64_t Size,EVT SizeVT,Align Alignment,bool isVolatile,bool AlwaysInline,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) emitConstantSizeRepmov() argument
262 EmitTargetCodeForMemcpy(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,Align Alignment,bool isVolatile,bool AlwaysInline,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemcpy() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp246 SDLoc dl(GA); in getGlobalAddressWrapper() local
318 SDLoc dl(CP); in LowerConstantPool() local
341 SDLoc dl(Op); in LowerBR_JT() local
490 SDLoc dl(Op); LowerSTORE() local
535 SDLoc dl(Op); LowerSMUL_LOHI() local
552 SDLoc dl(Op); LowerUMUL_LOHI() local
637 SDLoc dl(N); TryExpandADDWithMul() local
694 SDLoc dl(N); ExpandADDSUB() local
736 SDLoc dl(Node); LowerVAARG() local
753 SDLoc dl(Op); LowerVASTART() local
817 SDLoc dl(Op); LowerEH_RETURN() local
875 SDLoc dl(Op); LowerINIT_TRAMPOLINE() local
943 SDLoc &dl = CLI.DL; LowerCall() local
972 LowerCallResult(SDValue Chain,SDValue InGlue,const SmallVectorImpl<CCValAssign> & RVLocs,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) LowerCallResult() argument
1020 LowerCCCCallTo(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,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) const LowerCCCCallTo() argument
1150 LowerFormalArguments(SDValue Chain,CallingConv::ID CallConv,bool isVarArg,const SmallVectorImpl<ISD::InputArg> & Ins,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) const LowerFormalArguments() argument
1169 LowerCCCArguments(SDValue Chain,CallingConv::ID CallConv,bool isVarArg,const SmallVectorImpl<ISD::InputArg> & Ins,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals) const LowerCCCArguments() argument
1344 LowerReturn(SDValue Chain,CallingConv::ID CallConv,bool isVarArg,const SmallVectorImpl<ISD::OutputArg> & Outs,const SmallVectorImpl<SDValue> & OutVals,const SDLoc & dl,SelectionDAG & DAG) const LowerReturn() argument
1430 DebugLoc dl = MI.getDebugLoc(); EmitInstrWithCustomInserter() local
1496 SDLoc dl(N); PerformDAGCombine() local
[all...]
H A DXCoreRegisterInfo.cpp66 DebugLoc dl = MI.getDebugLoc(); in InsertFPImmInst() local
99 DebugLoc dl = MI.getDebugLoc(); in InsertFPConstInst() local
134 DebugLoc dl = MI.getDebugLoc(); in InsertSPImmInst() local
168 DebugLoc dl = MI.getDebugLoc(); in InsertSPConstInst() local
H A DXCoreFrameLowering.cpp62 const DebugLoc &dl, const TargetInstrInfo &TII, in EmitDefCfaRegister() argument
72 const DebugLoc &dl, const TargetInstrInfo &TII, in EmitDefCfaOffset() argument
82 MachineBasicBlock::iterator MBBI, const DebugLoc &dl, in EmitCfiOffset() argument
99 MachineBasicBlock::iterator MBBI, const DebugLoc &dl, in IfNeededExtSP() argument
122 MachineBasicBlock::iterator MBBI, const DebugLoc &dl, in IfNeededLDAWSP() argument
192 RestoreSpillList(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,const DebugLoc & dl,const TargetInstrInfo & TII,int & RemainingAdj,SmallVectorImpl<StackSlotInfo> & SpillList) RestoreSpillList() argument
234 DebugLoc dl; emitPrologue() local
349 DebugLoc dl = MBBI->getDebugLoc(); emitEpilogue() local
[all...]
H A DXCoreISelDAGToDAG.cpp56 getI32Imm(unsigned Imm,const SDLoc & dl) getI32Imm() argument
141 SDLoc dl(N); Select() local
247 SDLoc dl(N); tryBRIND() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp63 const DebugLoc &dl, unsigned DestReg, in emitThumb1LoadConstPool()
83 const DebugLoc &dl, unsigned DestReg, in emitThumb2LoadConstPool()
105 const DebugLoc &dl, Register DestReg, unsigned SubIdx, int Val, in emitLoadConstPool()
126 const DebugLoc &dl, Register DestReg, Register BaseReg, int NumBytes, in emitThumbRegPlusImmInReg()
253 const DebugLoc &dl, Register DestReg, in emitThumbRegPlusImmediate()
433 DebugLoc dl = MI.getDebugLoc(); in rewriteFrameIndex() local
554 DebugLoc dl = MI.getDebugLoc(); in eliminateFrameIndex() local
H A DARMSelectionDAGInfo.cpp39 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
169 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
287 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
295 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp198 Imm, dl, PPCLowering->getPointerTy(CurDAG->getDataLayout())); in getSmallIPtrImm() argument
181 getI16Imm(unsigned Imm,const SDLoc & dl) getI16Imm() argument
187 getI32Imm(unsigned Imm,const SDLoc & dl) getI32Imm() argument
193 getI64Imm(uint64_t Imm,const SDLoc & dl) getI64Imm() argument
407 SDLoc dl(Op); SelectInlineAsmMemoryOperand() local
466 DebugLoc dl; INITIALIZE_PASS() local
656 SDLoc dl(SN); selectFrameIndex() local
794 SDLoc dl(ST); tryTLSXFormStore() local
842 SDLoc dl(LD); tryTLSXFormLoad() local
895 SDLoc dl(N); tryBitfieldInsert() local
1032 selectI64ImmDirect(SelectionDAG * CurDAG,const SDLoc & dl,uint64_t Imm,unsigned & InstCnt) selectI64ImmDirect() argument
1273 selectI64ImmDirectPrefix(SelectionDAG * CurDAG,const SDLoc & dl,uint64_t Imm,unsigned & InstCnt) selectI64ImmDirectPrefix() argument
1393 selectI64Imm(SelectionDAG * CurDAG,const SDLoc & dl,uint64_t Imm,unsigned * InstCnt=nullptr) selectI64Imm() argument
1500 SDLoc dl(N); selectI64Imm() local
2127 getI32Imm(unsigned Imm,const SDLoc & dl) getI32Imm() argument
2146 ExtendToInt64(SDValue V,const SDLoc & dl) ExtendToInt64() argument
2160 TruncateToInt32(SDValue V,const SDLoc & dl) TruncateToInt32() argument
2174 SelectAndParts32(const SDLoc & dl,SDValue & Res,unsigned * InstCnt) SelectAndParts32() argument
2273 SDLoc dl(N); Select32() local
2376 SelectRotMask64(SDValue V,const SDLoc & dl,unsigned RLAmt,bool Repl32,unsigned MaskStart,unsigned MaskEnd,unsigned * InstCnt=nullptr) SelectRotMask64() argument
2440 SelectRotMaskIns64(SDValue Base,SDValue V,const SDLoc & dl,unsigned RLAmt,bool Repl32,unsigned MaskStart,unsigned MaskEnd,unsigned * InstCnt=nullptr) SelectRotMaskIns64() argument
2488 SelectAndParts64(const SDLoc & dl,SDValue & Res,unsigned * InstCnt) SelectAndParts64() argument
2659 SDLoc dl(N); Select64() local
2991 SDLoc dl(N); tryEXTEND() local
3018 SDLoc dl(N); tryLogicOpOfCompares() local
3096 SDLoc dl(LogicOp); computeLogicOpInGPR() local
3182 SDLoc dl(Input); signExtendInputIfNeeded() local
3217 SDLoc dl(Input); zeroExtendInputIfNeeded() local
3230 SDLoc dl(NatWidthRes); addExtOrTrunc() local
3255 getCompoundZeroComparisonInGPR(SDValue LHS,SDLoc dl,ZeroCompare CmpTy) getCompoundZeroComparisonInGPR() argument
3331 get32BitZExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get32BitZExtCompare() argument
3504 get32BitSExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get32BitSExtCompare() argument
3676 get64BitZExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get64BitZExtCompare() argument
3833 get64BitSExtCompare(SDValue LHS,SDValue RHS,ISD::CondCode CC,int64_t RHSValue,SDLoc dl) get64BitSExtCompare() argument
4044 SDLoc dl(Compare); getSETCCInGPR() local
4135 SelectCC(SDValue LHS,SDValue RHS,ISD::CondCode CC,const SDLoc & dl,SDValue Chain) SelectCC() argument
4485 SDLoc dl(N); trySETCC() local
4895 SDLoc dl(N); tryFoldSWTestBRCC() local
4962 SDLoc dl(N); tryAsSingleRLWINM() local
5009 SDLoc dl(N); tryAsSingleRLWINM8() local
5101 SDLoc dl(N); tryAsSingleRLWIMI() local
5134 SDLoc dl(N); tryAsSingleRLDCL() local
5151 SDLoc dl(N); tryAsSingleRLDICL() local
5199 SDLoc dl(N); tryAsSingleRLDICR() local
5233 SDLoc dl(N); Select() local
6363 SDLoc dl(N); combineToCMPB() local
6594 SDLoc dl(N); foldBoolExts() local
7765 SDLoc dl(GA); PeepholePPC64() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp92 EmitTargetCodeForMemset(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,Align Alignment,bool isVolatile,bool AlwaysInline,MachinePointerInfo DstPtrInfo) const EmitTargetCodeForMemset() argument
106 EmitTargetCodeForMemmove(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Dst,SDValue Src,SDValue Size,Align Alignment,bool isVolatile,MachinePointerInfo DstPtrInfo,MachinePointerInfo SrcPtrInfo) const EmitTargetCodeForMemmove() argument
120 EmitUnrolledSetTag(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Ptr,uint64_t ObjSize,const MachineMemOperand * BaseMemOperand,bool ZeroData) EmitUnrolledSetTag() argument
173 EmitTargetCodeForSetTag(SelectionDAG & DAG,const SDLoc & dl,SDValue Chain,SDValue Addr,SDValue Size,MachinePointerInfo DstPtrInfo,bool ZeroData) const EmitTargetCodeForSetTag() argument
[all...]

12345678