Home
last modified time | relevance | path

Searched refs:clearBit (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1264 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1276 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1438 DemandedLHS.clearBit(i); in SimplifyDemandedVectorElts()
1440 DemandedRHS.clearBit(i); in SimplifyDemandedVectorElts()
1532 DemandedPtrs.clearBit(i); in SimplifyDemandedVectorElts()
1534 DemandedPassThrough.clearBit(i); in SimplifyDemandedVectorElts()
1602 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()
1613 DemandedElts2.clearBit(0); in SimplifyDemandedVectorElts()
1628 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()
1664 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp204 ZeroRegisters.clearBit(ZeroRegisterID); in addRegisterWrite()
206 ZeroRegisters.clearBit(*I); in addRegisterWrite()
239 ZeroRegisters.clearBit(*I); in addRegisterWrite()
/third_party/node/deps/npm/node_modules/jsbn/
DREADME.md125 ### bi.clearBit
Dindex.js1195 BigInteger.prototype.clearBit = bnClearBit; method in BigInteger
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h541 API.clearBit(numBits - 1); in getSignedMaxValue()
1510 void clearBit(unsigned BitPosition) { in clearBit() function
1528 clearBit(BitWidth - 1); in clearSignBit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h433 API.clearBit(numBits - 1); in getSignedMaxValue()
1231 void clearBit(unsigned bitPosition);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp795 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp475 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp547 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt
561 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp341 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
400 clearBit(bitPosition + i); in insertBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp749 UpperDiv.clearBit(DstTySize); in truncate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp894 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBits()
2389 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts()
2394 KnownUndef.clearBit(Idx); in SimplifyDemandedVectorElts()
2398 KnownZero.clearBit(Idx); in SimplifyDemandedVectorElts()
DLegalizeFloatTypes.cpp239 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
DSelectionDAG.cpp3881 VectorElts.clearBit(EltIdx); in ComputeNumSignBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp12382 Op1Known.Zero.clearBit(0); Op1Known.One.clearBit(0); in DAGCombineTruncBoolExt()
12383 Op2Known.Zero.clearBit(0); Op2Known.One.clearBit(0); in DAGCombineTruncBoolExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9317 DemandedElts.clearBit(i); in getHopForBuildVector()
36023 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBitsForTargetNode()