Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h710 struct SystemZVectorConstantInfo { struct
722 SystemZVectorConstantInfo(APFloat FPImm); argument
723 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()
5145 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()