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

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 1 //===-- MipsDelaySlotFiller.cpp - Mips Delay Slot Filler ------------------===//
35 #define DEBUG_TYPE "delay-slot-filler"
42 "disable-mips-delay-filler",
50 cl::desc("Disallow MIPS delay filler to search forward."),
56 cl::desc("Disallow MIPS delay filler to search successor basic blocks."),
62 cl::desc("Disallow MIPS delay filler to search backward."),
167 class Filler : public MachineFunctionPass {
169 Filler(TargetMachine &tm)
173 return "Mips Delay Slot Filler";
210 IterTy &Filler) const
    [all...]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 1 //===-- DelaySlotFiller.cpp - SPARC delay slot filler ---------------------===//
29 #define DEBUG_TYPE "delay-slot-filler"
34 "disable-sparc-delay-filler",
36 cl::desc("Disable the Sparc delay slot filler."),
40 struct Filler : public MachineFunctionPass {
48 Filler(TargetMachine &tm)
54 return "SPARC Delay Slot Filler";
96 char Filler::ID = 0;
103 return new Filler(tm);
110 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-parse-use-strict.js 28 // Filler long enough to trigger lazy parsing.
29 var filler = "/*" + new Array(1024).join('x') + "*/"; variable
36 assertThrows('function f() { "use sanity";' + strict + filler + '}');
42 eval('function f() { function g() {}' + strict + filler + '}');
  /external/chromium_org/v8/test/mjsunit/es6/regress/
regress-crbug-248025.js 28 // Filler long enough to trigger lazy parsing.
29 var filler = "//" + new Array(1024).join('x'); variable
34 eval(filler + "\nfunction f() { for (x : y) { } }");
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 754 if (Expr *filler = ILE->getArrayFiller())
755 fillC = CGM.EmitConstantExpr(filler, filler->getType(), CGF);
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c 956 char Filler[68];
959 memset(Filler, 0, sizeof(Filler));
1006 if (!io ->Write(io, len_filler_alignment, Filler)) goto Error;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 446 milliseconds