HomeSort by relevance Sort by last modified time
    Searched defs:Filler (Results 1 - 6 of 6) 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)
54 return "SPARC Delay Slot Filler";
96 char Filler::ID = 0;
103 return new Filler(tm);
110 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."),
167 class Filler : public MachineFunctionPass {
169 Filler(TargetMachine &tm)
173 return "Mips Delay Slot Filler";
210 IterTy &Filler) const
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 754 if (Expr *filler = ILE->getArrayFiller())
755 fillC = CGM.EmitConstantExpr(filler, filler->getType(), CGF);
    [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...]
  /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 623 milliseconds