Home
last modified time | relevance | path

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

/freebsd-14.2/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 __anona6f57c3c0111::SystemZTargetCodeGenInfo
259 const SystemZTargetCodeGenInfo &SZCGI = in EmitVAArg()
260 static_cast<const SystemZTargetCodeGenInfo &>( in EmitVAArg()
466 const SystemZTargetCodeGenInfo &SZCGI = in computeInfo()
467 static_cast<const SystemZTargetCodeGenInfo &>( in computeInfo()
483 bool SystemZTargetCodeGenInfo::isVectorTypeBased(const Type *Ty, in isVectorTypeBased()
536 return std::make_unique<SystemZTargetCodeGenInfo>(CGM.getTypes(), HasVector, in createSystemZTargetCodeGenInfo()