Home
last modified time | relevance | path

Searched refs:ComputeNumSignBitsForTargetNode (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dsignbits.ll1 ; Test that ComputeNumSignBitsForTargetNode() (SELECT_CCMASK) will help
H A Dsignbits-intrinsics-unpack.ll1 ; Test that DAGCombiner gets helped by ComputeNumSignBitsForTargetNode() with
H A Dsignbits-intrinsics-binop.ll1 ; Test that DAGCombiner gets helped by ComputeNumSignBitsForTargetNode() with
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h265 unsigned ComputeNumSignBitsForTargetNode(SDValue Op, const APInt &DemandedElts,
H A DAMDGPUISelLowering.cpp4630 unsigned AMDGPUTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in AMDGPUTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h422 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
H A DRISCVISelLowering.cpp9651 unsigned RISCVTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h601 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
H A DSystemZISelLowering.cpp7390 SystemZTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in SystemZTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1130 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
H A DX86ISelLowering.cpp37077 unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3727 virtual unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3478 unsigned TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op, in ComputeNumSignBitsForTargetNode() function in TargetLowering
H A DSelectionDAG.cpp4492 TLI->ComputeNumSignBitsForTargetNode(Op, DemandedElts, *this, Depth); in ComputeNumSignBits()