/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 146 isVariantApplicableInContextHelper(const VariantMatchInfo & VMI,const OMPContext & Ctx,SmallVectorImpl<unsigned> * ConstructMatches,bool DeviceSetOnly) isVariantApplicableInContextHelper() argument 263 isVariantApplicableInContext(const VariantMatchInfo & VMI,const OMPContext & Ctx,bool DeviceSetOnly) isVariantApplicableInContext() argument 270 getVariantMatchScore(const VariantMatchInfo & VMI,const OMPContext & Ctx,SmallVectorImpl<unsigned> & ConstructMatches) getVariantMatchScore() argument 348 const VariantMatchInfo &VMI = VMIs[u]; getBestVariantMatchForContext() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | RemoveRedundantDebugValues.cpp | 94 auto VMI = VariableMap.find(Var); in reduceDbgValsForwardScan() local
|
H A D | AssignmentTrackingAnalysis.cpp | 2615 auto VMI = VariableMap.find(Key); removeRedundantDbgLocsUsingForwardScan() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 514 auto VMI = VariableMap.find(Key); in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan() local 593 auto VMI = VariableMap.find(Key); removeRedundantDbgInstrsUsingForwardScan() local
|
H A D | InlineFunction.cpp | 1160 for (ValueToValueMapTy::iterator VMI = VMap.begin(), VMIE = VMap.end(); AddAliasScopeMetadata() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2244 VariantMatchInfo VMI; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2722 VariantMatchInfo VMI; ParseOpenMPDeclarativeOrExecutableDirective() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 244 const auto &VMI = GUIDToValueIdMap.find(ValGUID); getValueId() local 578 auto VMI = GUIDToValueIdMap.find(ValGUID); getValueId() local
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 189 const auto &VMI = GUIDToValueIdMap.find(ValGUID); in getValueId() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1666 auto VMI = FuncInfo.ValueMap.find(V); handleDebugValue() local 2340 DenseMap<const Value *, Register>::iterator VMI = FuncInfo.ValueMap.find(V); CopyToExportRegsIfNeeded() local 6161 VMI = FuncInfo.ValueMap.find(V); EmitFuncArgumentDbgValue() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7224 VariantMatchInfo VMI; ActOnOpenMPCall() local 7616 VariantMatchInfo VMI; ActOnOpenMPDeclareVariantDirective() local
|