Lines Matching refs:VCI
307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1178 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant() argument
1179 assert((VCI.Opcode == SystemZISD::BYTE_MASK || in loadVectorConstant()
1180 VCI.Opcode == SystemZISD::REPLICATE || in loadVectorConstant()
1181 VCI.Opcode == SystemZISD::ROTATE_MASK) && in loadVectorConstant()
1183 assert(VCI.VecVT.getSizeInBits() == 128 && "Expected a vector type"); in loadVectorConstant()
1187 for (unsigned OpVal : VCI.OpVals) in loadVectorConstant()
1189 SDValue Op = CurDAG->getNode(VCI.Opcode, DL, VCI.VecVT, Ops); in loadVectorConstant()
1191 if (VCI.VecVT == VT.getSimpleVT()) in loadVectorConstant()
1681 SystemZVectorConstantInfo VCI(Val); in Select() local
1682 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1683 loadVectorConstant(VCI, Node); in Select()
1740 SystemZVectorConstantInfo VCI(BVN); in Select() local
1741 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1742 loadVectorConstant(VCI, Node); in Select()
1752 SystemZVectorConstantInfo VCI(Imm); in Select() local
1753 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
1755 loadVectorConstant(VCI, Node); in Select()