Searched refs:SystemZVectorConstantInfo (Results 1 – 3 of 3) sorted by relevance
860 struct SystemZVectorConstantInfo { struct871 SystemZVectorConstantInfo(APInt IntImm); argument872 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() function873 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()876 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,1188 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()1692 SystemZVectorConstantInfo VCI(Val); in Select()1751 SystemZVectorConstantInfo VCI(BVN); in Select()1763 SystemZVectorConstantInfo VCI(Imm); in Select()
869 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()944 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo971 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo990 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()6444 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()8219 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, Val.getZExtValue())); in combineSTORE()8243 SystemZVectorConstantInfo VCI( in combineSTORE()