Home
last modified time | relevance | path

Searched defs:SPUNopFiller (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUNopFiller.cpp28 struct SPUNopFiller : public MachineFunctionPass { struct
30 TargetMachine &TM;
31 const TargetInstrInfo *TII;
32 const InstrItineraryData *IID;
33 bool isEvenPlace; // the instruction slot (mem address) at hand is even/odd
35 static char ID;
36 SPUNopFiller(TargetMachine &tm) in SPUNopFiller() argument
43 virtual const char *getPassName() const { in getPassName()
49 bool runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
57 typedef enum { none = 0, // no more instructions in this function / BB
[all …]