HomeSort by: relevance | last modified time | path
    Searched defs:SystemZVectorConstantInfo (Results 1 - 2 of 2) 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);
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 21 milliseconds