Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7138 EVT WordVT; in combineSTORE() local
7151 WordVT = VCI.VecVT.getScalarType(); in combineSTORE()
7164 WordVT = LHS->getOperand(0).getValueType(); in combineSTORE()
7166 WordVT = cast<VTSDNode>(LHS->getOperand(1))->getVT(); in combineSTORE()
7175 WordVT == VCI.VecVT.getScalarType()) in combineSTORE()
7176 Word = DAG.getZExtOrTrunc(LHS->getOperand(0), SDLoc(SN), WordVT); in combineSTORE()
7196 assert(MemVT.getSizeInBits() % WordVT.getSizeInBits() == 0 && in combineSTORE()
7198 unsigned NumElts = MemVT.getSizeInBits() / WordVT.getSizeInBits(); in combineSTORE()
7199 EVT SplatVT = EVT::getVectorVT(*DAG.getContext(), WordVT, NumElts); in combineSTORE()