Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4862 EVT LdVT = LD->getMemoryVT(); in WidenVecRes_LOAD() local
4872 unsigned NumVTElts = LdVT.getVectorMinNumElements(); in WidenVecRes_LOAD()
6330 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorLoads() local
6332 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorLoads()
6333 assert(LdVT.isScalableVector() == WidenVT.isScalableVector()); in GenWidenVectorLoads()
6342 TypeSize LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads()
6508 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorExtLoads() local
6510 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorExtLoads()
6519 if (LdVT.isScalableVector()) in GenWidenVectorExtLoads()
6524 EVT LdEltVT = LdVT.getVectorElementType(); in GenWidenVectorExtLoads()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6306 EVT LdVT = N->getValueType(0); in combineLOAD() local
6307 if (LdVT.isVector() || LdVT.isInteger()) in combineLOAD()
6331 SDValue Extract0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, LdVT, in combineLOAD()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33250 MVT LdVT = Subtarget.hasSSE2() ? MVT::v2i64 : MVT::v4f32; in ReplaceNodeResults() local
33251 SDVTList Tys = DAG.getVTList(LdVT, MVT::Other); in ReplaceNodeResults()
33403 MVT LdVT = Subtarget.is64Bit() && VT.isInteger() ? MVT::i64 : MVT::f64; in ReplaceNodeResults() local
33404 SDValue Res = DAG.getLoad(LdVT, dl, Ld->getChain(), Ld->getBasePtr(), in ReplaceNodeResults()
33408 MVT VecVT = MVT::getVectorVT(LdVT, 2); in ReplaceNodeResults()