Searched refs:SystemZVectorConstantInfo (Results 1 – 3 of 3) sorted by relevance
768 struct SystemZVectorConstantInfo { struct779 SystemZVectorConstantInfo(APInt IntImm); argument780 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() argument781 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()784 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,1157 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()1642 SystemZVectorConstantInfo VCI(BVN); in Select()1654 SystemZVectorConstantInfo VCI(Imm); in Select()
723 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()798 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo825 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo844 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()5434 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()6461 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE()6485 SystemZVectorConstantInfo VCI( in combineSTORE()