Searched refs:KAmts (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
5102 KAmts.push_back(
5130 // Try to turn KAmts into a splat, since we don't care about the values
5132 turnVectorIntoSplatVector(KAmts, isAllOnesConstant,
5137 KVal = DAG.getBuildVector(ShVT, DL, KAmts);
5141 KVal = KAmts[0];
5270 SmallVector<SDValue, 16> PAmts, AAmts, KAmts, QAmts; local
5346 KAmts.push_back(
5378 // Try to turn KAmts into a splat, since we don't care about the values
5380 turnVectorIntoSplatVector(KAmts, isAllOnesConstan
[all...]

Completed in 203 milliseconds