Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1682 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1741 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1753 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
H A DSystemZISelLowering.h826 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
H A DSystemZISelLowering.cpp803 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo
924 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5839 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
7148 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()
7173 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()