Home
last modified time | relevance | path

Searched refs:DagCombineInfo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2526 TargetLowering::DAGCombinerInfo DagCombineInfo(DAG, false, true, true, NULL); in IntegerExpandSetCCOperands() local
2529 LHSLo, RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
2534 LHSHi, RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
2559 DagCombineInfo, dl); in IntegerExpandSetCCOperands()
DDAGCombiner.cpp1129 DagCombineInfo(DAG, !LegalTypes, !LegalOperations, false, this); in combine() local
1131 RV = TLI.PerformDAGCombine(N, DagCombineInfo); in combine()
7713 DagCombineInfo(DAG, !LegalTypes, !LegalOperations, false, this); in SimplifySetCC() local
7714 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2849 TargetLowering::DAGCombinerInfo DagCombineInfo(DAG, AfterLegalizeTypes, true, in IntegerExpandSetCCOperands() local
2855 LHSLo, RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
2862 LHSHi, RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
2928 DagCombineInfo, dl); in IntegerExpandSetCCOperands()
DDAGCombiner.cpp1461 DagCombineInfo(DAG, Level, false, this); in combine() local
1463 RV = TLI.PerformDAGCombine(N, DagCombineInfo); in combine()
14446 DagCombineInfo(DAG, Level, false, this); in SimplifySetCC() local
14447 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3008 TargetLowering::DAGCombinerInfo DagCombineInfo(DAG, AfterLegalizeTypes, true, in IntegerExpandSetCCOperands() local
3014 RHSLo, LowCC, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
3021 RHSHi, CCCode, false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
3088 false, DagCombineInfo, dl); in IntegerExpandSetCCOperands()
DDAGCombiner.cpp1616 DagCombineInfo(DAG, Level, false, this); in combine() local
1618 RV = TLI.PerformDAGCombine(N, DagCombineInfo); in combine()
18049 DagCombineInfo(DAG, Level, false, this); in SimplifySetCC() local
18050 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()