Searched refs:Power (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h61 unsigned Power; member in struct:llvm::reassociate::Factor
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1718 return LHS.Power > RHS.Power;
1749 assert(Factors[0].Power);
1752 Idx < Size && Factors[Idx].Power > 0; ++Idx) {
1753 if (Factors[Idx].Power != Factors[LastIdx].Power) {
1766 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power);
1780 return LHS.Power == RHS.Power;
[all...]
H A DLoopStrengthReduce.cpp4413 size_t Power = 1; local
4417 Power = ComplexityLimit;
4420 Power *= FSize;
4421 if (Power >= ComplexityLimit)
4424 return Power;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h157 SDValue factorOutPowerOf2(SDValue V, unsigned Power);
H A DHexagonISelDAGToDAG.cpp1836 SDValue HexagonDAGToDAGISel::factorOutPowerOf2(SDValue V, unsigned Power) { argument
1841 V.getConstantOperandVal(i) % ((uint64_t)1 << Power) == 0) {
1842 uint64_t NewConst = V.getConstantOperandVal(i) >> Power;
1852 if (ShiftAmount == Power)
1854 Ops[1] = CurDAG->getConstant(ShiftAmount - Power,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp417 unsigned Power = 0; local
419 Power = llvm::Log2_64_Ceil(MaxOffset);
420 OffsetWidth = std::max<uint64_t>(4, llvm::alignTo(Power, 4) / 4);
/freebsd-11-stable/crypto/openssl/
H A Dconfig277 Power*)
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex46 Power Macintosh\R machines.
589 Apple and Power Macintosh are a registered trademarks of Apple
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.guess1143 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess1251 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess1227 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.guess1145 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess1251 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/ldns/
H A Dconfig.guess1222 Power*:Rhapsody:*:*)
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.guess1199 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.guess1269 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess1252 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1925 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) {
1929 if (Power->isMinusOne())
1933 if (Power->equalsInt(2))
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess1291 Power*:Rhapsody:*:*)
/freebsd-11-stable/crypto/openssh/
H A Dconfig.guess1285 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.guess1284 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.guess1280 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.guess1280 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/file/
H A Dconfig.guess1308 Power*:Rhapsody:*:*)
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess1352 Power*:Rhapsody:*:*)

Completed in 410 milliseconds

12