Searched refs:ICV (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | IndirectCallVisitor.h | 32 PGOIndirectCallVisitor ICV; in findIndirectCalls() local 33 ICV.visit(F); in findIndirectCalls() 34 return ICV.IndirectCalls; in findIndirectCalls()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 859 for (auto ICV : ICVs) { in printICVs() local 860 auto ICVInfo = OMPInfoCache.ICVs[ICV]; in printICVs() 2399 for (InternalControlVar ICV : TrackableICVs) { in updateImpl() local 2402 auto &ValuesMap = ICVReplacementValuesMap[ICV]; in updateImpl() 2463 if (ICVReplacementValuesMap[ICV].count(&I)) in getValueForCall() 2588 return ICVReplacementValuesMap[ICV]; in getUniqueReplacementValue() 2599 for (InternalControlVar ICV : TrackableICVs) { in updateImpl() local 2645 for (InternalControlVar ICV : TrackableICVs) { in initialize() local 2646 auto ICVInfo = OMPInfoCache.ICVs[ICV]; in initialize() 2729 return ICVReplacementValuesMap[ICV]; in getUniqueReplacementValue() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | icv_remarks.ll | 15 ; CHECK-DAG: remark: icv_remarks.c:12:0: OpenMP ICV nthreads Value: IMPLEMENTATION_DEFINED 16 ; CHECK-DAG: remark: icv_remarks.c:12:0: OpenMP ICV active_levels Value: 0 17 ; CHECK-DAG: remark: icv_remarks.c:12:0: OpenMP ICV cancel Value: 0 40 ; CHECK-DAG: remark: icv_remarks.c:18:0: OpenMP ICV nthreads Value: IMPLEMENTATION_DEFINED 41 ; CHECK-DAG: remark: icv_remarks.c:18:0: OpenMP ICV active_levels Value: 0 42 ; CHECK-DAG: remark: icv_remarks.c:18:0: OpenMP ICV cancel Value: 0
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 178 def CIBAsm#V : FixedCmpBranchRIS<ICV<V>, "cib", 0xECFE, GR32, 180 def CGIBAsm#V : FixedCmpBranchRIS<ICV<V>, "cgib", 0xECFC, GR64, 184 def CLIBAsm#V : FixedCmpBranchRIS<ICV<V>, "clib", 0xECFF, GR32, 186 def CLGIBAsm#V : FixedCmpBranchRIS<ICV<V>, "clgib", 0xECFD, GR64, 252 def CRTAsm#V : FixedCmpBranchRRFc<ICV<V>, "crt", 0xB972, GR32>; 253 def CGRTAsm#V : FixedCmpBranchRRFc<ICV<V>, "cgrt", 0xB960, GR64>; 254 def CLRTAsm#V : FixedCmpBranchRRFc<ICV<V>, "clrt", 0xB973, GR32>; 256 def CITAsm#V : FixedCmpBranchRIEa<ICV<V>, "cit", 0xEC72, GR32, 258 def CGITAsm#V : FixedCmpBranchRIEa<ICV<V>, "cgit", 0xEC70, GR64, 260 def CLFITAsm#V : FixedCmpBranchRIEa<ICV<V>, "clfit", 0xEC73, GR32, [all …]
|
| H A D | SystemZInstrFormats.td | 1965 class ICV<string name>
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 255 LANGOPT(OpenMPNoThreadState , 1, 0, "Assume that no thread in a parallel region will modify an ICV…
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 2581 HelpText<"Assert no thread in a parallel region modifies an ICV">,
|