Searched refs:abs (Results 276 - 300 of 382) sorted by relevance

<<111213141516

/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp563 // cttz(abs(x)) -> cttz(x)
570 if (match(Op0, m_Intrinsic<Intrinsic::abs>(m_Value(X))))
1274 case Intrinsic::abs: {
1278 // abs(-x) -> abs(x)
1289 // abs(x) -> x if x >= 0
1293 // abs(x) -> -x if x < 0
1299 // abs (sext X) --> zext (abs X*)
1300 // Clear the IsIntMin (nsw) bit on the abs t
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp38 // https://arxiv.org/abs/1809.04676
660 (std::abs(CurGain.score() - BestGain.score()) < EPS &&
/openbsd-current/usr.bin/rdist/
H A Ddocmd.c578 l->pathname, abs(l->count),
/openbsd-current/sys/arch/armv7/omap/
H A Damdisplay.c565 delta = abs(freq - i * (LCD_MASTER_OSC / j));
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.t2047 $ok12 = abs(($f + $g) - 3.57) < 0.01;
2099 $ok12 = abs(($f + $g) - 3.57) < 0.01;
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1153 // RHS from matchSelectPattern returns the negation part of abs pattern.
1155 // will be 0 because that makes abs(INT_MIN) undefined.
1613 case Intrinsic::abs: {
1616 Known = Known2.abs(IntMinIsPoison);
3374 case Intrinsic::abs:
5257 case Intrinsic::abs:
6490 // upper bits after truncation. It can't be abs pattern, because it would
7197 Upper = C->abs() + 1;
7216 Upper = C->abs();
7322 case Intrinsic::abs
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h89 extern int abs(int);
H A Dtree-vect-analyze.c648 if (abs (dist) >= vectorization_factor)
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dlib1funcs.asm320 ; Put abs SIs into r0/r1 and r2/r3, and leave a 1 in r6l with sign of rest.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.c1842 && abs (INTVAL (x)) > 2);
1854 && abs (INTVAL (x)) >= 8);
H A Dlib1funcs.asm320 ; Put abs SIs into r0/r1 and r2/r3, and leave a 1 in r6l with sign of rest.
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h89 extern int abs(int);
H A Dcfgcleanup.c1269 if (abs (b1->probability - prob2) > REG_BR_PROB_BASE / 2)
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1627 tmp = abs(tmp);
1645 tmp = abs(tmp);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1509 APInt Exponent = RHSC->getValue().abs();
1897 case Intrinsic::abs: {
1898 // abs(X) = select(icmp(X,0),X,sub(0,X))
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2134 Negatible->setOperand(0, ConstantFP::get(Negatible->getType(), abs(*C)));
2141 Negatible->setOperand(1, ConstantFP::get(Negatible->getType(), abs(*C)));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2805 if (std::abs(spread) > MaxReorderWindow) {
2815 if (std::abs(spread) > MaxReorderWindow)
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-sf.S1125 /* Equal if a7 == 0, where a7 is either abs(x | y) or the mantissa
1601 abs a2, a2
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.c3308 cost = COSTS_N_INSNS (abs (val) % 8);
3851 if (abs (dp_cur_sp_offs - set_sp_offs) < 2)
4868 if (abs (equiv_offs - set_offs) < range)
4889 if (abs (equiv_offs - set_offs) < range)
/openbsd-current/usr.bin/mandoc/
H A Dmdoc_macro.c1437 if (abs(state) < 2 && tok == MDOC_Pf)
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_math.h144 int abs(int __x) { function
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp74 if (std::abs(NumBytes) > 508 * 3) {
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h159 // layout S1E5M2 as described in https://arxiv.org/abs/2209.05433.
162 // bit layout S1E4M3 as described in https://arxiv.org/abs/2209.05433.
1302 inline APFloat abs(APFloat X) { function in namespace:llvm
H A DAPInt.h1734 APInt abs() const {
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1409 MinAbsOffset = std::min(MinAbsOffset, abs(Inst.getOffset()));

Completed in 435 milliseconds

<<111213141516