Searched refs:isVectorConstantLegal (Results 1 – 3 of 3) sorted by relevance
698 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
1592 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()1604 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
698 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo816 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()4894 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()