/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | DemandedBits.h | 42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() function
|
H A D | IVDescriptors.h | 25 class DemandedBits; variable
|
H A D | VectorUtils.h | 283 class DemandedBits; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 33 class DemandedBits; variable
|
H A D | LoopVectorize.h | 67 class DemandedBits; variable
|
H A D | LoopVectorizationLegality.h | 39 class DemandedBits; variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 501 const APInt &DemandedBits, in ShrinkDemandedConstant() 542 const APInt &DemandedBits, in ShrinkDemandedConstant() 598 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() 649 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBits() 910 SDValue Op, const APInt &DemandedBits, SelectionDAG &DAG, in SimplifyMultipleUseDemandedBits() 926 APInt DemandedBits = APInt::getAllOnes(Op.getScalarValueSizeInBits()); in SimplifyMultipleUseDemandedVectorElts() local 935 const APInt &DemandedBits, in combineShiftToAVG() 1081 APInt DemandedBits = OriginalDemandedBits; in SimplifyDemandedBits() local 3459 APInt DemandedBits = APInt::getAllOnes(EltSizeInBits); in SimplifyDemandedVectorElts() local 3546 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyDemandedBitsForTargetNode() [all …]
|
H A D | DAGCombiner.cpp | 324 APInt DemandedBits = APInt::getAllOnes(BitWidth); in SimplifyDemandedBits() local 328 bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits) { in SimplifyDemandedBits() 1236 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() 7492 APInt DemandedBits = APInt::getLowBitsSet(NegBits, Bits); in matchRotateSub() local 7515 APInt DemandedBits = APInt::getLowBitsSet(PosBits, MaskLoBits); in matchRotateSub() local 20838 APInt DemandedBits = APInt::getAllOnes(VecEltBitWidth); in visitEXTRACT_VECTOR_ELT() local
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3696 const APInt &DemandedBits, in targetShrinkDemandedConstant()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 37720 const APInt &DemandedBits, in targetShrinkDemandedConstant() 43187 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBitsForTargetNode() 45627 APInt DemandedBits(APInt::getSignMask(BitWidth)); in combineVSelectToBLENDV() local 49296 APInt DemandedBits = APInt::getAllOnes(EltSizeInBits); in combineAnd() local 50568 APInt DemandedBits(APInt::getSignMask(VT.getScalarSizeInBits())); in combineMaskedLoad() local 50642 APInt DemandedBits(APInt::getSignMask(VT.getScalarSizeInBits())); in combineMaskedStore() local 52636 APInt DemandedBits = APInt::getAllOnes(EltSizeInBits); in combineAndnp() local 54876 APInt DemandedBits = APInt::getAllOnes(OpVT.getScalarSizeInBits()); in combineAddOfPMADDWD() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1987 uint64_t DemandedBits = Demanded.getZExtValue(); in optimizeLogicalImm() local 2069 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in targetShrinkDemandedConstant()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 11554 APInt DemandedBits = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8); in performCvtF32UByteNCombine() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10695 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in targetShrinkDemandedConstant()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 19960 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in targetShrinkDemandedConstant()
|