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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5026 SmallVector<SDValue, 16> PAmts, KAmts, QAmts, IAmts; local
5101 PAmts.push_back(DAG.getConstant(P, DL, SVT));
5127 // Try to turn PAmts into a splat, since we don't care about the values
5129 turnVectorIntoSplatVector(PAmts, isNullConstant);
5136 PVal = DAG.getBuildVector(VT, DL, PAmts);
5140 PVal = PAmts[0];
5270 SmallVector<SDValue, 16> PAmts, AAmts, KAmts, QAmts; local
5344 PAmts.push_back(DAG.getConstant(P, DL, SVT));
5371 // Try to turn PAmts into a splat, since we don't care about the values
5373 turnVectorIntoSplatVector(PAmts, isNullConstan
[all...]

Completed in 111 milliseconds