Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp119 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { in getEntryNode()
121 return CGInfo->getCallGraph()->getExternalCallingNode(); in getEntryNode()
134 static nodes_iterator nodes_begin(CallGraphDOTInfo *CGInfo) { in nodes_begin()
135 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr); in nodes_begin()
137 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { in nodes_end()
138 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr); in nodes_end()
147 static std::string getGraphName(CallGraphDOTInfo *CGInfo) { in getGraphName()
149 std::string(CGInfo->getModule()->getModuleIdentifier()); in getGraphName()
153 const CallGraphDOTInfo *CGInfo) { in isNodeHidden()
160 CallGraphDOTInfo *CGInfo) { in getNodeLabel()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp25 NVPTXTargetCodeGenInfo &CGInfo; member in __anon22ecdd470111::NVPTXABIInfo
29 : ABIInfo(CGT), CGInfo(Info) {} in NVPTXABIInfo()
184 CGInfo.getCUDADeviceBuiltinSurfaceDeviceType()); in classifyArgumentType()
187 CGInfo.getCUDADeviceBuiltinTextureDeviceType()); in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1243 CGOpenMPOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, InnermostKind, in emitParallelOrTeamsOutlinedFunction() local
1245 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in emitParallelOrTeamsOutlinedFunction()
1321 CGOpenMPTaskOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, in emitTaskOutlinedFunction() local
1323 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in emitTaskOutlinedFunction()
5948 CGOpenMPTargetRegionInfo CGInfo(CS, CodeGen, EntryFnName); in emitTargetOutlinedFunctionHelper() local
5949 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in emitTargetOutlinedFunctionHelper()
6168 CGOpenMPInnerExprInfo CGInfo(CGF, *CS); in emitNumTeamsForTargetDirective() local
6169 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in emitNumTeamsForTargetDirective()
6212 CGOpenMPInnerExprInfo CGInfo(CGF, *CS); in getNumThreads() local
6213 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in getNumThreads()
[all …]