Home
last modified time | relevance | path

Searched refs:getBitMask (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp54 unsigned getBitMask(unsigned Shift, unsigned Width) { in getBitMask() function
62 Dst &= ~(1 << Shift) & ~getBitMask(Shift, Width); in packBits()
63 Dst |= (Src << Shift) & getBitMask(Shift, Width); in packBits()
71 return (Src & getBitMask(Shift, Width)) >> Shift; in unpackBits()
623 unsigned VmcntLo = getBitMask(getVmcntBitShiftLo(), getVmcntBitWidthLo()); in getWaitcntBitMask()
624 unsigned Expcnt = getBitMask(getExpcntBitShift(), getExpcntBitWidth()); in getWaitcntBitMask()
625 unsigned Lgkmcnt = getBitMask(getLgkmcntBitShift(), in getWaitcntBitMask()
631 unsigned VmcntHi = getBitMask(getVmcntBitShiftHi(), getVmcntBitWidthHi()); in getWaitcntBitMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h69 uint64_t getBitMask() const { in getBitMask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp340 uint64_t BitMask = ~BypassType->getBitMask(); in insertOperandRuntimeCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h75 uint64_t getBitMask() const { in getBitMask() function