Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h809 struct SystemZVectorConstantInfo { struct
820 SystemZVectorConstantInfo(APInt IntImm); argument
821 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() argument
822 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()
825 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
H A DSystemZISelDAGToDAG.cpp307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1178 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()
1681 SystemZVectorConstantInfo VCI(Val); in Select()
1740 SystemZVectorConstantInfo VCI(BVN); in Select()
1752 SystemZVectorConstantInfo VCI(Imm); in Select()
H A DSystemZISelLowering.cpp803 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()
878 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
905 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
924 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5839 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
7147 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE()
7171 SystemZVectorConstantInfo VCI( in combineSTORE()