Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:VecVT

1568         EVT VecVT = EVT::getVectorVT(F->getContext(), EltVT, VecSize);
1605 Ofst += DL.getTypeAllocSize(VecVT.getTypeForEVT(F->getContext()));
2233 EVT VecVT = EVT::getVectorVT(F->getContext(), EltVT, 2);
2235 VecVT.getTypeForEVT(F->getContext()), llvm::ADDRESS_SPACE_PARAM));
2237 VecVT, dl, Root, Arg, MachinePointerInfo(SrcValue), false, false,
2239 DL.getABITypeAlignment(VecVT.getTypeForEVT(F->getContext())));
2271 EVT VecVT = EVT::getVectorVT(F->getContext(), EltVT, VecSize);
2275 PointerType::get(VecVT.getTypeForEVT(F->getContext()),
2280 VecVT, dl, Root, SrcAddr, MachinePointerInfo(SrcValue), false,
2282 DL.getABITypeAlignment(VecVT.getTypeForEVT(F->getContext())));
2295 Ofst += DL.getTypeAllocSize(VecVT.getTypeForEVT(F->getContext()));
2439 EVT VecVT =
2442 TD.getTypeAllocSize(VecVT.getTypeForEVT(F->getContext()));