Searched refs:LdVT (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 4874 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorLoads() local 4876 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorLoads() 4877 assert(LdVT.getVectorElementType() == WidenVT.getVectorElementType()); in GenWidenVectorLoads() 4886 int LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads() 5025 EVT LdVT = LD->getMemoryVT(); in GenWidenVectorExtLoads() local 5027 assert(LdVT.isVector() && WidenVT.isVector()); in GenWidenVectorExtLoads() 5037 EVT LdEltVT = LdVT.getVectorElementType(); in GenWidenVectorExtLoads() 5038 unsigned NumElts = LdVT.getVectorNumElements(); in GenWidenVectorExtLoads()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 5701 EVT LdVT = N->getValueType(0); in combineLOAD() local 5702 if (LdVT.isVector() || LdVT.isInteger()) in combineLOAD() 5726 SDValue Extract0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, LdVT, in combineLOAD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 29550 MVT LdVT = Subtarget.is64Bit() && VT.isInteger() ? MVT::i64 : MVT::f64; in ReplaceNodeResults() local 29551 SDValue Res = DAG.getLoad(LdVT, dl, Ld->getChain(), Ld->getBasePtr(), in ReplaceNodeResults() 29555 MVT VecVT = MVT::getVectorVT(LdVT, 2); in ReplaceNodeResults() 44339 EVT LdVT = Ld->getValueType(0); in combineSIntToFP() local 44352 !Subtarget.is64Bit() && LdVT == MVT::i64) { in combineSIntToFP() 44354 SDValue(N, 0), LdVT, Ld->getChain(), Op0, DAG); in combineSIntToFP()
|