Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6091 EVT LdVT = LD->getMemoryVT(); in WidenVecRes_LOAD() local
6092 EVT WideVT = TLI.getTypeToTransformTo(*DAG.getContext(), LdVT); in WidenVecRes_LOAD()
6101 LdVT.getVectorElementCount()); in WidenVecRes_LOAD()
7920 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorLoads() local
7922 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorLoads()
7923 assert(LdVT.isScalableVector() == WidenVT.isScalableVector()); in GenWidenVectorLoads()
7924 assert(LdVT.getVectorElementType() == WidenVT.getVectorElementType()); in GenWidenVectorLoads()
7932 TypeSize LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads()
7938 (!LD->isSimple() || LdVT.isScalableVector()) ? 0 : LD->getAlign().value(); in GenWidenVectorLoads()
8098 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorExtLoads() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7917 EVT LdVT = N->getValueType(0); in combineLOAD() local
7939 if ((LdVT == MVT::i128 && isI128MovedToParts(LD, LoPart, HiPart)) || in combineLOAD()
7940 (LdVT == MVT::f128 && isF128MovedToParts(LD, LoPart, HiPart))) { in combineLOAD()
7971 if (LdVT.isVector() || LdVT.isInteger()) in combineLOAD()
7992 SDValue Extract0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, LdVT, in combineLOAD()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34723 MVT LdVT = Subtarget.hasSSE2() ? MVT::v2i64 : MVT::v4f32; in ReplaceNodeResults() local
34724 SDVTList Tys = DAG.getVTList(LdVT, MVT::Other); in ReplaceNodeResults()
34876 MVT LdVT = Subtarget.is64Bit() && VT.isInteger() ? MVT::i64 : MVT::f64; in ReplaceNodeResults() local
34877 SDValue Res = DAG.getLoad(LdVT, dl, Ld->getChain(), Ld->getBasePtr(), in ReplaceNodeResults()
34881 MVT VecVT = MVT::getVectorVT(LdVT, 2); in ReplaceNodeResults()