Searched refs:SystemZVectorConstantInfo (Results 1 – 3 of 3) sorted by relevance
799 struct SystemZVectorConstantInfo { struct810 SystemZVectorConstantInfo(APInt IntImm); argument811 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() function812 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()815 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,1163 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()1653 SystemZVectorConstantInfo VCI(Val); in Select()1712 SystemZVectorConstantInfo VCI(BVN); in Select()1724 SystemZVectorConstantInfo VCI(Imm); in Select()
790 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()865 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo892 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo911 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()5835 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()7004 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE()7028 SystemZVectorConstantInfo VCI( in combineSTORE()