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

/external/llvm/lib/Target/R600/
H A DSIISelLowering.h53 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DR600ISelLowering.h30 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.cpp371 SDValue SITargetLowering::PerformDAGCombine(SDNode *N, function in class:SITargetLowering
H A DR600ISelLowering.cpp978 SDValue R600TargetLowering::PerformDAGCombine(SDNode *N, function in class:R600TargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h221 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DAArch64ISelLowering.cpp2802 AArch64TargetLowering::PerformDAGCombine(SDNode *N, function in class:AArch64TargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h164 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DXCoreISelLowering.cpp1353 SDValue XCoreTargetLowering::PerformDAGCombine(SDNode *N, function in class:XCoreTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h283 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DARMISelLowering.cpp9395 SDValue ARMTargetLowering::PerformDAGCombine(SDNode *N, function in class:ARMTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h179 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DMipsISelLowering.cpp846 SDValue MipsTargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) function in class:MipsTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h380 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp6260 SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N, function in class:PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h535 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DX86ISelLowering.cpp17579 SDValue X86TargetLowering::PerformDAGCombine(SDNode *N, function in class:X86TargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1055 /// implementing the PerformDAGCombine virtual method.
1574 /// like PerformDAGCombine callbacks for by calling setTargetDAGCombine(),
1845 /// PerformDAGCombine - This method will be invoked for all target nodes and
1858 virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1861 PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const { function in class:TargetLowering
H A DDAGCombiner.cpp1188 RV = TLI.PerformDAGCombine(N, DagCombineInfo);

Completed in 6813 milliseconds