Searched refs:DagCombineInfo (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 5373 TargetLowering::DAGCombinerInfo DagCombineInfo(DAG, AfterLegalizeTypes, true, in IntegerExpandSetCCOperands() local 5379 RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands() 5386 RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands() 5454 false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
|
H A D | DAGCombiner.cpp | 2016 DagCombineInfo(DAG, Level, false, this); in combine() local 2018 RV = TLI.PerformDAGCombine(N, DagCombineInfo); in combine() 27826 DagCombineInfo(DAG, Level, false, this); in SimplifySetCC() local 27827 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|