Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h506 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
H A DSystemZISelLowering.cpp6082 SystemZTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in SystemZTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h246 unsigned ComputeNumSignBitsForTargetNode(SDValue Op, const APInt &DemandedElts,
H A DAMDGPUISelLowering.cpp4390 unsigned AMDGPUTargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in AMDGPUTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h863 unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
H A DX86ISelLowering.cpp30230 unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode( in ComputeNumSignBitsForTargetNode() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2978 virtual unsigned ComputeNumSignBitsForTargetNode(SDValue Op,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1915 unsigned TargetLowering::ComputeNumSignBitsForTargetNode(SDValue Op, in ComputeNumSignBitsForTargetNode() function in TargetLowering
H A DSelectionDAG.cpp3772 TLI->ComputeNumSignBitsForTargetNode(Op, DemandedElts, *this, Depth); in ComputeNumSignBits()