Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h397 KnownBits byteSwap() { in byteSwap() function
398 return KnownBits(Zero.byteSwap(), One.byteSwap()); in byteSwap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDemandedBits.cpp124 AB = AOut.byteSwap(); in determineLiveOperandBits()
H A DConstantFolding.cpp2222 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall1()
H A DValueTracking.cpp1532 Known.Zero |= Known2.Zero.byteSwap(); in computeKnownBitsFromOperator()
1533 Known.One |= Known2.One.byteSwap(); in computeKnownBitsFromOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp236 API = API.byteSwap(); in addConstantFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp489 Known.byteSwap(); in computeKnownBitsImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1764 APInt byteSwap() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp149 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp669 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1781 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits()
1785 Known.One = Known2.One.byteSwap(); in SimplifyDemandedBits()
1786 Known.Zero = Known2.Zero.byteSwap(); in SimplifyDemandedBits()
H A DSelectionDAG.cpp3466 Known = Known2.byteSwap(); in computeKnownBits()
4644 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in getNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp107 NewRHS = ConstantInt::get(I.getType(), C->byteSwap()); in SimplifyBSwap()
H A DInstCombineCompares.cpp3106 ConstantInt::get(Ty, C.byteSwap())); in foldICmpEqIntrinsicWithConstant()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp11608 return Success(Val.byteSwap(), E); in VisitBuiltinCallExpr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-2008467 asm and change the signature of brev and byteSwap functions to use