Searched refs:SimplifyMultipleUseDemandedBits (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 632 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 D | SelectionDAG.cpp | 2397 return TLI->SimplifyMultipleUseDemandedBits(V, DemandedBits, DemandedElts, in GetDemandedBits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 146 return SimplifyMultipleUseDemandedBits(I, DemandedMask, Known, Depth, CxtI); in SimplifyDemandedUseBits() 859 Value *InstCombinerImpl::SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits() function in InstCombinerImpl
|
| H A D | InstCombineInternal.h | 577 Value *SimplifyMultipleUseDemandedBits(Instruction *I,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3373 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 D | AMDGPUISelLowering.cpp | 2904 SDValue DemandedLHS = TLI.SimplifyMultipleUseDemandedBits(LHS, Demanded, DAG); in simplifyMul24() 2905 SDValue DemandedRHS = TLI.SimplifyMultipleUseDemandedBits(RHS, Demanded, DAG); in simplifyMul24()
|
| H A D | SIISelLowering.cpp | 10778 TLI.SimplifyMultipleUseDemandedBits(Src, DemandedBits, DAG)) in performCvtF32UByteNCombine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 39260 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()
|