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

  /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/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/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/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...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 463 milliseconds