Searched refs:BaseLd (Results 1 – 2 of 2) sorted by relevance
16175 auto *BaseLd = dyn_cast<LoadSDNode>(N->getOperand(0)); in performCONCAT_VECTORSCombine() 16176 if (!BaseLd || !BaseLd->isSimple() || !ISD::isNormalLoad(BaseLd) || in performCONCAT_VECTORSCombine() 16177 !SDValue(BaseLd, 0).hasOneUse()) in performCONCAT_VECTORSCombine() 16180 EVT BaseLdVT = BaseLd->getValueType(0); in performCONCAT_VECTORSCombine() 16184 Lds.push_back(BaseLd); in performCONCAT_VECTORSCombine() 16185 Align Align = BaseLd->getAlign(); in performCONCAT_VECTORSCombine() 16189 Ld->getChain() != BaseLd->getChain() || !ISD::isNormalLoad(Ld) || in performCONCAT_VECTORSCombine() 16272 BaseLd in performCONCAT_VECTORSCombine() 16172 auto *BaseLd = dyn_cast<LoadSDNode>(N->getOperand(0)); performCONCAT_VECTORSCombine() local [all...]
6851 auto *BaseLd = cast<LoadSDNode>(Elt); in findEltLoadSrc() local6852 if (!BaseLd->isSimple()) in findEltLoadSrc()6854 Ld = BaseLd; in findEltLoadSrc()