Searched refs:computeMaskedBitsForTargetNode (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h108 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DAMDILISelLowering.cpp252 AMDGPUTargetLowering::computeMaskedBitsForTargetNode( function in class:AMDGPUTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h60 /// computeMaskedBitsForTargetNode - Determine which of the bits specified
63 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DSparcISelLowering.cpp1712 void SparcTargetLowering::computeMaskedBitsForTargetNode function in class:SparcTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h177 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DXCoreISelLowering.cpp1583 void XCoreTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:XCoreTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h325 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DARMISelLowering.cpp10717 void ARMTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:ARMTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h391 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DPPCISelLowering.cpp7527 void PPCTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:PPCTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h618 /// computeMaskedBitsForTargetNode - Determine which of the bits specified
621 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DX86ISelLowering.cpp16031 void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:X86TargetLowering
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1817 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1054 /// computeMaskedBitsForTargetNode - Determine which of the bits specified
1057 void TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:TargetLowering
H A DSelectionDAG.cpp2202 TLI->computeMaskedBitsForTargetNode(Op, KnownZero, KnownOne, *this, Depth);

Completed in 484 milliseconds