Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.h52 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
DSparcISelLowering.cpp833 void SparcTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, in computeMaskedBitsForTargetNode() function in SparcTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.h123 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
DSPUISelLowering.cpp3163 SPUTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, in computeMaskedBitsForTargetNode() function in SPUTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.h162 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
DXCoreISelLowering.cpp1514 void XCoreTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, in computeMaskedBitsForTargetNode() function in XCoreTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h295 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
DPPCISelLowering.cpp5463 void PPCTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, in computeMaskedBitsForTargetNode() function in PPCTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h305 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
DARMISelLowering.cpp8390 void ARMTargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, in computeMaskedBitsForTargetNode() function in ARMTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h596 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
DX86ISelLowering.cpp12297 void X86TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, in computeMaskedBitsForTargetNode() function in X86TargetLowering
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h867 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1842 void TargetLowering::computeMaskedBitsForTargetNode(const SDValue Op, in computeMaskedBitsForTargetNode() function in TargetLowering
DSelectionDAG.cpp2083 TLI.computeMaskedBitsForTargetNode(Op, Mask, KnownZero, KnownOne, *this, in ComputeMaskedBits()