HomeSort by: relevance | last modified time | path
    Searched refs:getSelection (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
Solution.h 25 /// To get the selection for each node in the problem use the getSelection method.
45 unsigned getSelection(GraphBase::NodeId nodeId) const {
ReductionRules.h 206 v += edgeCosts.getColAsVector(s.getSelection(mId));
209 v += edgeCosts.getRowAsVector(s.getSelection(mId));
  /src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
RandomIRBuilder.cpp 36 if (Instruction *Src = RS.getSelection())
67 return RS.getSelection();
111 if (Use *Sink = RS.getSelection()) {
154 return RS.getSelection();
IRMutator.cpp 43 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());
241 RS.getSelection()();
  /src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
Random.h 44 const T &getSelection() const {
50 const T &operator*() const { return getSelection(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionCOFF.h 68 int getSelection() const { return Selection; }
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp 297 SourceSelectionArgument *getSelection() const {
401 TestConsumer = SelectedSubcommand->getSelection()->createCustomConsumer();
412 assert(SelectedSubcommand->getSelection() &&
415 SelectedSubcommand->getSelection()->print(llvm::outs());
416 if (SelectedSubcommand->getSelection()->forAllRanges(
544 if (Subcommand.getSelection()) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp 310 if (MCSec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) {
323 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocPBQP.cpp 735 unsigned AllocOpt = Solution.getSelection(NId);

Completed in 25 milliseconds