Searched refs:isVectorConstantLegal (Results 1 – 3 of 3) sorted by relevance
785 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
1643 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()1655 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
723 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo844 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()5434 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()6462 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()6487 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()