Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp6886 class NVPTXTargetCodeGenInfo;
6889 NVPTXTargetCodeGenInfo &CGInfo;
6892 NVPTXABIInfo(CodeGenTypes &CGT, NVPTXTargetCodeGenInfo &Info) in NVPTXABIInfo()
6905 class NVPTXTargetCodeGenInfo : public TargetCodeGenInfo { class
6907 NVPTXTargetCodeGenInfo(CodeGenTypes &CGT) in NVPTXTargetCodeGenInfo() function in __anon57a50d410b11::NVPTXTargetCodeGenInfo
7080 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
7143 void NVPTXTargetCodeGenInfo::addNVVMMetadata(llvm::GlobalValue *GV, in addNVVMMetadata()
7159 bool NVPTXTargetCodeGenInfo::shouldEmitStaticExternCAliases() const { in shouldEmitStaticExternCAliases()
10940 return SetCGInfo(new NVPTXTargetCodeGenInfo(Types)); in getTargetCodeGenInfo()
/external/clang/lib/CodeGen/
DTargetInfo.cpp5654 class NVPTXTargetCodeGenInfo : public TargetCodeGenInfo { class
5656 NVPTXTargetCodeGenInfo(CodeGenTypes &CGT) in NVPTXTargetCodeGenInfo() function in __anona890a3f30711::NVPTXTargetCodeGenInfo
5714 void NVPTXTargetCodeGenInfo::
5765 void NVPTXTargetCodeGenInfo::addNVVMMetadata(llvm::Function *F, StringRef Name, in addNVVMMetadata()
8032 return SetCGInfo(new NVPTXTargetCodeGenInfo(Types)); in getTargetCodeGenInfo()