Home
last modified time | relevance | path

Searched refs:isVectorConstantLegal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h787 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
H A DSystemZISelDAGToDAG.cpp1636 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1648 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
H A DSystemZISelLowering.cpp720 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo
841 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()