/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A 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/icu/tools/unicode/c/genprops/ |
H A D | emojipropsbuilder.cpp | 111 void setBit(UChar32 start, UChar32 end, int32_t shift, bool on, UErrorCode &errorCode); 234 setBit(props.start, props.end, p2b.shift, props.binProps[p2b.prop], errorCode); 241 EmojiPropsBuilder::setBit(UChar32 start, UChar32 end, int32_t shift, bool on, 350 setBit(start, end, EmojiProps::BIT_BASIC_EMOJI, true, errorCode); 374 setBit(first, first, EmojiProps::BIT_BASIC_EMOJI, true, errorCode);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A 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(OutId in SimplifyDemandedVectorElts() [all...] |
H A 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/ |
H A 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/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 200 ZeroRegisters.setBit(ZeroRegisterID); in addRegisterWrite() 202 ZeroRegisters.setBit(*I); in addRegisterWrite() 237 ZeroRegisters.setBit(*I); in addRegisterWrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 65 UndefElts.setBit(i); in extractConstantMask() 102 UndefElts.setBit(i); in extractConstantMask()
|
H A D | X86ISelLowering.cpp | 6189 UndefElts.setBit(i); 6209 Undefs.setBit(UndefBitIndex); 6253 UndefSrcElts.setBit(i); 6270 UndefSrcElts.setBit(i); 6451 UndefElts.setBit(i); 6455 UndefElts.setBit(i); 6459 UndefElts.setBit(i); 6551 DemandedLHS.setBit(InnerIdx); 6553 DemandedRHS.setBit(InnerIdx); 6576 DemandedLHS.setBit(LaneId [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A 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/include/llvm/ADT/ |
H A D | APInt.h | 551 API.setBit(numBits - 1); in getSignedMinValue() 594 Res.setBit(BitNo); in getOneBitSet() 1436 void setBit(unsigned BitPosition) { 1447 setBit(BitWidth - 1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A 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/ |
H A 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( in SimplifyDemandedVectorElts() [all...] |
H A D | SelectionDAG.cpp | 2301 UndefElts.setBit(i); 2320 UndefElts.setBit(i); 2584 DemandedLHS.setBit((unsigned)M % NumElts); 2586 DemandedRHS.setBit((unsigned)M % NumElts); 2718 SubDemandedElts.setBit(i * SubScale); 2740 SubDemandedElts.setBit(i / SubScale); 3569 DemandedLHS.setBit((unsigned)M % NumElts); 3571 DemandedRHS.setBit((unsigned)M % NumElts); 3610 SrcDemandedElts.setBit(i / Scale);
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuAstcUtil.cpp | 1634 void setBit (int ndx, deUint32 val) 1752 block.setBit(9, params.isHDR); 1998 #define SB(NDX, VAL) dst.setBit((NDX), (VAL)) 2052 dst.setBit(25 + partNdx, c); 2053 dst.setBit(lowMBit0Ndx < 4 ? 25+lowMBit0Ndx : extraCemBitsStart+lowMBit0Ndx-4, getBit(m, 0)); 2054 dst.setBit(lowMBit1Ndx < 4 ? 25+lowMBit1Ndx : extraCemBitsStart+lowMBit1Ndx-4, getBit(m, 1));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 210 MOps.Mask.setBit(BitIndex); in matchAndOrChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 452 Mask.setBit(I); in clearsSuperRegisters() 458 Mask.setBit(NumDefs + I); in clearsSuperRegisters()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | bitset_utils.h | 573 ANGLE_INLINE void updateIteratorBit(std::size_t pos, bool setBit) in updateIteratorBit() argument 580 if (setBit) in updateIteratorBit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A 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/Support/ |
H A D | APInt.cpp | 342 else setBit(bitPosition); in flipBit() 398 setBit(bitPosition + i);
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormat.java | 802 // the number is negative, then set it again using setBit(). in unsignedToString() 803 return BigInteger.valueOf(value & 0x7FFFFFFFFFFFFFFFL).setBit(63).toString(); in unsignedToString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 1194 BigInteger.prototype.setBit = bnSetBit;
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | JsonFormat.java | 1284 // the number is negative, then set it again using setBit(). in unsignedToString() 1285 return BigInteger.valueOf(value & Long.MAX_VALUE).setBit(Long.SIZE - 1).toString(); in unsignedToString()
|
/third_party/backends/backend/ |
H A D | epsonds.c | 2446 static void setBit (SANE_Byte* bytes, SANE_Int bitIndex, SANE_Bool isTrue) in setBit() function 2485 setBit(bytes, widthBits * y1 + x1 * pixelBits, right); in swapPixel1() 2487 setBit(bytes, widthBits * y2 + x2 * pixelBits, temp); in swapPixel1()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 957 Bitfield.setBit((unsigned char)C);
|