Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp45 class SystemZTargetCodeGenInfo : public TargetCodeGenInfo { class
60 SystemZTargetCodeGenInfo(CodeGenTypes &CGT, bool HasVector, bool SoftFloatABI) in SystemZTargetCodeGenInfo() function in __anona9fb9b860111::SystemZTargetCodeGenInfo
259 const SystemZTargetCodeGenInfo &SZCGI = in EmitVAArg()
260 static_cast<const SystemZTargetCodeGenInfo &>( in EmitVAArg()
468 const SystemZTargetCodeGenInfo &SZCGI = in computeInfo()
469 static_cast<const SystemZTargetCodeGenInfo &>( in computeInfo()
485 bool SystemZTargetCodeGenInfo::isVectorTypeBased(const Type *Ty, in isVectorTypeBased()
538 return std::make_unique<SystemZTargetCodeGenInfo>(CGM.getTypes(), HasVector, in createSystemZTargetCodeGenInfo()