Home
last modified time | relevance | path

Searched refs:SimplifyMultipleUseDemandedBits (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp632 SDValue TargetLowering::SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits() function in TargetLowering
661 if (SDValue V = SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits()
683 if (SDValue V = SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits()
702 if (SDValue V = SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits()
864 SDValue TargetLowering::SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits() function in TargetLowering
1061 SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1063 SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1903 if (SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1956 if (SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1986 if (SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
[all …]
H A DSelectionDAG.cpp2397 return TLI->SimplifyMultipleUseDemandedBits(V, DemandedBits, DemandedElts, in GetDemandedBits()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp146 return SimplifyMultipleUseDemandedBits(I, DemandedMask, Known, Depth, CxtI); in SimplifyDemandedUseBits()
859 Value *InstCombinerImpl::SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits() function in InstCombinerImpl
H A DInstCombineInternal.h577 Value *SimplifyMultipleUseDemandedBits(Instruction *I,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3373 SDValue SimplifyMultipleUseDemandedBits(SDValue Op, const APInt &DemandedBits,
3380 SDValue SimplifyMultipleUseDemandedBits(SDValue Op, const APInt &DemandedBits,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2904 SDValue DemandedLHS = TLI.SimplifyMultipleUseDemandedBits(LHS, Demanded, DAG); in simplifyMul24()
2905 SDValue DemandedRHS = TLI.SimplifyMultipleUseDemandedBits(RHS, Demanded, DAG); in simplifyMul24()
H A DSIISelLowering.cpp10778 TLI.SimplifyMultipleUseDemandedBits(Src, DemandedBits, DAG)) in performCvtF32UByteNCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39260 SDValue DemandedLHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
39262 SDValue DemandedRHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
39416 if (SDValue V = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
39475 SDValue DemandedOp0 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
39477 SDValue DemandedOp1 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
39550 if (SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
41681 if (SDValue V = TLI.SimplifyMultipleUseDemandedBits(Cond, DemandedBits, DAG)) in combineVSelectToBLENDV()
42676 TLI.SimplifyMultipleUseDemandedBits(BC, SignMask, DAG)) { in combinePTESTCC()
46044 TLI.SimplifyMultipleUseDemandedBits(Mask, DemandedBits, DAG)) in combineMaskedLoad()
46118 TLI.SimplifyMultipleUseDemandedBits(Mask, DemandedBits, DAG)) in combineMaskedStore()