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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcISelLowering.h49 /// computeMaskedBitsForTargetNode - Determine which of the bits specified
52 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DSparcISelLowering.cpp839 void SparcTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:SparcTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.h122 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DSPUISelLowering.cpp3167 SPUTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:SPUTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.h162 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DXCoreISelLowering.cpp1527 void XCoreTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:XCoreTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h326 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DARMISelLowering.cpp9512 void ARMTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:ARMTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h302 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DPPCISelLowering.cpp5714 void PPCTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:PPCTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h538 /// computeMaskedBitsForTargetNode - Determine which of the bits specified
541 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
H A DX86ISelLowering.cpp13478 void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:X86TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h909 /// computeMaskedBitsForTargetNode - Determine which of the bits specified in
912 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1843 /// computeMaskedBitsForTargetNode - Determine which of the bits specified
1846 void TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, function in class:TargetLowering
H A DSelectionDAG.cpp2132 TLI.computeMaskedBitsForTargetNode(Op, KnownZero, KnownOne, *this, Depth);

Completed in 451 milliseconds