Home
last modified time | relevance | path

Searched refs:isVectorElementLoad (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h602 bool isVectorElementLoad(SDValue Op) const;
DSystemZISelLowering.cpp4734 bool SystemZTargetLowering::isVectorElementLoad(SDValue Op) const { in isVectorElementLoad() function in SystemZTargetLowering
4774 if (Single.getNode() && (Count > 1 || isVectorElementLoad(Single))) in buildVector()
4780 if (!isVectorElementLoad(Elem)) { in buildVector()
4852 if (isVectorElementLoad(Elems[I])) { in buildVector()