reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10048 switch (Op0.getOpcode()) { 10052 assert(Op0.getNumOperands() == 2 && 10053 isa<ConstantSDNode>(Op0->getOperand(1)) && 10056 if (Op0.getOperand(0).getValueType() != MVT::v4f32) 10060 int Idx = cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue(); 10073 Op0.getOperand(0), DAG.getConstant(DWord, dl, MVT::i32)); 10079 for (unsigned i = 0, ie = Op0.getNumOperands(); i != ie; ++i) { 10081 SDValue LdOp = Op0.getOperand(i); 10092 DAG.getNode(Op0.getOpcode(), SDLoc(Op0), MVT::v4f32, NewLoad[0], 10092 DAG.getNode(Op0.getOpcode(), SDLoc(Op0), MVT::v4f32, NewLoad[0], 10093 NewLoad[1], Op0.getNode()->getFlags()); 10098 LoadSDNode *LD = cast<LoadSDNode>(Op0);