Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1654 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1713 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1725 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
H A DSystemZISelLowering.h816 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
H A DSystemZISelLowering.cpp790 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo
911 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5835 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
7005 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()
7030 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()