Searched refs:ComputeNumSignBitsForTargetNode (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | signbits.ll | 1 ; Test that ComputeNumSignBitsForTargetNode() (SELECT_CCMASK) will help
|
| H A D | signbits-intrinsics-unpack.ll | 1 ; Test that DAGCombiner gets helped by ComputeNumSignBitsForTargetNode() with
|
| H A D | signbits-intrinsics-binop.ll | 1 ; Test that DAGCombiner gets helped by ComputeNumSignBitsForTargetNode() with
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 265 unsigned ComputeNumSignBitsForTargetNode(SDValue Op, const APInt &DemandedElts,
|
| H A D | AMDGPUISelLowering.cpp | 4630 unsigned AMDGPUTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in AMDGPUTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 422 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
|
| H A D | RISCVISelLowering.cpp | 9651 unsigned RISCVTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in RISCVTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 601 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
|
| H A D | SystemZISelLowering.cpp | 7390 SystemZTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in SystemZTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1130 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
|
| H A D | X86ISelLowering.cpp | 37077 unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in X86TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3727 virtual unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3478 unsigned TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op, in ComputeNumSignBitsForTargetNode() function in TargetLowering
|
| H A D | SelectionDAG.cpp | 4492 TLI->ComputeNumSignBitsForTargetNode(Op, DemandedElts, *this, Depth); in ComputeNumSignBits()
|