/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DemandedBits.h | 40 class DemandedBits { in DemandedBits() function
|
H A D | IVDescriptors.h | 24 class DemandedBits; variable
|
H A D | VectorUtils.h | 117 class DemandedBits; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 32 class DemandedBits; global() variable
|
H A D | LoopVectorize.h | 67 class DemandedBits; variable
|
H A D | LoopVectorizationLegality.h | 38 class DemandedBits; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 513 ShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,TargetLoweringOpt & TLO) const ShrinkDemandedConstant() argument 559 ShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,TargetLoweringOpt & TLO) const ShrinkDemandedConstant() argument 573 ShrinkDemandedOp(SDValue Op,unsigned BitWidth,const APInt & DemandedBits,TargetLoweringOpt & TLO) const ShrinkDemandedOp() argument 614 SimplifyDemandedBits(SDValue Op,const APInt & DemandedBits,DAGCombinerInfo & DCI) const SimplifyDemandedBits() argument 629 SimplifyDemandedBits(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,DAGCombinerInfo & DCI) const SimplifyDemandedBits() argument 646 SimplifyDemandedBits(SDValue Op,const APInt & DemandedBits,KnownBits & Known,TargetLoweringOpt & TLO,unsigned Depth,bool AssumeSingleUse) const SimplifyDemandedBits() argument 665 SimplifyMultipleUseDemandedBits(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,SelectionDAG & DAG,unsigned Depth) const SimplifyMultipleUseDemandedBits() argument 918 SimplifyMultipleUseDemandedBits(SDValue Op,const APInt & DemandedBits,SelectionDAG & DAG,unsigned Depth) const SimplifyMultipleUseDemandedBits() argument 934 APInt DemandedBits = APInt::getAllOnes(Op.getScalarValueSizeInBits()); SimplifyMultipleUseDemandedVectorElts() local 943 combineShiftToAVG(SDValue Op,SelectionDAG & DAG,const TargetLowering & TLI,const APInt & DemandedBits,const APInt & DemandedElts,unsigned Depth) combineShiftToAVG() argument 1096 APInt DemandedBits = OriginalDemandedBits; SimplifyDemandedBits() local 3649 APInt DemandedBits = APInt::getAllOnes(EltSizeInBits); SimplifyDemandedVectorElts() local 3736 SimplifyDemandedBitsForTargetNode(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,KnownBits & Known,TargetLoweringOpt & TLO,unsigned Depth) const SimplifyDemandedBitsForTargetNode() argument 3749 SimplifyMultipleUseDemandedBitsForTargetNode(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,SelectionDAG & DAG,unsigned Depth) const SimplifyMultipleUseDemandedBitsForTargetNode() argument [all...] |
H A D | DAGCombiner.cpp | 332 APInt DemandedBits = APInt::getAllOnes(BitWidth); SimplifyDemandedBits() local 336 SimplifyDemandedBits(SDValue Op,const APInt & DemandedBits) SimplifyDemandedBits() argument 1467 SimplifyDemandedBits(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,bool AssumeSingleUse) SimplifyDemandedBits() argument 8222 APInt DemandedBits = APInt::getLowBitsSet(NegBits, Bits); matchRotateSub() local 8245 APInt DemandedBits = APInt::getLowBitsSet(PosBits, MaskLoBits); matchRotateSub() local 22386 APInt DemandedBits = APInt::getAllOnes(VecEltBitWidth); visitEXTRACT_VECTOR_ELT() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3846 targetShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,TargetLoweringOpt & TLO) targetShrinkDemandedConstant() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 36442 targetShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,TargetLoweringOpt & TLO) const targetShrinkDemandedConstant() argument 42219 SimplifyMultipleUseDemandedBitsForTargetNode(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,SelectionDAG & DAG,unsigned Depth) const SimplifyMultipleUseDemandedBitsForTargetNode() argument 44694 APInt DemandedBits(APInt::getSignMask(BitWidth)); combineVSelectToBLENDV() local 48721 APInt DemandedBits = APInt::getAllOnes(EltSizeInBits); combineAnd() local 50278 APInt DemandedBits(APInt::getSignMask(VT.getScalarSizeInBits())); combineMaskedLoad() local 50352 APInt DemandedBits(APInt::getSignMask(VT.getScalarSizeInBits())); combineMaskedStore() local 52256 APInt DemandedBits = APInt::getAllOnes(EltSizeInBits); combineAndnp() local 54321 APInt DemandedBits = APInt::getAllOnes(OpVT.getScalarSizeInBits()); combineAddOfPMADDWD() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1999 uint64_t DemandedBits = Demanded.getZExtValue(); optimizeLogicalImm() local 2081 targetShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,TargetLoweringOpt & TLO) const targetShrinkDemandedConstant() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 14321 APInt DemandedBits = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8); performCvtF32UByteNCombine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 16167 targetShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,TargetLoweringOpt & TLO) const targetShrinkDemandedConstant() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 20173 targetShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,TargetLoweringOpt & TLO) const targetShrinkDemandedConstant() argument
|