Searched refs:getBitsSet (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterBankInfo.cpp | 577 APInt PartMapMask = APInt::getBitsSet(OrigValueBitWidth, PartMap.StartIdx, in verify()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 238 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 745 APInt Mask = APInt::getBitsSet(DeadValue.getBitWidth(), LShiftAmount, in tryToMergePartialOverlappingStores()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 238 APInt DemandedUpper = APInt::getBitsSet(NumAmtElts, 1, NumAmtElts / 2); in simplifyX86immShift()
|
H A D | X86TargetTransformInfo.cpp | 5028 APInt::getBitsSet(CoalescedVecTy->getNumElements(), in getMemoryOpCost()
|
H A D | X86ISelLowering.cpp | 4447 APInt Mask0 = APInt::getBitsSet(NumElems, IdxVal, IdxVal + SubVecNumElems); in insert1BitVector() 43106 APInt DemandedMask = APInt::getBitsSet(BitWidth, Shift, Shift + Length); in SimplifyDemandedBitsForTargetNode() 45435 APInt Bit = APInt::getBitsSet(EltSizeInBits, BitIdx, BitIdx + 1); in combineToExtendBoolVectorInReg()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2526 Val, ~llvm::APInt::getBitsSet(StorageSize, Offset, Offset + Info.Size), in EmitStoreThroughBitfieldLValue()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2563 APInt FractSignMaskVal = APInt::getBitsSet(BitSize, 0, Precision - 1); in expandFrexp()
|
H A D | DAGCombiner.cpp | 7457 APInt::getBitsSet(OpSizeInBits, 16, HighBit))) in MatchBSwapHWordLow() 13879 APInt::getBitsSet(Op.getScalarValueSizeInBits(), in visitZERO_EXTEND() 19811 APInt Mask = ~APInt::getBitsSet(IVal.getValueSizeInBits(), in ShrinkLoadReplaceStoreWithStore() 19964 APInt Mask = APInt::getBitsSet(BitWidth, ShAmt, in ReduceLoadOpStoreWidth()
|
H A D | TargetLowering.cpp | 1432 APInt::getBitsSet(NumElts, SubIdx, SubIdx + NumSubElts); in SimplifyDemandedBits()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 5225 APInt Demanded = APInt::getBitsSet(32, in PerformDAGCombine()
|
H A D | SIISelLowering.cpp | 14636 APInt DemandedBits = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8); in performCvtF32UByteNCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 3590 APInt::getBitsSet(Known.getBitWidth(), DstLSB, DstLSB + Width); in tryBitfieldInsertOpFromOr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6702 APInt TruncatedBits = APInt::getBitsSet(X.getValueSizeInBits(), in combineZERO_EXTEND()
|