Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:FastISel

1 //===-- PPCFastISel.cpp - PowerPC FastISel implementation -----------------===//
10 // This file defines the PowerPC-specific support for the FastISel class. Some
25 #include "llvm/CodeGen/FastISel.h"
86 class PPCFastISel final : public FastISel {
98 : FastISel(FuncInfo, LibInfo), TM(FuncInfo.MF->getTarget()),
105 // Backend specific FastISel code.
1549 // the call we generate here will be erased by FastISel::selectPatchpoint,
2305 return FastISel::fastEmitInst_ri(MachineInstOpcode, UseRC,
2319 return FastISel::fastEmitInst_r(MachineInstOpcode, UseRC, Op0, Op0IsKill);
2333 FastISel::fastEmitInst_rr(MachineInstOpcode, UseRC, Op0, Op0IsKill,
2339 FastISel *PPC::createFastISel(FunctionLoweringInfo &FuncInfo,