Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h768 struct SystemZVectorConstantInfo { struct
779 SystemZVectorConstantInfo(APInt IntImm); argument
780 SystemZVectorConstantInfo(APFloat FPImm) in SystemZVectorConstantInfo() function
781 : SystemZVectorConstantInfo(FPImm.bitcastToAPInt()) { in SystemZVectorConstantInfo()
784 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
H A DSystemZISelDAGToDAG.cpp307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1157 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()
1642 SystemZVectorConstantInfo VCI(BVN); in Select()
1654 SystemZVectorConstantInfo VCI(Imm); in Select()
H A DSystemZISelLowering.cpp723 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()
798 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APInt IntImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
825 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
844 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
5434 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()
6461 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, C->getZExtValue())); in combineSTORE()
6485 SystemZVectorConstantInfo VCI( in combineSTORE()