Searched defs:DemandedBits (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDemandedBits.h40 class DemandedBits { class in namespace:llvm
42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : function in class:llvm::DemandedBits
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp580 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, argument
595 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, argument
610 SimplifyMultipleUseDemandedBits( SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, SelectionDAG &DAG, unsigned Depth) const argument
813 APInt DemandedBits = OriginalDemandedBits; local
2623 APInt DemandedBits = APInt::getAllOnesValue(EltSizeInBits); local
2704 SimplifyDemandedBitsForTargetNode( SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, KnownBits &Known, TargetLoweringOpt &TLO, unsigned Depth) const argument
2717 SimplifyMultipleUseDemandedBitsForTargetNode( SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, SelectionDAG &DAG, unsigned Depth) const argument
[all...]
H A DDAGCombiner.cpp305 APInt DemandedBits = APInt::getAllOnesValue(BitWidth); local
309 bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits) { argument
1056 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp978 uint64_t DemandedBits = Demanded.getZExtValue(); local

Completed in 313 milliseconds