Home
last modified time | relevance | path

Searched refs:computeKnownBitsForTargetNode (Results 1 – 18 of 18) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h185 void computeKnownBitsForTargetNode(const SDValue Op,
H A DXCoreISelLowering.cpp1853 void XCoreTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in XCoreTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h63 void computeKnownBitsForTargetNode(const SDValue Op,
H A DSparcISelLowering.cpp1714 void SparcTargetLowering::computeKnownBitsForTargetNode in computeKnownBitsForTargetNode() function in SparcTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h186 void computeKnownBitsForTargetNode(const SDValue Op,
H A DAMDGPUISelLowering.cpp2601 void AMDGPUTargetLowering::computeKnownBitsForTargetNode( in computeKnownBitsForTargetNode() function in AMDGPUTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h218 void computeKnownBitsForTargetNode(const SDValue Op, APInt &KnownZero,
H A DAArch64ISelLowering.cpp678 void AArch64TargetLowering::computeKnownBitsForTargetNode( in computeKnownBitsForTargetNode() function in AArch64TargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h319 void computeKnownBitsForTargetNode(const SDValue Op, APInt &KnownZero,
H A DARMISelLowering.cpp10405 void ARMTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in ARMTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h454 void computeKnownBitsForTargetNode(const SDValue Op,
H A DPPCISelLowering.cpp9259 void PPCTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in PPCTargetLowering
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h645 void computeKnownBitsForTargetNode(const SDValue Op,
H A DX86ISelLowering.cpp21688 void X86TargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in X86TargetLowering
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h2142 virtual void computeKnownBitsForTargetNode(const SDValue Op,
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/R600/
H A Dsext-in-reg.ll454 ; when computeKnownBitsForTargetNode is implemented for imax.
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1088 void TargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in TargetLowering
H A DSelectionDAG.cpp2343 TLI->computeKnownBitsForTargetNode(Op, KnownZero, KnownOne, *this, Depth); in computeKnownBits()