Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1693 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1752 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1764 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
H A DSystemZISelLowering.h877 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
H A DSystemZISelLowering.cpp869 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo
990 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
6444 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
8220 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()
8245 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()