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.h860 struct SystemZVectorConstantInfo { struct
871 SystemZVectorConstantInfo(APInt IntImm); argument
872 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() function
873 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()
876 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
H A DSystemZISelDAGToDAG.cpp307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1188 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()
1692 SystemZVectorConstantInfo VCI(Val); in Select()
1751 SystemZVectorConstantInfo VCI(BVN); in Select()
1763 SystemZVectorConstantInfo VCI(Imm); in Select()
H A DSystemZISelLowering.cpp869 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()
944 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
971 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
990 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
6444 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
8219 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, Val.getZExtValue())); in combineSTORE()
8243 SystemZVectorConstantInfo VCI( in combineSTORE()