Searched refs:LdVT (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5137 EVT LdVT = LD->getMemoryVT(); in WidenVecRes_LOAD() local 5138 EVT WideVT = TLI.getTypeToTransformTo(*DAG.getContext(), LdVT); in WidenVecRes_LOAD() 5147 unsigned NumVTElts = LdVT.getVectorMinNumElements(); in WidenVecRes_LOAD() 6723 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorLoads() local 6725 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorLoads() 6726 assert(LdVT.isScalableVector() == WidenVT.isScalableVector()); in GenWidenVectorLoads() 6727 assert(LdVT.getVectorElementType() == WidenVT.getVectorElementType()); in GenWidenVectorLoads() 6735 TypeSize LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads() 6741 (!LD->isSimple() || LdVT.isScalableVector()) ? 0 : LD->getAlign().value(); in GenWidenVectorLoads() 6901 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorExtLoads() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 6307 EVT LdVT = N->getValueType(0); in combineLOAD() local 6308 if (LdVT.isVector() || LdVT.isInteger()) in combineLOAD() 6332 SDValue Extract0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, LdVT, in combineLOAD()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 34205 MVT LdVT = Subtarget.hasSSE2() ? MVT::v2i64 : MVT::v4f32; in ReplaceNodeResults() local 34206 SDVTList Tys = DAG.getVTList(LdVT, MVT::Other); in ReplaceNodeResults() 34358 MVT LdVT = Subtarget.is64Bit() && VT.isInteger() ? MVT::i64 : MVT::f64; in ReplaceNodeResults() local 34359 SDValue Res = DAG.getLoad(LdVT, dl, Ld->getChain(), Ld->getBasePtr(), in ReplaceNodeResults() 34363 MVT VecVT = MVT::getVectorVT(LdVT, 2); in ReplaceNodeResults()
|