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/
H A 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( in SimplifyDemandedVectorElts()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp204 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 DAPInt.h541 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 DAPInt.h433 API.clearBit(numBits - 1); in getSignedMaxValue()
1231 void clearBit(unsigned bitPosition);
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1608 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 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/
H A DAPInt.cpp341 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 DVectorUtils.cpp795 DemandedElts.clearBit(i); in possiblyDemandedEltsInMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp475 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js1195 BigInteger.prototype.clearBit = bnClearBit;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp749 UpperDiv.clearBit(DstTySize);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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()
H A DLegalizeFloatTypes.cpp239 API.clearBit(Size - 1); in SoftenFloatRes_FABS()
H A DSelectionDAG.cpp3881 VectorElts.clearBit(EltIdx);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A 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/
H A DX86ISelLowering.cpp9317 DemandedElts.clearBit(i);
[all...]

Completed in 103 milliseconds