Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp146 const VariantMatchInfo &VMI, const OMPContext &Ctx, in isVariantApplicableInContextHelper() argument
156 if (VMI.RequiredTraits.test( in isVariantApplicableInContextHelper()
159 if (VMI.RequiredTraits.test( in isVariantApplicableInContextHelper()
195 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in isVariantApplicableInContextHelper()
212 IsActiveTrait = llvm::all_of(VMI.ISATraits, [&](StringRef RawString) { in isVariantApplicableInContextHelper()
224 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper()
249 assert(isSubset<TraitProperty>(VMI.ConstructTraits, Ctx.ConstructTraits) && in isVariantApplicableInContextHelper()
263 bool llvm::omp::isVariantApplicableInContext(const VariantMatchInfo &VMI, in isVariantApplicableInContext() argument
267 VMI, Ctx, /* ConstructMatches */ nullptr, DeviceSetOnly); in isVariantApplicableInContext()
270 static APInt getVariantMatchScore(const VariantMatchInfo &VMI, in getVariantMatchScore() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp94 auto VMI = VariableMap.find(Var); in reduceDbgValsForwardScan() local
101 if (MI.isDebugValueList() && VMI != VariableMap.end()) { in reduceDbgValsForwardScan()
102 VariableMap.erase(VMI); in reduceDbgValsForwardScan()
109 if (VMI != VariableMap.end()) in reduceDbgValsForwardScan()
110 VariableMap.erase(VMI); in reduceDbgValsForwardScan()
115 if (VMI == VariableMap.end() || in reduceDbgValsForwardScan()
116 VMI->second.first->getReg() != Loc.getReg() || in reduceDbgValsForwardScan()
117 VMI->second.second != MI.getDebugExpression()) { in reduceDbgValsForwardScan()
H A DAssignmentTrackingAnalysis.cpp2615 auto VMI = VariableMap.find(Key); in removeRedundantDbgLocsUsingForwardScan() local
2619 if (VMI == VariableMap.end() || VMI->second.first != Loc.Values || in removeRedundantDbgLocsUsingForwardScan()
2620 VMI->second.second != Loc.Expr) { in removeRedundantDbgLocsUsingForwardScan()
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-dcp.txt6 - interrupts : Should contain MXS DCP interrupt numbers, VMI IRQ and DCP IRQ
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h183 bool isVariantApplicableInContext(const VariantMatchInfo &VMI,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp514 auto VMI = VariableMap.find(Key); in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan() local
523 if (VMI == VariableMap.end() || VMI->second.first != Values || in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan()
524 VMI->second.second != DVR.getExpression()) { in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan()
593 auto VMI = VariableMap.find(Key); in removeRedundantDbgInstrsUsingForwardScan() local
602 if (VMI == VariableMap.end() || VMI->second.first != Values || in removeRedundantDbgInstrsUsingForwardScan()
603 VMI->second.second != DVI->getExpression()) { in removeRedundantDbgInstrsUsingForwardScan()
H A DInlineFunction.cpp1160 for (ValueToValueMapTy::iterator VMI = VMap.begin(), VMIE = VMap.end(); in AddAliasScopeMetadata() local
1161 VMI != VMIE; ++VMI) { in AddAliasScopeMetadata()
1162 if (const Instruction *I = dyn_cast<Instruction>(VMI->first)) { in AddAliasScopeMetadata()
1163 if (!VMI->second) in AddAliasScopeMetadata()
1166 Instruction *NI = dyn_cast<Instruction>(VMI->second); in AddAliasScopeMetadata()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2575 VariantMatchInfo &VMI) const { in getAsVariantMatchInfo()
2590 VMI.addTrait(CondVal->isZero() ? TraitProperty::user_condition_false in getAsVariantMatchInfo()
2594 VMI.addTrait(TraitProperty::user_condition_false, "<condition>"); in getAsVariantMatchInfo()
2604 VMI.addTrait(TraitProperty::user_condition_false, in getAsVariantMatchInfo()
2609 VMI.addTrait(Set.Kind, Property.Kind, Property.RawString, ScorePtr); in getAsVariantMatchInfo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2244 VariantMatchInfo VMI; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2245 TI.getAsVariantMatchInfo(ASTCtx, VMI); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2258 if (isVariantApplicableInContext(VMI, OMPCtx, /* DeviceSetOnly */ true)) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2722 VariantMatchInfo VMI; in ParseOpenMPDeclarativeOrExecutableDirective() local
2723 TI.getAsVariantMatchInfo(ASTContext, VMI); in ParseOpenMPDeclarativeOrExecutableDirective()
2725 VMIs.push_back(VMI); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp244 const auto &VMI = GUIDToValueIdMap.find(ValGUID); in getValueId() local
247 assert(VMI != GUIDToValueIdMap.end() && in getValueId()
249 return VMI->second; in getValueId()
588 auto VMI = GUIDToValueIdMap.find(ValGUID); in getValueId() local
589 if (VMI == GUIDToValueIdMap.end()) in getValueId()
591 return VMI->second; in getValueId()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp189 const auto &VMI = GUIDToValueIdMap.find(ValGUID); in getValueId() local
192 assert(VMI != GUIDToValueIdMap.end() && in getValueId()
194 return VMI->second; in getValueId()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1666 auto VMI = FuncInfo.ValueMap.find(V); in handleDebugValue() local
1667 if (VMI != FuncInfo.ValueMap.end()) { in handleDebugValue()
1668 unsigned Reg = VMI->second; in handleDebugValue()
2340 DenseMap<const Value *, Register>::iterator VMI = FuncInfo.ValueMap.find(V); in CopyToExportRegsIfNeeded() local
2341 if (VMI != FuncInfo.ValueMap.end()) { in CopyToExportRegsIfNeeded()
2344 CopyValueToVirtualRegister(V, VMI->second); in CopyToExportRegsIfNeeded()
6161 VMI = FuncInfo.ValueMap.find(V); in EmitFuncArgumentDbgValue() local
6162 if (VMI != FuncInfo.ValueMap.end()) { in EmitFuncArgumentDbgValue()
6164 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), VMI->second, in EmitFuncArgumentDbgValue()
6171 Op = MachineOperand::CreateReg(VMI->second, false); in EmitFuncArgumentDbgValue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7229 VariantMatchInfo VMI; in ActOnOpenMPCall() local
7231 TI.getAsVariantMatchInfo(Context, VMI); in ActOnOpenMPCall()
7232 if (!isVariantApplicableInContext(VMI, OMPCtx, in ActOnOpenMPCall()
7236 VMIs.push_back(VMI); in ActOnOpenMPCall()
7621 VariantMatchInfo VMI; in ActOnOpenMPDeclareVariantDirective() local
7622 TI.getAsVariantMatchInfo(getASTContext(), VMI); in ActOnOpenMPDeclareVariantDirective()
7624 VMI.ConstructTraits, in ActOnOpenMPDeclareVariantDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8955 llvm::omp::VariantMatchInfo &VMI) const;