Searched refs:Combine (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp815 CurDAG->Combine(BeforeLegalizeTypes, AA, OptLevel);
861 CurDAG->Combine(AfterLegalizeTypes, AA, OptLevel);
905 CurDAG->Combine(AfterLegalizeVectorOps, AA, OptLevel);
945 CurDAG->Combine(AfterLegalizeDAG, AA, OptLevel);
H A DDAGCombiner.cpp1225 // Combine Op here so it is preserved past replacements.
12661 // Combine multiple FDIVs with the same divisor into multiple FMULs by the
18502 // Combine an extract of an extract into a single extract_subvector.
18644 // Combine:
18990 // Combine shuffles of splat-shuffles of the form:
19286 // Combine "truncate_vector_in_reg" style shuffles.
19621 // Combine INSERT_SUBVECTORs where we are inserting to the same index.
21224 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis *AA, function in class:SelectionDAG
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h508 /// Level argument controls whether Combine is allowed to produce nodes and
510 void Combine(CombineLevel Level, AAResults *AA,

Completed in 178 milliseconds