Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h258 unsigned ComputeNumSignBitsForTargetNode(SDValue Op, const APInt &DemandedElts,
H A DAMDGPUISelLowering.cpp4660 unsigned AMDGPUTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in AMDGPUTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h352 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
H A DRISCVISelLowering.cpp6613 unsigned RISCVTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in RISCVTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h577 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
H A DSystemZISelLowering.cpp6994 SystemZTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in SystemZTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1084 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
H A DX86ISelLowering.cpp35021 unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3456 virtual unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2981 unsigned TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op, in ComputeNumSignBitsForTargetNode() function in TargetLowering
H A DSelectionDAG.cpp4226 TLI->ComputeNumSignBitsForTargetNode(Op, DemandedElts, *this, Depth); in ComputeNumSignBits()