Searched refs:Key (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h768 static AnalysisKey Key; member in class:llvm::LoopAccessAnalysis
H A DRegionInfo.h974 static AnalysisKey Key; member in class:llvm::RegionInfoAnalysis
H A DCGSCCPassManager.h402 static AnalysisKey Key; member in class:llvm::FunctionAnalysisManagerCGSCCProxy
H A DDDG.h412 static AnalysisKey Key; member in class:llvm::DDGEdge::DDGAnalysis
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2165 #define TYPE_TRAIT_1(Spelling, Name, Key) \
2167 #define TYPE_TRAIT_2(Spelling, Name, Key) \
2169 #define TYPE_TRAIT_N(Spelling, Name, Key) \
2386 Visit(Element.Key);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp476 AnalysisKey DemandedBitsAnalysis::Key; member in class:DemandedBitsAnalysis
H A DIVUsers.cpp38 AnalysisKey IVUsersAnalysis::Key;
H A DCGSCCPassManager.cpp215 AnalysisKey FunctionAnalysisManagerCGSCCProxy::Key; member in class:llvm::FunctionAnalysisManagerCGSCCProxy
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h286 DenseMap<SymbolRemappingReader::Key, FunctionSamples *> SampleMap;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1912 void set(Init *Key, Init *Value) { Map[Key] = {Value, false}; } argument
1960 void addShadow(Init *Key) { Shadowed.insert(Key); } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp630 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); local
631 if (Key != DeadDebugSet.end())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h548 ProgramStateRef addGDM(ProgramStateRef St, void *Key, void *Data);
549 ProgramStateRef removeGDM(ProgramStateRef state, void *Key);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp485 OrderGlobalInits Key(IPA->getPriority(), PrioritizedCXXGlobalInits.size());
486 PrioritizedCXXGlobalInits.push_back(std::make_pair(Key, Fn));
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.c1196 memcpy(&pCmd->KeyParam.Key, &kv->key, kv->keyLen);
1203 pCmd->KeyParam.Key.TkipKey.TkipRsc.low =
1205 pCmd->KeyParam.Key.TkipKey.TkipRsc.high =
1207 pCmd->KeyParam.Key.TkipKey.TkipTsc.low =
1209 pCmd->KeyParam.Key.TkipKey.TkipTsc.high =
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2135 StringRef Key = KeyString->getValue(KeyStorage); local
2143 if (Key == "file") {
2149 } else if (Key == "offset") {
2152 } else if (Key == "remove") {
2155 } else if (Key == "text") {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp643 // CHRBiasThreshold, put Key into TrueSet and return true. If FalseProb >=
644 // CHRBiasThreshold, put Key into FalseSet and return true. Otherwise, return
647 static bool checkBias(K *Key, BranchProbability TrueProb, argument
652 TrueSet.insert(Key);
653 BiasMap[Key] = TrueProb;
656 FalseSet.insert(Key);
657 BiasMap[Key] = FalseProb;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1020 // Key: pointer to a narrow IV or IV user.
1034 DefUserPair Key(Def, UseI);
1035 auto It = PostIncRangeInfos.find(Key);
1045 DefUserPair Key(Def, UseI);
1046 auto It = PostIncRangeInfos.find(Key);
1048 PostIncRangeInfos.insert({Key, R});
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp288 const char *Key; member in struct:LLVMOpaqueModuleFlagEntry
341 Result[i].Key = ModuleFlag.Key->getString().data();
342 Result[i].KeyLen = ModuleFlag.Key->getString().size();
366 return MFE.Key;
377 const char *Key, size_t KeyLen) {
378 return wrap(unwrap(M)->getModuleFlag({Key, KeyLen}));
382 const char *Key, size_t KeyLen,
385 {Key, KeyLen}, unwrap(Val));
376 LLVMGetModuleFlag(LLVMModuleRef M, const char *Key, size_t KeyLen) argument
381 LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, const char *Key, size_t KeyLen, LLVMMetadataRef Val) argument
H A DMetadata.cpp818 MDTupleInfo::KeyTy Key(MDs);
819 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key))
823 Hash = Key.getHash();
H A DDebugInfoMetadata.cpp268 GenericDINodeInfo::KeyTy Key(Tag, Header, DwarfOps);
269 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key))
273 Hash = Key.getHash();
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c65 Key *key;
806 Key *key = NULL;
1144 Key *key = NULL;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1127 Expr *Key) {
1141 S.CheckObjCConversion(Key->getSourceRange(), T, Key,
1126 CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, Expr *Key) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1915 IsBeforeInTUCacheKey Key(LFID, RFID);
1922 return IBTUCache[Key];
1925 InBeforeInTUCache::iterator I = IBTUCache.find(Key);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h505 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp125 if (PBP.Key == "a_key")

Completed in 417 milliseconds

<<1112131415