Searched defs:DemandedLHS (Results 1 – 6 of 6) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 1426 APInt DemandedLHS(DemandedElts), DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 999 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedBits() local 2424 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local 2443 APInt DemandedLHS(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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 2714 APInt DemandedLHS(NumElts, 0), DemandedRHS(NumElts, 0); in ComputeNumSignBitsImpl() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 2812 SDValue DemandedLHS = DAG.GetDemandedBits(LHS, Demanded); in simplifyI24() local
|
| /external/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() 32608 APInt DemandedLHS, DemandedRHS; in computeKnownBitsForTargetNode() local 32751 APInt DemandedLHS, DemandedRHS; in ComputeNumSignBitsForTargetNode() local 35515 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 35548 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedVectorEltsForTargetNode() local 35854 SDValue DemandedLHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local 36049 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBitsForTargetNode() local
|