Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp610 SDValue TargetLowering::SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits() function in TargetLowering
636 if (SDValue V = SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits()
658 if (SDValue V = SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits()
677 if (SDValue V = SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits()
1041 SDValue DemandedOp0 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1043 SDValue DemandedOp1 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1098 SDValue DemandedOp0 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1100 SDValue DemandedOp1 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1147 SDValue DemandedOp0 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
1149 SDValue DemandedOp1 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits()
[all …]
DSelectionDAG.cpp2195 return TLI->SimplifyMultipleUseDemandedBits(V, DemandedBits, DemandedElts, in GetDemandedBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp152 return SimplifyMultipleUseDemandedBits(I, DemandedMask, Known, Depth, CxtI); in SimplifyDemandedUseBits()
792 Value *InstCombiner::SimplifyMultipleUseDemandedBits(Instruction *I, in SimplifyMultipleUseDemandedBits() function in InstCombiner
DInstCombineInternal.h847 Value *SimplifyMultipleUseDemandedBits(Instruction *I,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3155 SDValue SimplifyMultipleUseDemandedBits(SDValue Op, const APInt &DemandedBits,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35528 SDValue NewN0 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedVectorEltsForTargetNode()
35530 SDValue NewN1 = SimplifyMultipleUseDemandedBits( in SimplifyDemandedVectorEltsForTargetNode()
35851 SDValue DemandedLHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
35853 SDValue DemandedRHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
35999 if (SDValue V = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode()
37813 if (SDValue V = TLI.SimplifyMultipleUseDemandedBits(Cond, DemandedMask, in combineVSelectToBLENDV()