Home
last modified time | relevance | path

Searched refs:getBitsSet (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp427 APInt PartMapMask = APInt::getBitsSet(OrigValueBitWidth, PartMap.StartIdx, in verify()
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp1832 APInt X = APInt::getBitsSet(N, I, I + 8); in TEST()
1833 APInt Y = APInt::getBitsSet(N, N - I - 8, N - I); in TEST()
2074 TEST(APIntTest, getBitsSet) { in TEST() argument
2075 APInt i64hi1lo1 = APInt::getBitsSet(64, 1, 63); in TEST()
2083 APInt i127hi1lo1 = APInt::getBitsSet(127, 1, 126); in TEST()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp568 APInt PartMapMask = APInt::getBitsSet(OrigValueBitWidth, PartMap.StartIdx, in verify()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp568 APInt PartMapMask = APInt::getBitsSet(OrigValueBitWidth, PartMap.StartIdx, in verify()
DLegalizerHelper.cpp4344 APInt MaskVal = ~APInt::getBitsSet(DstTy.getSizeInBits(), Offset, in lowerInsert()
/external/llvm/include/llvm/ADT/
DAPInt.h499 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h503 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp1269 APInt::getBitsSet(EarlierValue.getBitWidth(), LShiftAmount, in eliminateDeadStores()
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h612 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h611 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp852 KnownZero = APInt::getBitsSet(KnownZero.getBitWidth(), 0, ShlAmt-1); in SimplifyShrShlDemandedBits()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp236 APInt DemandedUpper = APInt::getBitsSet(NumAmtElts, 1, NumAmtElts / 2); in simplifyX86immShift()
DX86TargetTransformInfo.cpp3141 APInt Mask = WidenedDemandedElts.getBitsSet(NumElts, I, I + Scale); in getScalarizationOverhead()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp1290 APInt Mask = APInt::getBitsSet(EarlierValue.getBitWidth(), LShiftAmount, in tryToMergePartialOverlappingStores()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2905 APInt Demanded = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8); in PerformDAGCombine()
DAMDGPUISelLowering.cpp2704 APInt Demanded = APInt::getBitsSet(32, in PerformDAGCombine()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6297 APInt::getBitsSet(Op.getValueSizeInBits(), in visitZERO_EXTEND()
6976 if (DAG.MaskedValueIsZero(N0, APInt::getBitsSet(VTBits, EVTBits-1, EVTBits))) in visitSIGN_EXTEND_INREG()
10804 APInt Mask = ~APInt::getBitsSet(IVal.getValueSizeInBits(), in ShrinkLoadReplaceStoreWithStore()
10932 APInt Mask = APInt::getBitsSet(BitWidth, ShAmt, in ReduceLoadOpStoreWidth()
DSelectionDAG.cpp2388 KnownZero |= APInt::getBitsSet(BitWidth, 1, KnownZeroLow); in computeKnownBits()
7148 SplatUndef |= APInt::getBitsSet(sz, BitPos, BitPos + EltBitSize); in isConstantSplat()
DTargetLowering.cpp985 APInt InSignBit = APInt::getBitsSet(BitWidth, InBits - 1, InBits); in SimplifyDemandedBits()
/external/clang/lib/CodeGen/
DCGExpr.cpp1715 ~llvm::APInt::getBitsSet(Info.StorageSize, in EmitStoreThroughBitfieldLValue()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2223 APInt::getBitsSet(KnownZero.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2644 APInt SubMask = APInt::getBitsSet(NumElts, Idx, Idx + NumSubElts); in computeKnownBits()
3966 APInt SubMask = APInt::getBitsSet(NumElts, Idx, Idx + NumSubElts); in ComputeNumSignBits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2432 APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2207 Val, ~llvm::APInt::getBitsSet(StorageSize, Offset, Offset + Info.Size), in EmitStoreThroughBitfieldLValue()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2613 APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr()

12