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.cpp93 GlobalVariable *GV = RS.getSelection(); in findOrCreateGlobalVariable()
99 Constant *Init = TRS.getSelection(); in findOrCreateGlobalVariable()
129 return RS.getSelection(); in findOrCreateSource()
141 return RS.getSelection(); in findOrCreateSource()
157 return RS.getSelection(); in findOrCreateSource()
215 Type *AccessTy = RS.getSelection()->getType(); in newSource()
225 Value *newSrc = RS.getSelection(); in newSource()
306 Use *Sink = RS.getSelection(); in connectToSink()
390 return RS.getSelection(); in findPointer()
H A DIRMutator.cpp46 mutate(*RS.getSelection(), IB); in mutate()
53 mutate(*makeSampler(IB.Rand, Range).getSelection(), IB); in mutate()
57 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate()
77 auto Strategy = RS.getSelection(); in mutateModule()
188 mutate(*RS.getSelection(), IB); in mutate()
218 Inst.replaceAllUsesWith(RS.getSelection()); in mutate()
345 RS.getSelection()(); in mutate()
369 Function *F = RS.getSelection(); in mutate()
465 Type *Ty = RS.getSelection(); in mutate()
643 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.h71 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.cpp735 unsigned AllocOpt = Solution.getSelection(NId); in mapPBQPToRegAlloc()