Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h621 bool isVectorElementLoad(SDValue Op) const;
H A DSystemZISelLowering.cpp4985 bool SystemZTargetLowering::isVectorElementLoad(SDValue Op) const { in isVectorElementLoad() function in SystemZTargetLowering
5025 if (Single.getNode() && (Count > 1 || isVectorElementLoad(Single))) in buildVector()
5031 if (!isVectorElementLoad(Elem)) { in buildVector()
5103 if (isVectorElementLoad(Elems[I])) { in buildVector()