Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h684 struct SystemZVectorConstantInfo { struct
696 SystemZVectorConstantInfo(APFloat FPImm); argument
697 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
DSystemZISelDAGToDAG.cpp307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1147 const SystemZVectorConstantInfo &VCI, SDNode *Node) { in loadVectorConstant()
1591 SystemZVectorConstantInfo VCI(BVN); in Select()
1603 SystemZVectorConstantInfo VCI(Imm); in Select()
DSystemZISelLowering.cpp698 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal()
774 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APFloat FPImm) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
797 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) { in SystemZVectorConstantInfo() function in SystemZVectorConstantInfo
816 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
4894 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()