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

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.h30 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.h67 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.cpp848 SDValue SITargetLowering::PerformDAGCombine(SDNode *N, function in class:SITargetLowering
H A DR600ISelLowering.cpp1499 SDValue R600TargetLowering::PerformDAGCombine(SDNode *N, function in class:R600TargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h37 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DMipsISelLowering.h239 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DMipsSEISelLowering.cpp967 MipsSETargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const { function in class:MipsSETargetLowering
1009 return MipsTargetLowering::PerformDAGCombine(N, DCI);
H A DMipsISelLowering.cpp674 SDValue MipsTargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) function in class:MipsTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h175 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DXCoreISelLowering.cpp1389 SDValue XCoreTargetLowering::PerformDAGCombine(SDNode *N, function in class:XCoreTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h323 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DAArch64ISelLowering.cpp3796 AArch64TargetLowering::PerformDAGCombine(SDNode *N, function in class:AArch64TargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h271 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DARMISelLowering.cpp10147 SDValue ARMTargetLowering::PerformDAGCombine(SDNode *N, function in class:ARMTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h389 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp6982 SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N, function in class:PPCTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h592 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DX86ISelLowering.cpp19144 SDValue X86TargetLowering::PerformDAGCombine(SDNode *N, function in class:X86TargetLowering
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1057 /// PerformDAGCombine virtual method.
1605 /// Targets can specify ISD nodes that they would like PerformDAGCombine
1880 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1932 PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const { function in class:TargetLowering
H A DDAGCombiner.cpp1215 RV = TLI.PerformDAGCombine(N, DagCombineInfo);

Completed in 542 milliseconds