Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1433 APInt byteSwap() const;
1831 inline APInt byteSwap(const APInt &APIVal) { return APIVal.byteSwap(); } in byteSwap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDemandedBits.cpp124 AB = AOut.byteSwap(); in determineLiveOperandBits()
DConstantFolding.cpp1969 return ConstantInt::get(Ty->getContext(), Op->getValue().byteSwap()); in ConstantFoldScalarCall1()
DValueTracking.cpp1567 Known.Zero |= Known2.Zero.byteSwap(); in computeKnownBitsFromOperator()
1568 Known.One |= Known2.One.byteSwap(); in computeKnownBitsFromOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1751 APInt byteSwap() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp729 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp672 APInt APInt::byteSwap() const { in byteSwap() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1590 APInt DemandedSrcBits = DemandedBits.byteSwap(); in SimplifyDemandedBits()
1594 Known.One = Known2.One.byteSwap(); in SimplifyDemandedBits()
1595 Known.Zero = Known2.Zero.byteSwap(); in SimplifyDemandedBits()
DSelectionDAG.cpp3313 Known.Zero = Known2.Zero.byteSwap(); in computeKnownBits()
3314 Known.One = Known2.One.byteSwap(); in computeKnownBits()
4426 return getConstant(Val.byteSwap(), DL, VT, C->isTargetOpcode(), in getNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp105 NewRHS = ConstantInt::get(I.getType(), C->byteSwap()); in SimplifyBSwap()
DInstCombineCompares.cpp3033 Cmp.setOperand(1, ConstantInt::get(Ty, C.byteSwap())); in foldICmpEqIntrinsicWithConstant()