Searched refs:VLD (Results 1 – 3 of 3) sorted by relevance
8315 SDNode *VLD = N->getOperand(0).getNode(); in CombineVLDDUP() local8316 if (VLD->getOpcode() != ISD::INTRINSIC_W_CHAIN) in CombineVLDDUP()8320 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); in CombineVLDDUP()8337 cast<ConstantSDNode>(VLD->getOperand(NumVecs+3))->getZExtValue(); in CombineVLDDUP()8338 for (SDNode::use_iterator UI = VLD->use_begin(), UE = VLD->use_end(); in CombineVLDDUP()8356 SDValue Ops[] = { VLD->getOperand(0), VLD->getOperand(2) }; in CombineVLDDUP()8357 MemIntrinsicSDNode *VLDMemInt = cast<MemIntrinsicSDNode>(VLD); in CombineVLDDUP()8358 SDValue VLDDup = DAG.getMemIntrinsicNode(NewOpc, VLD->getDebugLoc(), SDTys, in CombineVLDDUP()8363 for (SDNode::use_iterator UI = VLD->use_begin(), UE = VLD->use_end(); in CombineVLDDUP()8379 DCI.CombineTo(VLD, VLDDupResults); in CombineVLDDUP()
565 // Classes for VLD* pseudo-instructions with multi-register operands.954 // Classes for VLD*LN pseudo-instructions with multi-register operands.
907 // Special version of addrmode6 to handle alignment encoding for VLD-dup