Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h740 struct SystemZVectorConstantInfo { struct
752 SystemZVectorConstantInfo(APFloat FPImm); argument
753 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
H A DSystemZISelDAGToDAG.cpp307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1151 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()
1636 SystemZVectorConstantInfo VCI(BVN); in Select()
1648 SystemZVectorConstantInfo VCI(Imm); in Select()
H A DSystemZISelLowering.cpp714 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()
790 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APFloat FPImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
814 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
833 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5194 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()