Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h754 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
H A DSystemZISelDAGToDAG.cpp1637 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1649 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
H A DSystemZISelLowering.cpp714 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo
833 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5194 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()