Home
last modified time | relevance | path

Searched refs:classify (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp389 classify(CO->getTrueExpr(), C); in classify()
390 classify(CO->getFalseExpr(), C); in classify()
407 classify(ME->getBase(), C); in classify()
416 classify(BO->getLHS(), C); in classify()
419 classify(BO->getRHS(), C); in classify()
447 classify(BO->getLHS(), Use); in VisitBinaryOperator()
449 classify(BO->getLHS(), Ignore); in VisitBinaryOperator()
456 classify(UO->getSubExpr(), Use); in VisitUnaryOperator()
468 classify(CE->getArg(0), Use); in VisitCallExpr()
479 classify((*I), Ignore); in VisitCallExpr()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c70 boolean_t classify; member
207 if (di->classify) { in print_rename()
229 if (di->classify) { in print_link_change()
247 if (di->classify) { in print_file()
778 di.classify = (flags & ZFS_DIFF_CLASSIFY); in zfs_show_diffs()
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Ddevice.subr250 f_dprintf "WARNING! Unable to classify %s as %s" \
415 # First attempt to classify by device catalog (see MAIN)
463 # Attempt to get file(1) magic to potentially classify as
504 # Potentially re-classify as USB device
626 # First attempt to classify by device catalog (see MAIN)
673 # Unable to classify GEOM label
/freebsd-12.1/sys/net/altq/
H A Daltq_subr.c142 altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify) in altq_attach() argument
150 void *(*classify)(void *, struct mbuf *, int);
180 ifq->altq_classify = classify;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1040 Class classify(QualType Ty) const;
1532 X86_32ABIInfo::Class X86_32ABIInfo::classify(QualType Ty) const { in classify() function in X86_32ABIInfo
1547 Class C = classify(Ty); in updateFreeRegs()
2116 void classify(QualType T, uint64_t OffsetBase, Class &Lo, Class &Hi,
2546 void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase, in classify() function in X86_64ABIInfo
2806 classify(I.getType(), Offset, FieldLo, FieldHi, isNamedArg); in classify()
2875 classify(i->getType(), Offset, FieldLo, FieldHi, isNamedArg); in classify()
3257 classify(RetTy, 0, Lo, Hi, /*isNamedArg*/ true); in classifyReturnType()
3388 classify(Ty, 0, Lo, Hi, isNamedArg); in classifyArgumentType()
4026 I.info = classify(I.type, /*FreeSSERegs=*/ZeroSSERegsAvail, false, in computeVectorCallArgs()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td258 // Used to classify machine instructions based on a machine instruction
H A DTarget.td676 /// The target specific parser must be able to classify a parsed operand into a
757 // The target specific parser must be able to classify an parsed operand into
781 // The target specific parser must be able to classify an parsed operand into
/freebsd-12.1/bin/sh/
H A DTOUR84 used to classify characters during lexical analysis. There are
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-20061167 (neon_select_shape): New function to classify instruction shapes,
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog6128 It could sometimes wrongly classify a domain as unsigned, which
8773 - process_response, classify response, delegpt_from_message.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200516017 vectorization - just classify the scalar cycles created by the loop
22165 * diagnostic.c (warning): Accept parameter to classify warning option.
H A DChangeLog-199812684 (function units): Loads are 3 cycles, not 2. Better classify all
H A DChangeLog-200230860 * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.