|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/DenseMap.h 126 P->getFirst() = EmptyKey;
135 P->getFirst() = EmptyKey;
519 TheBucket->getFirst() = std::forward<KeyArg>(Key);
include/llvm/ADT/DirectedGraph.h 177 Nodes = G.Nodes;
181 Nodes = std::move(G.Nodes);
include/llvm/ADT/TinyPtrVector.h 79 *Val.template get<VecTy*>() = *RHS.Val.template get<VecTy*>();
include/llvm/Analysis/DDG.h 111 InstList = N.InstList;
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h 601 State.Renderers[RendererID] = Renderer.getValue();
include/llvm/IR/DataLayout.h 216 LegalIntWidths = DL.LegalIntWidths;
217 Alignments = DL.Alignments;
218 Pointers = DL.Pointers;
219 NonIntegralAddressSpaces = DL.NonIntegralAddressSpaces;
include/llvm/MCA/Instruction.h 158 WriteState &operator=(const WriteState &Other) = default;
include/llvm/Support/CommandLine.h 1778 Categories = AliasFor->Categories;
include/llvm/Support/YAMLTraits.h 936 Val = DefaultValue;
include/llvm/Support/type_traits.h 122 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
lib/Analysis/ScalarEvolutionExpander.cpp 448 Ops = NewOps;
lib/Analysis/VectorUtils.cpp 745 ResList = TmpList;
lib/CodeGen/ExpandMemCmp.cpp 233 LoadSequence = OverlappingLoads;
lib/CodeGen/MachineFunction.cpp 836 CallSitesInfo[New] = CSInfo;
855 CallSitesInfo[New] = CSInfo;
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp 1483 LRegsPair.first->second = LRegs;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 9262 CLI.InVals = InVals;
lib/MC/WasmObjectWriter.cpp 1051 S.Returns = Sig->Returns;
1052 S.Params = Sig->Params;
1072 S.Returns = Sig->Returns;
1073 S.Params = Sig->Params;
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp 525 PacketSave = Packet;
544 Packet = PacketSave;
lib/Target/Mips/MipsCallLowering.cpp 716 Info.Flags = OrigArg.Flags;
lib/Target/SystemZ/SystemZHazardRecognizer.cpp 457 ProcResourceCounters = Incoming->ProcResourceCounters;
lib/Target/X86/X86ISelLowering.cpp 7010 SubMask = ScaledSubMask;
lib/TextAPI/MachO/TextStub.cpp 854 SymbolToTargetList[Symbol] = Targets;
999 valueToTargetList[&library] = targets;
lib/Transforms/Instrumentation/ControlHeightReduction.cpp 1255 Split->Subs = NewSubs;
lib/Transforms/Scalar/GVNSink.cpp 184 Insts = NewInsts;
lib/Transforms/Scalar/LoopFuse.cpp 463 LoopsOnLevel = LoopsOnNextLevel;
lib/Transforms/Scalar/Scalarizer.cpp 381 SV = CV;
lib/Transforms/Vectorize/LoopVectorize.cpp 2185 Mask = *BlockInMask;
2390 Mask = *BlockInMask;
lib/Transforms/Vectorize/VPlan.h 183 VectorMapStorage[Key] = Entry;
198 ScalarMapStorage[Key] = Entry;
275 Data.PerPartOutput[Def] = Entry;
tools/clang/lib/AST/DeclBase.cpp 819 AttrBlank = attrs;
tools/clang/lib/AST/ItaniumMangle.cpp 330 UsedAbiTags = AbiTags;
tools/clang/lib/Driver/Driver.cpp 3854 Inputs = CJ->getInputs();
3877 Inputs = BJ->getInputs();
3915 Inputs = CJ->getInputs();
3946 Inputs = NewInputs;
4000 Inputs = BaseAction->getInputs();
tools/clang/lib/Driver/Types.cpp 331 PL = IfsModePhaseList;
tools/clang/lib/Serialization/MultiOnDiskHashTable.h 243 Result = It->second;
tools/clang/tools/extra/clangd/refactor/tweaks/ExtractVariable.cpp 215 SelectedOperands = N.Children;
tools/clang/tools/extra/modularize/ModularizeUtilities.cpp 200 Dependencies[HeaderFileName.str()] = Dependents;
tools/llc/llc.cpp 598 CompileTwiceBuffer = Buffer;
tools/opt/opt.cpp 901 FirstRunBuffer = Buffer;
tools/polly/include/polly/ScopInfo.h 2396 MinMaxAliasGroups.back().first = MinMaxAccessesReadWrite;
2397 MinMaxAliasGroups.back().second = MinMaxAccessesReadOnly;
unittests/Analysis/ScalarEvolutionTest.cpp 372 Acc = NextAcc;
unittests/Support/CommandLineTest.cpp 1146 File.FilePath = Stdout.FilePath;
usr/include/c++/7.4.0/bits/stl_algobase.h 324 *__result = *__first;
742 *__first = __value;
usr/include/c++/7.4.0/bits/stl_pair.h 384 second = __p.second;
usr/include/c++/7.4.0/tuple 442 _M_head(*this) = _Tuple_impl<_Idx, _UHead>::_M_head(__in);
utils/TableGen/CodeGenRegisters.cpp 846 VTs = Super.VTs;
utils/TableGen/CodeGenRegisters.h 245 RegUnitLaneMasks = LaneMasks;
utils/TableGen/CodeGenSchedule.cpp 1619 TransVec.back().PredTerm = Trans.PredTerm;
1620 TransVec.back().ProcIndices = Trans.ProcIndices;