Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h112 void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known,
H A DLanaiISelLowering.cpp1487 void LanaiTargetLowering::computeKnownBitsForTargetNode( in computeKnownBitsForTargetNode() function in LanaiTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h201 void computeKnownBitsForTargetNode(const SDValue Op,
H A DXCoreISelLowering.cpp1807 void XCoreTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in XCoreTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h85 void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known,
H A DWebAssemblyISelLowering.cpp876 void WebAssemblyTargetLowering::computeKnownBitsForTargetNode( in computeKnownBitsForTargetNode() function in WebAssemblyTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h74 void computeKnownBitsForTargetNode(const SDValue Op,
H A DSparcISelLowering.cpp2014 void SparcTargetLowering::computeKnownBitsForTargetNode in computeKnownBitsForTargetNode() function in SparcTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h263 void computeKnownBitsForTargetNode(const SDValue Op,
H A DAMDGPUISelLowering.cpp4604 void AMDGPUTargetLowering::computeKnownBitsForTargetNode( in computeKnownBitsForTargetNode() function in AMDGPUTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h428 void computeKnownBitsForTargetNode(const SDValue Op,
H A DRISCVISelLowering.cpp10799 void RISCVTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h591 void computeKnownBitsForTargetNode(const SDValue Op,
H A DSystemZISelLowering.cpp7275 SystemZTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in SystemZTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h506 void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known,
H A DARMISelLowering.cpp19839 void ARMTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h526 void computeKnownBitsForTargetNode(const SDValue Op, KnownBits &Known,
H A DAArch64ISelLowering.cpp2113 void AArch64TargetLowering::computeKnownBitsForTargetNode( in computeKnownBitsForTargetNode() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h903 void computeKnownBitsForTargetNode(const SDValue Op,
H A DPPCISelLowering.cpp16054 void PPCTargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in PPCTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1176 void computeKnownBitsForTargetNode(const SDValue Op,
H A DX86ISelLowering.cpp37810 void X86TargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in X86TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3801 virtual void computeKnownBitsForTargetNode(const SDValue Op,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3479 void TargetLowering::computeKnownBitsForTargetNode(const SDValue Op, in computeKnownBitsForTargetNode() function in TargetLowering
3554 computeKnownBitsForTargetNode(Op, Known, DemandedElts, TLO.DAG, Depth); in SimplifyDemandedBitsForTargetNode()
H A DSelectionDAG.cpp3892 TLI->computeKnownBitsForTargetNode(Op, Known, DemandedElts, *this, Depth); in computeKnownBits()