Searched refs:SystemZVectorConstantInfo (Results 1 – 3 of 3) sorted by relevance
684 struct SystemZVectorConstantInfo { struct696 SystemZVectorConstantInfo(APFloat FPImm); argument697 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,1147 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()1591 SystemZVectorConstantInfo VCI(BVN); in Select()1603 SystemZVectorConstantInfo VCI(Imm); in Select()
698 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()774 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APFloat FPImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo797 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo816 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()4894 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()