HomeSort by: relevance | last modified time | path
    Searched refs:byteSwap (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/
md5.c 73 byteSwap(isc_uint32_t *buf, unsigned words)
227 byteSwap(ctx->in, 16);
235 byteSwap(ctx->in, 16);
262 byteSwap(ctx->in, 16);
268 byteSwap(ctx->in, 14);
275 byteSwap(ctx->buf, 4);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h 397 KnownBits byteSwap() {
398 return KnownBits(Zero.byteSwap(), One.byteSwap());
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DemandedBits.cpp 124 AB = AOut.byteSwap();
ValueTracking.cpp 1532 Known.Zero |= Known2.Zero.byteSwap();
1533 Known.One |= Known2.One.byteSwap();
ConstantFolding.cpp 2222 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 236 API = API.byteSwap();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
GISelKnownBits.cpp 489 Known.byteSwap();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 1764 APInt byteSwap() const;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 149 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp 669 APInt APInt::byteSwap() const {
670 assert(BitWidth >= 16 && BitWidth % 8 == 0 && "Cannot byteswap!");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 107 NewRHS = ConstantInt::get(I.getType(), C->byteSwap());
InstCombineCompares.cpp 3106 ConstantInt::get(Ty, C.byteSwap()));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 1781 APInt DemandedSrcBits = DemandedBits.byteSwap();
1785 Known.One = Known2.One.byteSwap();
1786 Known.Zero = Known2.Zero.byteSwap();
SelectionDAG.cpp 3466 Known = Known2.byteSwap();
4644 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(),
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 11608 return Success(Val.byteSwap(), E);

Completed in 139 milliseconds