HomeSort by: relevance | last modified time | path
    Searched defs:InstructionSelect (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelect.h 1 //== llvm/CodeGen/GlobalISel/InstructionSelect.h -----------------*- C++ -*-==//
31 class InstructionSelect : public MachineFunctionPass {
34 StringRef getPassName() const override { return "InstructionSelect"; }
50 InstructionSelect(CodeGenOpt::Level OL);
51 InstructionSelect();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InstructionSelect.cpp 1 //===- llvm/CodeGen/GlobalISel/InstructionSelect.cpp - InstructionSelect ---==//
9 /// This file implements the InstructionSelect class.
12 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
51 char InstructionSelect::ID = 0;
52 INITIALIZE_PASS_BEGIN(InstructionSelect, DEBUG_TYPE,
59 INITIALIZE_PASS_END(InstructionSelect, DEBUG_TYPE,
63 InstructionSelect::InstructionSelect(CodeGenOpt::Level OL)
69 InstructionSelect::InstructionSelect(
    [all...]

Completed in 28 milliseconds