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

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 1 //===-- MipsDelaySlotFiller.cpp - Mips Delay Slot Filler ------------------===//
14 #define DEBUG_TYPE "delay-slot-filler"
40 "disable-mips-delay-filler",
48 cl::desc("Disallow MIPS delay filler to search forward."),
54 cl::desc("Disallow MIPS delay filler to search successor basic blocks."),
60 cl::desc("Disallow MIPS delay filler to search backward."),
177 class Filler : public MachineFunctionPass {
179 Filler(TargetMachine &tm)
183 return "Mips Delay Slot Filler";
213 IterTy &Filler) const
    [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 {
44 Filler(TargetMachine &tm)
48 return "SPARC Delay Slot Filler";
88 char Filler::ID = 0;
95 return new Filler(tm);
102 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB)
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-135008.js 28 // Filler long enough to trigger lazy parsing.
29 var filler = "//" + new Array(1024).join('x'); variable
41 filler
regress-crbug-135066.js 28 // Filler long enough to trigger lazy parsing.
29 var filler = "//" + new Array(1024).join('x'); variable
40 filler
53 filler
regress-crbug-248025.js 30 // Filler long enough to trigger lazy parsing.
31 var filler = "//" + new Array(1024).join('x'); variable
36 eval(filler + "\nfunction f() { for (x : y) { } }");
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 772 if (Expr *filler = ILE->getArrayFiller())
773 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 504 milliseconds