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

12

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h30 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DSIISelLowering.h113 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DAMDGPUISelLowering.h165 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DR600ISelLowering.cpp1834 SDValue R600TargetLowering::PerformDAGCombine(SDNode *N, function in class:R600TargetLowering
1839 default: return AMDGPUTargetLowering::PerformDAGCombine(N, DCI);
1956 SDValue Ret = AMDGPUTargetLowering::PerformDAGCombine(N, DCI);
2053 return AMDGPUTargetLowering::PerformDAGCombine(N, DCI);
H A DSIISelLowering.cpp2097 SDValue SITargetLowering::PerformDAGCombine(SDNode *N, function in class:SITargetLowering
2104 return AMDGPUTargetLowering::PerformDAGCombine(N, DCI);
2268 return AMDGPUTargetLowering::PerformDAGCombine(N, DCI);
H A DAMDGPUISelLowering.cpp2690 SDValue AMDGPUTargetLowering::PerformDAGCombine(SDNode *N, function in class:AMDGPUTargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h40 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DMipsISelLowering.h262 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DMipsSEISelLowering.cpp1068 MipsSETargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const { function in class:MipsSETargetLowering
1110 return MipsTargetLowering::PerformDAGCombine(N, DCI);
H A DMipsISelLowering.cpp811 SDValue MipsTargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) function in class:MipsTargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h200 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DXCoreISelLowering.cpp1618 SDValue XCoreTargetLowering::PerformDAGCombine(SDNode *N, function in class:XCoreTargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h537 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DNVPTXISelLowering.cpp4255 SDValue NVPTXTargetLowering::PerformDAGCombine(SDNode *N, function in class:NVPTXTargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h450 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DSystemZISelLowering.cpp4678 SDValue SystemZTargetLowering::PerformDAGCombine(SDNode *N,
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h248 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DAArch64ISelLowering.cpp9696 SDValue AArch64TargetLowering::PerformDAGCombine(SDNode *N, function in class:AArch64TargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h262 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DARMISelLowering.cpp10647 SDValue ARMTargetLowering::PerformDAGCombine(SDNode *N, function in class:ARMTargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h495 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
H A DPPCISelLowering.cpp10174 SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N, function in class:PPCTargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h689 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1391 /// PerformDAGCombine virtual method.
1925 /// Targets can specify ISD nodes that they would like PerformDAGCombine
2231 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2108 SDValue TargetLowering::PerformDAGCombine(SDNode *N, function in class:TargetLowering

Completed in 397 milliseconds

12