Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h770 struct SystemZVectorConstantInfo { struct
781 SystemZVectorConstantInfo(APInt IntImm); argument
782 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() argument
783 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()
786 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
H A DSystemZISelDAGToDAG.cpp306 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1150 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()
1635 SystemZVectorConstantInfo VCI(BVN); in Select()
1647 SystemZVectorConstantInfo VCI(Imm); in Select()
H A DSystemZISelLowering.cpp720 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()
795 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
822 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
841 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5434 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
6460 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE()
6484 SystemZVectorConstantInfo VCI( in combineSTORE()