Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h799 struct SystemZVectorConstantInfo { struct
810 SystemZVectorConstantInfo(APInt IntImm); argument
811 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() function
812 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()
815 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
H A DSystemZISelDAGToDAG.cpp307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1163 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()
1653 SystemZVectorConstantInfo VCI(Val); in Select()
1712 SystemZVectorConstantInfo VCI(BVN); in Select()
1724 SystemZVectorConstantInfo VCI(Imm); in Select()
H A DSystemZISelLowering.cpp790 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()
865 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
892 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
911 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5835 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
7004 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE()
7028 SystemZVectorConstantInfo VCI( in combineSTORE()