HomeSort by relevance Sort by last modified time
    Searched refs:Filler (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 1 //===-- DelaySlotFiller.cpp - Mips Delay Slot Filler ----------------------===//
14 #define DEBUG_TYPE "delay-slot-filler"
34 "disable-mips-delay-filler",
36 cl::desc("Disable the delay slot filler, which attempts to fill the Mips"
42 "skip-mips-delay-filler",
48 struct Filler : public MachineFunctionPass {
57 Filler(TargetMachine &tm)
61 return "Mips Delay Slot Filler";
97 InstrIter &Filler);
101 char Filler::ID = 0
    [all...]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 1 //===-- DelaySlotFiller.cpp - SPARC delay slot filler ---------------------===//
15 #define DEBUG_TYPE "delay-slot-filler"
31 "disable-sparc-delay-filler",
33 cl::desc("Disable the Sparc delay slot filler."),
37 struct Filler : public MachineFunctionPass {
45 Filler(TargetMachine &tm)
49 return "SPARC Delay Slot Filler";
85 char Filler::ID = 0;
92 return new Filler(tm);
99 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB)
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 1 //===-- DelaySlotFiller.cpp - MBlaze delay slot filler --------------------===//
15 #define DEBUG_TYPE "delay-slot-filler"
33 "disable-mblaze-delay-filler",
39 struct Filler : public MachineFunctionPass {
45 Filler(TargetMachine &tm)
49 return "MBlaze Delay Slot Filler";
62 char Filler::ID = 0;
228 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) {
252 return new Filler(tm);
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 794 if (Expr *filler = ILE->getArrayFiller())
795 fillC = CGM.EmitConstantExpr(filler, filler->getType(), CGF);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 384 milliseconds