Searched refs:SystemZVectorConstantInfo (Results 1 – 3 of 3) sorted by relevance
770 struct SystemZVectorConstantInfo { struct781 SystemZVectorConstantInfo(APInt IntImm); argument782 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() argument783 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()786 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
306 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,1150 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()1635 SystemZVectorConstantInfo VCI(BVN); in Select()1647 SystemZVectorConstantInfo VCI(Imm); in Select()
720 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()795 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo822 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo841 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()5434 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()6460 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE()6484 SystemZVectorConstantInfo VCI( in combineSTORE()