/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 78 void setBit(uint64_t Pos, bool b) { in setBit() function 171 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal); in setBeforeBit() 177 TM->Bits->After.setBit(Pos - 8 * minAfterBytes(), RetVal); in setAfterBit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 434 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits() 1152 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1161 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1294 LeftDemanded.setBit(MaskVal); in SimplifyDemandedVectorElts() 1296 RightDemanded.setBit(MaskVal - OpWidth); in SimplifyDemandedVectorElts() 1339 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1342 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1346 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1355 UndefElts.setBit(i); in SimplifyDemandedVectorElts() 1473 InputDemandedElts.setBit(OutIdx / Ratio); in SimplifyDemandedVectorElts() [all …]
|
D | InstCombineVectorOps.cpp | 283 UsedElts.setBit(MaskVal); in findDemandedEltsBySingleUser() 286 UsedElts.setBit(MaskVal - VWidth); in findDemandedEltsBySingleUser() 343 DemandedElts.setBit(IndexC->getZExtValue()); in visitExtractElementInst()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | usb_eth_drv.c | 46 eth_drv_config(struct netif *ni, u32_t cflags, u8_t setBit) in eth_drv_config() argument 50 LWIP_UNUSED_ARG(setBit); in eth_drv_config()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 65 UndefElts.setBit(i); in extractConstantMask() 102 UndefElts.setBit(i); in extractConstantMask()
|
D | X86ISelLowering.cpp | 6189 UndefElts.setBit(i); in getTargetConstantBitsFromNode() 6209 Undefs.setBit(UndefBitIndex); in getTargetConstantBitsFromNode() 6253 UndefSrcElts.setBit(i); in getTargetConstantBitsFromNode() 6270 UndefSrcElts.setBit(i); in getTargetConstantBitsFromNode() 6451 UndefElts.setBit(i); in getTargetConstantBitsFromNode() 6455 UndefElts.setBit(i); in getTargetConstantBitsFromNode() 6459 UndefElts.setBit(i); in getTargetConstantBitsFromNode() 6551 DemandedLHS.setBit(InnerIdx); in getPackDemandedElts() 6553 DemandedRHS.setBit(InnerIdx); in getPackDemandedElts() 6576 DemandedLHS.setBit(LaneIdx + 2 * LocalIdx + 0); in getHorizDemandedElts() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | RegisterFile.cpp | 200 ZeroRegisters.setBit(ZeroRegisterID); in addRegisterWrite() 202 ZeroRegisters.setBit(*I); in addRegisterWrite() 237 ZeroRegisters.setBit(*I); in addRegisterWrite()
|
/third_party/node/deps/npm/node_modules/jsbn/ |
D | README.md | 121 ### bi.setBit
|
D | index.js | 1194 BigInteger.prototype.setBit = bnSetBit; method in BigInteger
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 551 API.setBit(numBits - 1); in getSignedMinValue() 594 Res.setBit(BitNo); in getOneBitSet() 1436 void setBit(unsigned BitPosition) { in setBit() function 1447 setBit(BitWidth - 1); in setSignBit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 443 API.setBit(numBits - 1); in getSignedMinValue() 486 Res.setBit(BitNo); in getOneBitSet() 1218 void setBit(unsigned bitPosition);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | InstrBuilder.cpp | 83 Buffers.setBit(getResourceStateIndex(Mask)); in initializeUsedResources() 177 Buffers.setBit(getResourceStateIndex(Mask)); in initializeUsedResources()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 654 DemandedSrcElts.setBit((j * Scale) + i); in SimplifyMultipleUseDemandedBits() 674 DemandedSrcElts.setBit(i / Scale); in SimplifyMultipleUseDemandedBits() 1014 DemandedLHS.setBit(M); in SimplifyDemandedBits() 1016 DemandedRHS.setBit(M - NumElts); in SimplifyDemandedBits() 1631 InputDemandedBits.setBit(ExVTBits - 1); in SimplifyDemandedBits() 1738 InDemandedBits.setBit(InBits - 1); in SimplifyDemandedBits() 1937 DemandedSrcElts.setBit((j * Scale) + i); in SimplifyDemandedBits() 1960 DemandedSrcElts.setBit(i / Scale); in SimplifyDemandedBits() 2144 KnownUndef.setBit(i); in getKnownUndefForVectorBinop() 2218 SrcDemandedElts.setBit(i / Scale); in SimplifyDemandedVectorElts() [all …]
|
D | SelectionDAG.cpp | 2301 UndefElts.setBit(i); in isSplatValue() 2320 UndefElts.setBit(i); in isSplatValue() 2584 DemandedLHS.setBit((unsigned)M % NumElts); in computeKnownBits() 2586 DemandedRHS.setBit((unsigned)M % NumElts); in computeKnownBits() 2718 SubDemandedElts.setBit(i * SubScale); in computeKnownBits() 2740 SubDemandedElts.setBit(i / SubScale); in computeKnownBits() 3569 DemandedLHS.setBit((unsigned)M % NumElts); in ComputeNumSignBits() 3571 DemandedRHS.setBit((unsigned)M % NumElts); in ComputeNumSignBits() 3610 SrcDemandedElts.setBit(i / Scale); in ComputeNumSignBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 210 MOps.Mask.setBit(BitIndex); in matchAndOrChain()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuAstcUtil.cpp | 1634 void setBit (int ndx, deUint32 val) in setBit() function in tcu::astc::__anon0b0b31e40111::AssignBlock128 1752 block.setBit(9, params.isHDR); in generateVoidExtentBlock() 1998 #define SB(NDX, VAL) dst.setBit((NDX), (VAL)) in writeBlockMode() 2052 dst.setBit(25 + partNdx, c); in writeColorEndpointModes() 2053 dst.setBit(lowMBit0Ndx < 4 ? 25+lowMBit0Ndx : extraCemBitsStart+lowMBit0Ndx-4, getBit(m, 0)); in writeColorEndpointModes() 2054 dst.setBit(lowMBit1Ndx < 4 ? 25+lowMBit1Ndx : extraCemBitsStart+lowMBit1Ndx-4, getBit(m, 1)); in writeColorEndpointModes()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | bitset_utils.h | 573 ANGLE_INLINE void updateIteratorBit(std::size_t pos, bool setBit) 580 if (setBit)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 452 Mask.setBit(I); in clearsSuperRegisters() 458 Mask.setBit(NumDefs + I); in clearsSuperRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 538 void APInt::setBit(unsigned bitPosition) { in setBit() function in APInt 562 else setBit(bitPosition); in flipBit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1079 Known.Zero.setBit(0); in computeKnownBitsFromOperator() 2723 DemandedLHS.setBit(M % NumElts); in ComputeNumSignBitsImpl() 2725 DemandedRHS.setBit(M % NumElts); in ComputeNumSignBitsImpl() 2822 API.setBit(BitToSet); in ComputeMultiple()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 342 else setBit(bitPosition); in flipBit() 398 setBit(bitPosition + i); in insertBits()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 803 return BigInteger.valueOf(value & 0x7FFFFFFFFFFFFFFFL).setBit(63).toString(); in unsignedToString()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 1285 return BigInteger.valueOf(value & Long.MAX_VALUE).setBit(Long.SIZE - 1).toString(); in unsignedToString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 957 Bitfield.setBit((unsigned char)C); in optimizeMemChr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6463 SrcDemE.setBit((Mask & MaskBit)? 1 : 0); in getDemandedSrcElements()
|