Home
last modified time | relevance | path

Searched refs:byteSwap (Results 1 – 17 of 17) 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.h493 KnownBits byteSwap() const { in byteSwap() function
494 return KnownBits(Zero.byteSwap(), One.byteSwap()); in byteSwap()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp90 AB = AOut.byteSwap(); in determineLiveOperandBits()
H A DConstantFolding.cpp2762 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall1()
H A DValueTracking.cpp1820 Known.Zero |= Known2.Zero.byteSwap(); in computeKnownBitsFromOperator()
1821 Known.One |= Known2.One.byteSwap(); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp243 API = API.byteSwap(); in addConstantFP()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1702 LLVM_ABI APInt byteSwap() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp151 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp571 Known = Known.byteSwap(); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp746 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp991 { S.Stk.push<T>(T::from(Val.byteSwap().getZExtValue())); }); in interp__builtin_bswap()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2397 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits()
2401 Known.One = Known2.One.byteSwap(); in SimplifyDemandedBits()
2402 Known.Zero = Known2.Zero.byteSwap(); in SimplifyDemandedBits()
H A DSelectionDAG.cpp4294 Known = Known2.byteSwap(); in computeKnownBits()
6841 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in FoldConstantArithmetic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2309 ? RHSC->byteSwap() in foldBitwiseLogicWithIntrinsics()
H A DInstCombineCompares.cpp3818 ConstantInt::get(Ty, C.byteSwap())); in foldICmpEqIntrinsicWithConstant()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13086 return Success(Val.byteSwap(), E); in VisitBuiltinCallExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23558 {"_ZNK4llvm5APInt8byteSwapEv", "llvm::APInt::byteSwap() const"},