HomeSort by: relevance | last modified time | path
    Searched refs:SystemZVectorConstantInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 710 struct SystemZVectorConstantInfo {
722 SystemZVectorConstantInfo(APFloat FPImm);
723 SystemZVectorConstantInfo(BuildVectorSDNode *BVN);
SystemZISelDAGToDAG.cpp 307 void loadVectorConstant(const SystemZVectorConstantInfo &VCI,
1151 const SystemZVectorConstantInfo &VCI, SDNode *Node) {
1636 SystemZVectorConstantInfo VCI(BVN);
1648 SystemZVectorConstantInfo VCI(Imm);
SystemZISelLowering.cpp 714 bool SystemZVectorConstantInfo::isVectorConstantLegal(
790 SystemZVectorConstantInfo::SystemZVectorConstantInfo(APFloat FPImm) {
814 SystemZVectorConstantInfo::SystemZVectorConstantInfo(BuildVectorSDNode *BVN) {
833 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget);
5145 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget))

Completed in 44 milliseconds