/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2526 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()
|
D | DAGCombiner.cpp | 1129 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3008 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()
|
D | DAGCombiner.cpp | 1616 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()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2849 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()
|
D | DAGCombiner.cpp | 1461 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()
|