Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp43 mutate(*RS.getSelection(), IB); in mutate()
47 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate()
51 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate()
65 auto Strategy = RS.getSelection(); in mutateModule()
170 mutate(*RS.getSelection(), IB); in mutate()
200 Inst.replaceAllUsesWith(RS.getSelection()); in mutate()
244 RS.getSelection()(); in mutate()
H A DRandomIRBuilder.cpp36 if (Instruction *Src = RS.getSelection()) in findOrCreateSource()
67 return RS.getSelection(); in newSource()
111 if (Use *Sink = RS.getSelection()) { in connectToSink()
154 return RS.getSelection(); in findPointer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h44 const T &getSelection() const { in getSelection() function
50 const T &operator*() const { return getSelection(); }
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h45 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() function
H A DReductionRules.h206 v += edgeCosts.getColAsVector(s.getSelection(mId)); in backpropagate()
209 v += edgeCosts.getRowAsVector(s.getSelection(mId)); in backpropagate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h68 int getSelection() const { return Selection; } in getSelection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp310 if (MCSec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in defineSection()
323 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp735 unsigned AllocOpt = Solution.getSelection(NId); in mapPBQPToRegAlloc()