Home
last modified time | relevance | path

Searched defs:DemandedBits (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDemandedBits.h40 class DemandedBits { in DemandedBits() function
H A DIVDescriptors.h24 class DemandedBits; variable
H A DVectorUtils.h117 class DemandedBits; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h32 class DemandedBits; global() variable
H A DLoopVectorize.h67 class DemandedBits; variable
H A DLoopVectorizationLegality.h38 class DemandedBits; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp513 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 DDAGCombiner.cpp332 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 DTargetLowering.h3846 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 DX86ISelLowering.cpp36442 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 DAArch64ISelLowering.cpp1999 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 DSIISelLowering.cpp14321 APInt DemandedBits = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8); performCvtF32UByteNCombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16167 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 DARMISelLowering.cpp20173 targetShrinkDemandedConstant(SDValue Op,const APInt & DemandedBits,const APInt & DemandedElts,TargetLoweringOpt & TLO) const targetShrinkDemandedConstant() argument