Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h785 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
DSystemZISelDAGToDAG.cpp1643 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1655 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
DSystemZISelLowering.cpp723 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo
844 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5434 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
6462 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()
6487 if (VCI.isVectorConstantLegal(Subtarget) && in combineSTORE()