Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.h45 class TargetCodeGenInfo {
49 TargetCodeGenInfo(std::unique_ptr<ABIInfo> Info);
50 virtual ~TargetCodeGenInfo();
H A DTargetInfo.cpp446 TargetCodeGenInfo::TargetCodeGenInfo(std::unique_ptr<ABIInfo> Info) in TargetCodeGenInfo() function in TargetCodeGenInfo
449 TargetCodeGenInfo::~TargetCodeGenInfo() = default;
509 llvm::Value *TargetCodeGenInfo::performAddrSpaceCast( in performAddrSpaceCast()
867 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
987 class PNaClTargetCodeGenInfo : public TargetCodeGenInfo {
2759 TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
5061 : TargetCodeGenInfo( in PPC64_SVR4_TargetCodeGenInfo()
7423 : TargetCodeGenInfo( in SystemZTargetCodeGenInfo()
10418 : TargetCodeGenInfo(std::move(ABIInfo)) {} in CommonSPIRTargetCodeGenInfo()
11366 class VETargetCodeGenInfo : public TargetCodeGenInfo {
[all …]
H A DCodeGenModule.h94 class TargetCodeGenInfo; variable
314 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo;
744 const TargetCodeGenInfo &getTargetCodeGenInfo();
H A DCodeGenFunction.h97 class TargetCodeGenInfo; variable
2027 const TargetCodeGenInfo &getTargetHooks() const {