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/ |
| D | TargetLowering.cpp | 610 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 …]
|
| D | SelectionDAG.cpp | 2195 return TLI->SimplifyMultipleUseDemandedBits(V, DemandedBits, DemandedElts, in GetDemandedBits()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 152 return SimplifyMultipleUseDemandedBits(I, DemandedMask, Known, Depth, CxtI); in SimplifyDemandedUseBits() 792 Value *InstCombiner::SimplifyMultipleUseDemandedBits(Instruction *I, in SimplifyMultipleUseDemandedBits() function in InstCombiner
|
| D | InstCombineInternal.h | 847 Value *SimplifyMultipleUseDemandedBits(Instruction *I,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 3155 SDValue SimplifyMultipleUseDemandedBits(SDValue Op, const APInt &DemandedBits,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 35528 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()
|