Searched refs:SystemZVectorConstantInfo (Results 1 – 3 of 3) sorted by relevance
710 struct SystemZVectorConstantInfo { struct722 SystemZVectorConstantInfo(APFloat FPImm); argument723 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,1151 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()1636 SystemZVectorConstantInfo VCI(BVN); in Select()1648 SystemZVectorConstantInfo VCI(Imm); in Select()
714 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()790 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APFloat FPImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo814 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo833 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()5145 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()