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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9517 bool DoXform = true;
9520 DoXform = ExtendUsesToFormExtLoad(VT, N, N0, ExtOpc, SetCCs, TLI);
9522 DoXform &= TLI.isVectorLoadExtDesirable(SDValue(N, 0));
9523 if (!DoXform)
9705 bool DoXform = ExtendUsesToFormExtLoad(VT, N0.getNode(), N0.getOperand(0), local
9707 if (DoXform) {
10017 bool DoXform = true; local
10025 DoXform = false;
10028 if (DoXform)
10029 DoXform
10210 bool DoXform = true; local
[all...]

Completed in 112 milliseconds