Home
last modified time | relevance | path

Searched refs:isShiftedMask (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1826 inline bool isShiftedMask(unsigned numBits, const APInt &APIVal) { in isShiftedMask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2249 static bool isShiftedMask(uint64_t Mask, EVT VT) { in isShiftedMask() function
2293 if (!isShiftedMask(Known.Zero.getZExtValue(), VT)) in tryBitfieldInsertOpFromOrAndImm()
2467 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr()
2472 if (isShiftedMask(Mask0Imm, VT)) { in tryBitfieldInsertOpFromOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp100 static bool isShiftedMask(uint64_t I, uint64_t &Pos, uint64_t &Size) { in isShiftedMask() function
802 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
884 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()
892 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1)) in performORCombine()
1137 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performSHLCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h521 bool isShiftedMask() const { in isShiftedMask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3164 if (Mask->getAPIntValue().isShiftedMask() && in performSrlCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10405 } else if (Mask.isShiftedMask()) { in ReduceLoadWidth()