HomeSort by relevance Sort by last modified time
    Searched refs:Filler (Results 1 - 14 of 14) 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."),
168 class Filler : public MachineFunctionPass {
170 Filler(TargetMachine &tm)
174 return "Mips Delay Slot Filler";
217 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) : MachineFunctionPass(ID), TM(tm) {}
51 return "SPARC Delay Slot Filler";
94 char Filler::ID = 0;
101 return new Filler(tm);
108 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB)
    [all...]
  /external/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/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 781 if (Expr *filler = ILE->getArrayFiller())
782 fillC = CGM.EmitConstantExpr(filler, filler->getType(), CGF);
867 if (Expr *filler = Updater->getArrayFiller())
868 if (!isa<NoInitExpr>(filler))
869 fillC = CGM.EmitConstantExpr(filler, filler->getType(), CGF);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 497 Expr *Filler = new (SemaRef.Context) NoInitExpr(Field->getType());
499 ILE->setInit(Init, Filler);
501 ILE->updateInit(SemaRef.Context, Init, Filler);
657 Expr *Filler = nullptr;
660 Filler = new (SemaRef.Context) NoInitExpr(ElementType);
670 Filler = ElementInit.getAs<Expr>();
679 ILE->setArrayFiller(Filler);
681 ILE->setInit(Init, Filler);
686 ILE->setArrayFiller(Filler);
690 if (!isa<ImplicitValueInitExpr>(Filler) && !isa<NoInitExpr>(Filler))
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/pdfium/third_party/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/v8/src/
objects.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1157 milliseconds