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

  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 1 //===-- LanaiDelaySlotFiller.cpp - Lanai delay slot filler ----------------===//
25 #define DEBUG_TYPE "delay-slot-filler"
30 NopDelaySlotFiller("lanai-nop-delay-filler", cl::init(false),
35 struct Filler : public MachineFunctionPass {
43 explicit Filler() : MachineFunctionPass(ID) {}
45 const char *getPassName() const override { return "Lanai Delay Slot Filler"; }
78 MachineBasicBlock::instr_iterator &Filler);
80 char Filler::ID = 0;
87 return new Filler();
92 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsDelaySlotFiller.cpp 1 //===-- DelaySlotFiller.cpp - Mips delay slot filler ---------------------===//
14 #define DEBUG_TYPE "delay-slot-filler"
34 "enable-mips-delay-filler",
40 struct Filler : public MachineFunctionPass {
47 Filler(TargetMachine &tm)
51 return "Mips Delay Slot Filler";
84 MachineBasicBlock::iterator &Filler);
88 char Filler::ID = 0;
93 bool Filler::
112 // Record the filler instruction that filled the delay slot
    [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 {
44 Filler() : MachineFunctionPass(ID) {}
47 return "SPARC Delay Slot Filler";
95 char Filler::ID = 0;
102 return new Filler;
109 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 1 //===-- DelaySlotFiller.cpp - MBlaze delay slot filler --------------------===//
15 #define DEBUG_TYPE "delay-slot-filler"
34 "disable-mblaze-delay-filler",
41 struct Filler : public MachineFunctionPass {
47 Filler(TargetMachine &tm)
51 return "MBlaze Delay Slot Filler";
64 char Filler::ID = 0;
232 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) {
256 return new Filler(tm);
  /external/swiftshader/third_party/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 {
45 Filler(TargetMachine &tm)
49 return "SPARC Delay Slot Filler";
85 char Filler::ID = 0;
92 return new Filler(tm);
99 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbHub.h 115 UINT8 Filler[16];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
HubPeim.h 97 UINT8 Filler[MAXBYTES];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 136 UINT8 Filler[16];
  /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."),
190 class Filler : public MachineFunctionPass {
192 Filler(TargetMachine &tm)
196 return "Mips Delay Slot Filler";
241 IterTy &Filler) const
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciReg.h 191 UINT8 Filler[16];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 247 UINT8 Filler[MAXBYTES];
  /external/clang/lib/Sema/
SemaInit.cpp 541 Expr *Filler = new (SemaRef.Context) NoInitExpr(Field->getType());
543 ILE->setInit(Init, Filler);
545 ILE->updateInit(SemaRef.Context, Init, Filler);
713 Expr *Filler = nullptr;
716 Filler = new (SemaRef.Context) NoInitExpr(ElementType);
727 Filler = ElementInit.getAs<Expr>();
736 ILE->setArrayFiller(Filler);
738 ILE->setInit(Init, Filler);
743 ILE->setArrayFiller(Filler);
747 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/
ASTImporter.cpp     [all...]
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 481 milliseconds