Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4169 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorLoads() local
4171 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorLoads()
4172 assert(LdVT.getVectorElementType() == WidenVT.getVectorElementType()); in GenWidenVectorLoads()
4181 int LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads()
4320 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorExtLoads() local
4322 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorExtLoads()
4332 EVT LdEltVT = LdVT.getVectorElementType(); in GenWidenVectorExtLoads()
4333 unsigned NumElts = LdVT.getVectorNumElements(); in GenWidenVectorExtLoads()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5373 EVT LdVT = N->getValueType(0); in combineLOAD() local
5374 if (LdVT.isVector() || LdVT.isInteger()) in combineLOAD()
5398 SDValue Extract0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, LdVT, in combineLOAD()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27073 MVT LdVT = Subtarget.is64Bit() && VT.isInteger() ? MVT::i64 : MVT::f64; in ReplaceNodeResults() local
27074 SDValue Res = DAG.getLoad(LdVT, dl, Ld->getChain(), Ld->getBasePtr(), in ReplaceNodeResults()
27079 MVT WideVT = MVT::getVectorVT(LdVT, 2); in ReplaceNodeResults()
37454 EVT LdVT = Mld->getMemoryVT(); in combineMaskedLoad() local
37457 assert(LdVT != VT && "Cannot extend to the same type"); in combineMaskedLoad()
37459 unsigned FromSz = LdVT.getScalarSizeInBits(); in combineMaskedLoad()
37469 LdVT.getScalarType(), NumElems*SizeRatio); in combineMaskedLoad()
37904 MVT LdVT = (Subtarget.is64Bit() && in combineStore() local
40178 EVT LdVT = Ld->getValueType(0); in combineSIntToFP() local
40191 !Subtarget.is64Bit() && LdVT == MVT::i64) { in combineSIntToFP()
[all …]