Searched refs:isVectorConstantLegal (Results 1 – 3 of 3) sorted by relevance
787 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
1636 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()1648 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
720 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo841 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()5434 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()6461 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()6486 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()