Home
last modified time | relevance | path

Searched refs:byteSwap (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dmd5.c71 byteSwap(isc_uint32_t *buf, unsigned words) in byteSwap() function
225 byteSwap(ctx->in, 16); in isc_md5_update()
233 byteSwap(ctx->in, 16); in isc_md5_update()
260 byteSwap(ctx->in, 16); in isc_md5_final()
266 byteSwap(ctx->in, 14); in isc_md5_final()
273 byteSwap(ctx->buf, 4); in isc_md5_final()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h446 KnownBits byteSwap() const { in byteSwap() function
447 return KnownBits(Zero.byteSwap(), One.byteSwap()); in byteSwap()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp92 AB = AOut.byteSwap(); in determineLiveOperandBits()
H A DConstantFolding.cpp2409 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall1()
H A DValueTracking.cpp1456 Known.Zero |= Known2.Zero.byteSwap(); in computeKnownBitsFromOperator()
1457 Known.One |= Known2.One.byteSwap(); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp236 API = API.byteSwap(); in addConstantFP()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp522 Known = Known.byteSwap(); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1644 APInt byteSwap() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp152 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp715 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2299 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits()
2303 Known.One = Known2.One.byteSwap(); in SimplifyDemandedBits()
2304 Known.Zero = Known2.Zero.byteSwap(); in SimplifyDemandedBits()
H A DSelectionDAG.cpp3897 Known = Known2.byteSwap(); in computeKnownBits()
6105 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in FoldConstantArithmetic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2172 ? RHSC->byteSwap() in foldBitwiseLogicWithIntrinsics()
H A DInstCombineCompares.cpp3513 ConstantInt::get(Ty, C.byteSwap())); in foldICmpEqIntrinsicWithConstant()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12272 return Success(Val.byteSwap(), E); in VisitBuiltinCallExpr()