/freebsd/contrib/llvm-project/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; global() variable
|
H A D | VectorUtils.h | 119 class DemandedBits; variable
|
/freebsd/contrib/llvm-project/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 | 38 class DemandedBits; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 514 const APInt &DemandedBits, in ShrinkDemandedConstant() 561 const APInt &DemandedBits, in ShrinkDemandedConstant() 575 const APInt &DemandedBits, in ShrinkDemandedOp() 620 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() 635 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() 652 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() 671 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBits() 931 SDValue Op, const APInt &DemandedBits, SelectionDAG &DAG, in SimplifyMultipleUseDemandedBits() 947 APInt DemandedBits = APInt::getAllOnes(Op.getScalarValueSizeInBits()); in SimplifyMultipleUseDemandedVectorElts() local 957 const APInt &DemandedBits, in combineShiftToAVG() [all …]
|
H A D | DAGCombiner.cpp | 338 APInt DemandedBits = APInt::getAllOnes(BitWidth); in SimplifyDemandedBits() local 342 bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits) { in SimplifyDemandedBits() 1378 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits() 8224 APInt DemandedBits = APInt::getLowBitsSet(NegBits, Bits); in matchRotateSub() local 8247 APInt DemandedBits = APInt::getLowBitsSet(PosBits, MaskLoBits); in matchRotateSub() local 22747 APInt DemandedBits = APInt::getAllOnes(VecEltBitWidth); in visitEXTRACT_VECTOR_ELT() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3977 const APInt &DemandedBits, in targetShrinkDemandedConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 37015 const APInt &DemandedBits, in targetShrinkDemandedConstant() 43164 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBitsForTargetNode() 45725 APInt DemandedBits(APInt::getSignMask(BitWidth)); in combineVSelectToBLENDV() local 50030 APInt DemandedBits = APInt::getAllOnes(EltSizeInBits); in combineAnd() local 51500 APInt DemandedBits(APInt::getSignMask(VT.getScalarSizeInBits())); in combineMaskedLoad() local 51574 APInt DemandedBits(APInt::getSignMask(VT.getScalarSizeInBits())); in combineMaskedStore() local 53539 APInt DemandedBits = APInt::getAllOnes(EltSizeInBits); in combineAndnp() local 55677 APInt DemandedBits = APInt::getAllOnes(OpVT.getScalarSizeInBits()); in combineAddOfPMADDWD() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2181 uint64_t DemandedBits = Demanded.getZExtValue(); in optimizeLogicalImm() local 2263 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in targetShrinkDemandedConstant() 25290 APInt DemandedBits = in PerformDAGCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 14636 APInt DemandedBits = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8); in performCvtF32UByteNCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 17703 targetShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,TargetLoweringOpt & TLO) const targetShrinkDemandedConstant() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 20196 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in targetShrinkDemandedConstant()
|