Searched defs:DemandedRHS (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1426 APInt DemandedLHS(DemandedElts), DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1000 APInt DemandedRHS(NumElts, 0); in SimplifyDemandedBits() local 2425 APInt DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local 2444 APInt DemandedRHS(NumElts, 0); in SimplifyDemandedVectorElts() local
|
D | SelectionDAG.cpp | 2565 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in computeKnownBits() local 3557 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBits() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2714 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBitsImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 2813 SDValue DemandedRHS = DAG.GetDemandedBits(RHS, Demanded); in simplifyI24() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6535 APInt &DemandedLHS, APInt &DemandedRHS) { in getPackDemandedElts() 6560 APInt &DemandedLHS, APInt &DemandedRHS) { in getHorizDemandedElts() 32605 APInt DemandedLHS, DemandedRHS; in computeKnownBitsForTargetNode() local 32748 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsForTargetNode() local 35512 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 35545 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 35853 SDValue DemandedRHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local 36046 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBitsForTargetNode() local
|