Searched refs:PerformDAGCombine (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h93 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DARCISelLowering.cpp686 SDValue ARCTargetLowering::PerformDAGCombine(SDNode *N, function in class:ARCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h50 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DMipsISelLowering.h340 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DMipsSEISelLowering.cpp1026 MipsSETargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const { function in class:MipsSETargetLowering
1063 return MipsTargetLowering::PerformDAGCombine(N, DCI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h36 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DSIISelLowering.h365 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DAMDGPUISelLowering.h221 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DR600ISelLowering.cpp1842 SDValue R600TargetLowering::PerformDAGCombine(SDNode *N, function in class:R600TargetLowering
1962 if (SDValue Ret = AMDGPUTargetLowering::PerformDAGCombine(N, DCI))
2066 return AMDGPUTargetLowering::PerformDAGCombine(N, DCI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h105 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DLanaiISelLowering.cpp1470 SDValue LanaiTargetLowering::PerformDAGCombine(SDNode *N, function in class:LanaiTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h202 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DXCoreISelLowering.cpp1590 SDValue XCoreTargetLowering::PerformDAGCombine(SDNode *N, function in class:XCoreTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h190 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h85 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DRISCVISelLowering.cpp969 SDValue RISCVTargetLowering::PerformDAGCombine(SDNode *N, function in class:RISCVTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h580 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h229 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DHexagonISelLowering.cpp2981 HexagonTargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) function in class:HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h522 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h349 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h336 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h750 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h806 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2099 /// PerformDAGCombine virtual method.
2788 /// Targets can specify ISD nodes that they would like PerformDAGCombine
3334 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;

Completed in 214 milliseconds

12