Searched refs:SystemZVectorConstantInfo (Results 1 – 3 of 3) sorted by relevance
809 struct SystemZVectorConstantInfo { struct820 SystemZVectorConstantInfo(APInt IntImm); argument821 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() argument822 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()825 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,1178 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()1681 SystemZVectorConstantInfo VCI(Val); in Select()1740 SystemZVectorConstantInfo VCI(BVN); in Select()1752 SystemZVectorConstantInfo VCI(Imm); in Select()
803 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()878 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo905 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo924 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()5839 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()7147 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE()7171 SystemZVectorConstantInfo VCI( in combineSTORE()