Searched refs:computeKnownBitsForTargetNode (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h107 void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known,
H A DLanaiISelLowering.cpp1488 void LanaiTargetLowering::computeKnownBitsForTargetNode( function in class:LanaiTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h204 void computeKnownBitsForTargetNode(const SDValue Op,
H A DXCoreISelLowering.cpp1816 void XCoreTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, function in class:XCoreTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h61 /// computeKnownBitsForTargetNode - Determine which of the bits specified
64 void computeKnownBitsForTargetNode(const SDValue Op,
H A DSparcISelLowering.cpp1855 void SparcTargetLowering::computeKnownBitsForTargetNode function in class:SparcTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h257 void computeKnownBitsForTargetNode(const SDValue Op,
H A DAMDGPUISelLowering.cpp4424 void AMDGPUTargetLowering::computeKnownBitsForTargetNode( function in class:AMDGPUTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h526 void computeKnownBitsForTargetNode(const SDValue Op,
H A DSystemZISelLowering.cpp6521 SystemZTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, function in class:SystemZTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h315 void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known,
H A DAArch64ISelLowering.cpp1101 /// computeKnownBitsForTargetNode - Determine which of the bits specified in
1103 void AArch64TargetLowering::computeKnownBitsForTargetNode( function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h412 void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known,
H A DARMISelLowering.cpp15653 void ARMTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h758 void computeKnownBitsForTargetNode(const SDValue Op,
H A DPPCISelLowering.cpp14473 void PPCTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, function in class:PPCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h942 void computeKnownBitsForTargetNode(const SDValue Op,
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3189 virtual void computeKnownBitsForTargetNode(const SDValue Op,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2643 void TargetLowering::computeKnownBitsForTargetNode(const SDValue Op, function in class:TargetLowering
2713 computeKnownBitsForTargetNode(Op, Known, DemandedElts, TLO.DAG, Depth);
H A DSelectionDAG.cpp3413 TLI->computeKnownBitsForTargetNode(Op, Known, DemandedElts, *this, Depth);

Completed in 605 milliseconds