Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7100 class NVPTXTargetCodeGenInfo;
7103 NVPTXTargetCodeGenInfo &CGInfo;
7106 NVPTXABIInfo(CodeGenTypes &CGT, NVPTXTargetCodeGenInfo &Info) in NVPTXABIInfo()
7119 class NVPTXTargetCodeGenInfo : public TargetCodeGenInfo { class
7121 NVPTXTargetCodeGenInfo(CodeGenTypes &CGT) in NVPTXTargetCodeGenInfo() function in __anon8ad051810b11::NVPTXTargetCodeGenInfo
7294 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
7357 void NVPTXTargetCodeGenInfo::addNVVMMetadata(llvm::GlobalValue *GV, in addNVVMMetadata()
7373 bool NVPTXTargetCodeGenInfo::shouldEmitStaticExternCAliases() const { in shouldEmitStaticExternCAliases()
11675 return SetCGInfo(new NVPTXTargetCodeGenInfo(Types)); in getTargetCodeGenInfo()