Searched refs:getSelection (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h25 /// To get the selection for each node in the problem use the getSelection method.
45 unsigned getSelection(GraphBase::NodeId nodeId) const { function in class:llvm::PBQP::Solution
H A DReductionRules.h206 v += edgeCosts.getColAsVector(s.getSelection(mId));
209 v += edgeCosts.getRowAsVector(s.getSelection(mId));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp36 if (Instruction *Src = RS.getSelection())
67 return RS.getSelection();
111 if (Use *Sink = RS.getSelection()) {
154 return RS.getSelection();
H A DIRMutator.cpp43 mutate(*RS.getSelection(), IB);
47 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB);
51 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB);
65 auto Strategy = RS.getSelection();
167 mutate(*RS.getSelection(), IB);
197 Inst.replaceAllUsesWith(RS.getSelection());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h44 const T &getSelection() const { function in class:llvm::ReservoirSampler
50 const T &operator*() const { return getSelection(); }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h68 int getSelection() const { return Selection; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp310 if (MCSec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) {
323 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp722 unsigned AllocOption = Solution.getSelection(NId);

Completed in 197 milliseconds