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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/GISel/
PPCInstructionSelector.cpp 1 //===- PPCInstructionSelector.cpp --------------------------------*- C++ -*-==//
33 class PPCInstructionSelector : public InstructionSelector {
35 PPCInstructionSelector(const PPCTargetMachine &TM, const PPCSubtarget &STI,
65 PPCInstructionSelector::PPCInstructionSelector(const PPCTargetMachine &TM,
79 bool PPCInstructionSelector::select(MachineInstr &I) {
90 return new PPCInstructionSelector(TM, Subtarget, RBI);
  /src/external/apache2/llvm/lib/libLLVMPowerPCCodeGen/
Makefile 49 PPCInstructionSelector.cpp \

Completed in 173 milliseconds