Searched refs:DagCombineInfo (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 4937 TargetLowering::DAGCombinerInfo DagCombineInfo(DAG, AfterLegalizeTypes, true, in IntegerExpandSetCCOperands() local 4943 RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands() 4950 RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands() 5019 false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
|
H A D | DAGCombiner.cpp | 1850 DagCombineInfo(DAG, Level, false, this); in combine() local 1852 RV = TLI.PerformDAGCombine(N, DagCombineInfo); in combine() 25724 DagCombineInfo(DAG, Level, false, this); in SimplifySetCC() local 25725 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|