Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp90 GlobalVariable *GV = RS.getSelection(); in findOrCreateGlobalVariable()
96 Constant *Init = TRS.getSelection(); in findOrCreateGlobalVariable()
175 return RS.getSelection(); in findOrCreateSource()
187 return RS.getSelection(); in findOrCreateSource()
201 return RS.getSelection(); in findOrCreateSource()
260 Type *AccessTy = RS.getSelection()->getType(); in newSource()
275 Value *newSrc = RS.getSelection(); in newSource()
357 Use *Sink = RS.getSelection(); in connectToSink()
444 return RS.getSelection(); in findPointer()
H A DIRMutator.cpp48 mutate(*RS.getSelection(), IB); in mutate()
55 mutate(*makeSampler(IB.Rand, Range).getSelection(), IB); in mutate()
59 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate()
79 auto Strategy = RS.getSelection(); in mutateModule()
221 mutate(*RS.getSelection(), IB); in mutate()
251 Inst.replaceAllUsesWith(RS.getSelection()); in mutate()
378 RS.getSelection()(); in mutate()
464 Function *F = RS.getSelection(); in mutate()
552 Type *Ty = RS.getSelection(); in mutate()
731 size_t RootIdx = RS.getSelection(); in mutate()
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h74 int getSelection() const { return Selection; } in getSelection() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp304 if (MCSec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in defineSection()
317 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp732 unsigned AllocOpt = Solution.getSelection(NId); in mapPBQPToRegAlloc()