Searched refs:isVectorConstantLegal (Results 1 – 3 of 3) sorted by relevance
754 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
1637 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()1649 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
714 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo833 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()5194 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()