/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1264 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( in SimplifyDemandedVectorElts() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 204 ZeroRegisters.clearBit(ZeroRegisterID); in addRegisterWrite() 206 ZeroRegisters.clearBit(*I); in addRegisterWrite() 239 ZeroRegisters.clearBit(*I); in addRegisterWrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 541 API.clearBit(numBits - 1); in getSignedMaxValue() 1510 void clearBit(unsigned BitPosition) { 1528 clearBit(BitWidth - 1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 433 API.clearBit(numBits - 1); in getSignedMaxValue() 1231 void clearBit(unsigned bitPosition);
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 1608 int clearBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local 1610 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() 1612 Operand(clearBit + shiftAmount)); in AssembleArchInstruction() 1626 int clearBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local 1628 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() 1629 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() 1642 int clearBit = i.InputInt32(2); in AssembleArchInstruction() local 1644 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() 1645 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 547 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/ |
H A D | APInt.cpp | 341 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit() 400 clearBit(bitPosition + i);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 795 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 475 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
|
/third_party/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 1195 BigInteger.prototype.clearBit = bnClearBit;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 749 UpperDiv.clearBit(DstTySize);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 894 DemandedVecElts.clearBit(Idx); in SimplifyDemandedBits() 2389 DemandedVecElts.clearBit(Idx); in SimplifyDemandedVectorElts() 2394 KnownUndef.clearBit(Idx); in SimplifyDemandedVectorElts() 2398 KnownZero.clearBit(Idx); in SimplifyDemandedVectorElts()
|
H A D | LegalizeFloatTypes.cpp | 239 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
|
H A D | SelectionDAG.cpp | 3881 VectorElts.clearBit(EltIdx);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 12382 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/ |
H A D | X86ISelLowering.cpp | 9317 DemandedElts.clearBit(i); [all...] |