Home
last modified time | relevance | path

Searched refs:getSVEContainerType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4105 static MVT getSVEContainerType(EVT ContentTy);
4128 DAG.getNode(ISD::ANY_EXTEND, SDLoc(Op), getSVEContainerType(ArgVT), in LowerBITCAST()
16863 static MVT getSVEContainerType(EVT ContentTy) { in getSVEContainerType() function
16900 ContainerVT = getSVEContainerType(ContainerVT); in performLD1Combine()
16968 EVT HwSrcVt = getSVEContainerType(DataVT); in performST1Combine()
19006 EVT HwSrcVt = getSVEContainerType(SrcVT); in performScatterStoreCombine()
19106 EVT HwRetVt = getSVEContainerType(RetVT); in performGatherLoadCombine()
20011 SDValue CastResult = getSVESafeBitCast(getSVEContainerType(VT), Op, DAG); in ReplaceBITCASTResults()