Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetttyent.c149 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace((unsigned char)p[sizeof(e) - 1]) in getttyent() macro
167 if (scmp(_TTYS_DIALUP)) in getttyent()
169 else if (scmp(_TTYS_NETWORK)) in getttyent()
176 if (scmp(_TTYS_OFF)) in getttyent()
178 else if (scmp(_TTYS_ON)) in getttyent()
180 else if (scmp(_TTYS_ONIFCONSOLE)) in getttyent()
182 else if (scmp(_TTYS_ONIFEXISTS)) in getttyent()
184 else if (scmp(_TTYS_SECURE)) in getttyent()
186 else if (scmp(_TTYS_INSECURE)) in getttyent()
188 else if (scmp(_TTYS_DIALUP)) in getttyent()
[all …]
/freebsd/usr.bin/locale/
H A Dlocale.c466 scmp(const void *s1, const void *s2) in scmp() function
508 qsort(charmaps->sl_str, charmaps->sl_cur, sizeof(char *), scmp); in list_charmaps()
570 qsort(locales->sl_str, locales->sl_cur, sizeof(char *), scmp); in init_locales_list()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h846 case Intrinsic::scmp: in classof()
860 static bool isSigned(Intrinsic::ID ID) { return ID == Intrinsic::scmp; } in isSigned()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1512 case Intrinsic::scmp: in canConstantFoldCallTo()
2811 case Intrinsic::scmp: in ConstantFoldIntrinsicCall2()
2820 if (IntrinsicID == Intrinsic::scmp) in ConstantFoldIntrinsicCall2()
H A DInstructionSimplify.cpp6555 case Intrinsic::scmp: in simplifyBinaryIntrinsic()
6563 IID == Intrinsic::scmp ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; in simplifyBinaryIntrinsic()
6568 IID == Intrinsic::scmp ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; in simplifyBinaryIntrinsic()
H A DValueTracking.cpp9611 case Intrinsic::scmp: in getRangeForIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1091 case Intrinsic::scmp: in addInfoFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3975 if (I->getIntrinsicID() == Intrinsic::scmp) in foldICmpOfCmpIntrinsicWithConstant()
4003 case Intrinsic::scmp: in foldICmpIntrinsicWithConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td443 def scmp : SDNode<"ISD::SCMP" , SDTIntBinOp,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2563 case Intrinsic::scmp: in translateKnownIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5377 case Intrinsic::scmp: { in visitIntrinsicCall()
/freebsd/contrib/tzdata/
H A Dasia747 # https://www.scmp.com/magazines/post-magazine/short-reads/article/3016281/longest-day-when-wartime…
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7263 case Intrinsic::scmp: { in visitIntrinsicCall()