Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp133 SDValue ExpandLoad(SDValue Op);
266 return LegalizeOp(ExpandLoad(Op)); in LegalizeOp()
584 SDValue VectorLegalizer::ExpandLoad(SDValue Op) { in ExpandLoad() function in VectorLegalizer