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

1 2

  /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/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...]
  /external/swiftshader/third_party/llvm-7.0/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 StringRef 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/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...]
  /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-7.0/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) {}
46 StringRef getPassName() const override { return "SPARC Delay Slot Filler"; }
93 char Filler::ID = 0;
100 return new Filler;
107 bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 1 //===- MipsDelaySlotFiller.cpp - Mips Delay Slot Filler -------------------===//
54 #define DEBUG_TYPE "mips-delay-slot-filler"
61 "disable-mips-delay-filler",
69 cl::desc("Disallow MIPS delay filler to search forward."),
75 cl::desc("Disallow MIPS delay filler to search successor basic blocks."),
81 cl::desc("Disallow MIPS delay filler to search backward."),
219 StringRef getPassName() const override { return "Mips Delay Slot Filler"; }
266 IterTy &Filler) const;
312 /// This function inserts clones of Filler into predecessor blocks.
313 static void insertDelayFiller(Iter Filler, const BB2BrMap &BrMap)
    [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);
  /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];
  /external/tensorflow/tensorflow/core/kernels/
example_parsing_ops_test.cc 104 typedef T Filler;
108 Filler fill;
141 typename S::Filler filler; member in struct:tensorflow::BenchmarkOptions
164 g, opt.filler.make_dense_default(feature_size)));
170 test::graph::Constant(g, opt.filler.make_dense_default(1)));
175 sparse_types.push_back(opt.filler.dtype);
215 g, opt.filler.make_dense_default(feature_size)));
221 test::graph::Constant(g, opt.filler.make_dense_default(1)));
225 sparse_keys.push_back(key), sparse_types.push_back(opt.filler.dtype)
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_win32.h 63 ULONG Filler;
71 ULONG Filler;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 247 UINT8 Filler[MAXBYTES];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciReg.h 191 UINT8 Filler[16];
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 794 if (Expr *filler = ILE->getArrayFiller())
795 fillC = CGM.EmitConstantExpr(filler, filler->getType(), CGF);
880 if (Expr *filler = Updater->getArrayFiller())
881 if (!isa<NoInitExpr>(filler))
882 fillC = CGM.EmitConstantExpr(filler, filler->getType(), CGF);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 141 UINT8 Filler[16];
  /external/libkmsxx/py/tests/
kmsmodeview.py 308 main_columns = urwid.Filler(main_pile, valign='top')
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_darwin_386.go 399 Filler [4]uint32
ztypes_darwin_amd64.go 407 Filler [4]uint32
ztypes_darwin_arm.go 400 Filler [4]uint32
ztypes_darwin_arm64.go 407 Filler [4]uint32
ztypes_freebsd_386.go 443 Filler [3]uint32
ztypes_freebsd_amd64.go 445 Filler [3]uint64
ztypes_freebsd_arm.go 446 Filler [3]uint32

Completed in 1658 milliseconds

1 2