/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.cpp | 64 for (auto &Pair : ValueMetadata) in ~LLVMContextImpl() local 79 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local 81 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 141 for (auto &Pair : MetadataAsValues) in ~LLVMContextImpl() local 149 for (auto &Pair : ValuesAsMetadata) in ~LLVMContextImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 145 for (const auto &Pair : ArgParts) { in doPromotion() local 228 for (const auto &Pair : ArgParts) { in doPromotion() local 342 for (const auto &Pair : ArgsToPromote.find(&Arg)->second) { in doPromotion() local 402 for (const auto &Pair : OffsetToAlloca) { in doPromotion() local 535 auto Pair = ArgParts.try_emplace( in findArgParts() local 694 for (const auto &Pair : ArgPartsVec) { in findArgParts() local 840 for (const auto &Pair : ArgParts) in promoteArguments() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Dominators.h | 102 BasicBlockEdge(const std::pair<BasicBlock *, BasicBlock *> &Pair) in BasicBlockEdge() argument 105 BasicBlockEdge(const std::pair<const BasicBlock *, const BasicBlock *> &Pair) in BasicBlockEdge()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 56 std::pair<typename MapTy::iterator, bool> Pair = variable 68 std::pair<typename MapTy::iterator, bool> Pair = in insert() local
|
H A D | ProvenanceAnalysis.cpp | 170 std::pair<CachedResultsTy::iterator, bool> Pair = in related() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 99 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(Key, 0); variable 118 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); insert() local 131 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); insert() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | MappedHash.h |
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86EVEX2VEXTablesEmitter.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 223 const auto &Pair = ControlFlowStack.rbegin()[Depth]; printInst() local 258 const auto &Pair = ControlFlowStack.rbegin()[Depth]; printInst() local
|
H A D | WebAssemblyTargetStreamer.cpp | 131 for (auto Pair : Grouped) { in emitLocal() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 33 struct Pair { struct 34 T A, B;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
H A D | DWPStringPool.h | 44 auto Pair = Pool.insert(std::make_pair(Str, Offset)); in getOffset() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 143 for (auto &Pair : Replacements) { in runOnModule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 914 for (const auto &Pair : States) { in findBasePointer() local 927 for (auto Pair : States) { in findBasePointer() local 1018 for (auto Pair : States) { in findBasePointer() local 1056 for (const auto &Pair : States) { in findBasePointer() local 1062 for (auto Pair : States) { in findBasePointer() local 1078 for (auto Pair : States) { in findBasePointer() local 1154 for (auto Pair : States) { in findBasePointer() local 1259 for (auto Pair : States) { in findBasePointer() local 2093 for (auto Pair : AllocaMap) { in relocationViaAlloca() local 2129 for (auto Pair : AllocaMap) { in relocationViaAlloca() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 288 GOTDefUsePair &Pair = CandPairs[Idx]; in addLinkerOpt() local 312 for (auto Pair = ValidPairs.begin(); Pair != ValidPairs.end(); Pair++) { in addLinkerOpt() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugStringTableSubsection.cpp | 72 for (auto &Pair : StringToId) { in commit() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ReplayInlineAdvisor.cpp | 51 auto Pair = Line.split(" at callsite "); in ReplayInlineAdvisor() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterPressure.cpp | 362 for (const RegisterMaskPair &Pair : P.LiveOutRegs) { in initLiveThru() local 381 RegisterMaskPair Pair) { in addRegLanes() 407 RegisterMaskPair Pair) { in removeRegLanes() 706 void RegPressureTracker::discoverLiveInOrOut(RegisterMaskPair Pair, in discoverLiveInOrOut() 728 void RegPressureTracker::discoverLiveIn(RegisterMaskPair Pair) { in discoverLiveIn() 732 void RegPressureTracker::discoverLiveOut(RegisterMaskPair Pair) { in discoverLiveOut()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 92 auto Pair = StringRef(KV.getFirst()).split("_"); in parseDarwinSDKSettingsJSON() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Evaluator.h | 104 for (const auto &Pair : MutatedMemory) in getMutatedInitializers() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGDiff.h | 78 for (auto Pair : M) { in printMap() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterPressure.h | 306 LaneBitmask insert(RegisterMaskPair Pair) { in insert() 319 LaneBitmask erase(RegisterMaskPair Pair) { in erase()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTableBuilder.cpp | 181 for (const auto &Pair : Strings) { writeHashTable() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 528 auto Pair = in getOrCreateObjectPair() local 540 auto Pair = BinaryForPath.emplace(Path, OwningBinary<Binary>()); in getOrCreateObject() local 573 auto Pair = ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject() local
|