OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainerVT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
146
MVT
ContainerVT
= getContainerForFixedLengthVector(VT);
147
unsigned RCID = getRegClassIDForVecVT(
ContainerVT
);
1276
// VecVT is a vector type, either fixed-length or scalable, and
ContainerVT
is
1279
getDefaultVLOps(MVT VecVT, MVT
ContainerVT
, SDLoc DL, SelectionDAG &DAG,
1281
assert(
ContainerVT
.isScalableVector() && "Expecting scalable container type");
1286
MVT MaskVT = MVT::getVectorVT(MVT::i1,
ContainerVT
.getVectorElementCount());
1325
MVT
ContainerVT
= getContainerForFixedLengthVector(DAG, VT, Subtarget);
1329
std::tie(Mask, VL) = getDefaultVLOps(VT,
ContainerVT
, DL, DAG, Subtarget);
1333
SDValue Splat = DAG.getNode(Opc, DL,
ContainerVT
, Op.getOperand(0), VL);
1342
MVT
ContainerVT
= getContainerForFixedLengthVector(DAG, VT, Subtarget)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
14242
EVT
ContainerVT
= VT;
14243
if (
ContainerVT
.isInteger())
14244
ContainerVT
= getSVEContainerType(
ContainerVT
);
14246
SDVTList VTs = DAG.getVTList(
ContainerVT
, MVT::Other);
14255
if (
ContainerVT
.isInteger() && (VT !=
ContainerVT
))
17370
EVT
ContainerVT
= getContainerForFixedLengthVector(DAG, VT);
17373
ContainerVT
, DL, Load->getChain(), Load->getBasePtr(), Load->getOffset(),
17374
getPredicateForFixedLengthVector(DAG, DL, VT), DAG.getUNDEF(
ContainerVT
),
[
all
...]
Completed in 27 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026