Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4276 static MVT getSVEContainerType(EVT ContentTy);
4299 DAG.getNode(ISD::ANY_EXTEND, SDLoc(Op), getSVEContainerType(ArgVT), in LowerBITCAST()
18463 static MVT getSVEContainerType(EVT ContentTy) { in getSVEContainerType() function
18500 ContainerVT = getSVEContainerType(ContainerVT); in performLD1Combine()
18568 EVT HwSrcVt = getSVEContainerType(DataVT); in performST1Combine()
20904 EVT HwSrcVt = getSVEContainerType(SrcVT); in performScatterStoreCombine()
21004 EVT HwRetVt = getSVEContainerType(RetVT); in performGatherLoadCombine()
21859 SDValue CastResult = getSVESafeBitCast(getSVEContainerType(VT), Op, DAG); in ReplaceBITCASTResults()