HomeSort by relevance Sort by last modified time
    Searched defs:Before (Results 1 - 25 of 34) sorted by null

1 2

  /external/junit/src/main/java/org/junit/
Before.java 10 * objects created before they can run. Annotating a <code>public void</code> method
11 * with <code>&#064;Before</code> causes that method to be run before the {@link org.junit.Test} method.
12 * The <code>&#064;Before</code> methods of superclasses will be run before those of the current class,
19 * &#064;Before public void initialize() {
37 public @interface Before {
  /external/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 45 bool Before;
79 /// Set the insertion point to before (\p Before = true) or after
80 /// (\p Before = false) \p MI.
82 void setInstr(MachineInstr &MI, bool Before = false);
RegBankSelect.h 100 /// before we actually need to insert something.
122 /// Code will be inserted before that point.
137 /// before that point.
156 /// happen before that point.
168 /// Insert \p MI in the just before ::getPoint()
192 /// Insertion point before or after an instruction.
197 /// Does the insertion point is before or after Instr.
198 bool Before;
203 if (Before)
214 /// Create an insertion point before (\p Before=true) or after \p Instr
    [all...]
  /external/llvm/lib/Support/
BlockFrequency.cpp 43 uint64_t Before = Freq.Frequency;
47 if (Frequency < Before)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
BlockFrequency.cpp 42 uint64_t Before = Freq.Frequency;
46 if (Frequency < Before)
  /external/swiftshader/third_party/LLVM/lib/Support/
BlockFrequency.cpp 98 uint64_t Before = Freq.Frequency;
102 if (Frequency < Before)
  /external/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 35 // pack constant values compactly before and after each virtual table.
84 // The bits that will be stored before and after a particular vtable.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
137 // The minimum byte offset before the address point. This covers the bytes in
138 // the vtable object before the address point (e.g. RTTI, access-to-top,
150 // The number of bytes allocated (for the vtable plus the byte array) before
153 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
162 // Set the bit at position Pos before the address point to RetVal.
165 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.cpp 159 bool Before = preferReg();
166 return Before != preferReg();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 36 // pack constant values compactly before and after each virtual table.
85 // The bits that will be stored before and after a particular vtable.
93 // The bit vector that will be laid out before the vtable. Note that these
97 AccumBitVector Before;
141 // The minimum byte offset before the address point. This covers the bytes in
142 // the vtable object before the address point (e.g. RTTI, access-to-top,
154 // The number of bytes allocated (for the vtable plus the byte array) before
157 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
166 // Set the bit at position Pos before the address point to RetVal.
169 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SpillPlacement.cpp 175 bool Before = preferReg();
182 return Before != preferReg();
239 // fraction of the connected blocks need to be interested before we consider
  /external/clang/test/CodeGen/
xcore-stringtype.c 181 // CHECK: !{{[0-9]+}} = !{[10 x i32]* @Before, !"a(10:si)"}
183 extern int Before[10];
184 int testReDecl() {return After[0] + Before[0];}
186 int Before[];
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 167 bool Before = preferReg();
174 return Before != preferReg();
231 // fraction of the connected blocks need to be interested before we consider
CodeGenPrepare.cpp 145 /// Keeps track of the type of the related instruction before their
259 // users. Do this before OptimizeBlock -> OptimizeInst ->
368 /// unconditional branch. Passes before isel (e.g. LSR/loopsimplify) often split
391 // If the instruction before the branch (skipping debug info) isn't a phi
502 DEBUG(dbgs() << "MERGING MOSTLY EMPTY BLOCKS - BEFORE:\n" << *BB << *DestBB);
767 // allow non-PHI instructions before the terminator, we can't sink the
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 110 /// before we actually need to insert something.
133 /// Code will be inserted before that point.
148 /// before that point.
167 /// happen before that point.
179 /// Insert \p MI in the just before ::getPoint()
203 /// Insertion point before or after an instruction.
209 /// Does the insertion point is before or after Instr.
210 bool Before;
215 if (Before)
226 /// Create an insertion point before (\p Before=true) or after \p Instr
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 99 // attributes for reserved memory before it is promoted to system memory
187 BOOLEAN Before;
500 not need to handle Before or After, as it is not valid to call this
519 state of Before, After, and SOR dependencies. If DriverEntry->Before
556 it is the last time to check memory map error before exit boot services.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 91 BOOLEAN Before;
894 not need to handle Before or After, as it is not valid to call this
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 238 | Before of 'b
545 | Before bb ->
556 | Before bb -> fold_left_global_range f (f init bb) (global_succ bb) e
612 | Before fn ->
623 | Before fn -> fold_left_function_range f (f init fn) (function_succ fn) e
747 | Before p ->
758 | Before p -> fold_left_param_range f (f init p) (param_succ p) e
824 | Before bb ->
835 | Before bb -> fold_left_block_range f (f init bb) (block_succ bb) e
    [all...]
llvm.mli 285 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
290 | Before of 'b
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.ml 334 | Before of 'b
728 | Before bb ->
739 | Before bb -> fold_left_global_range f (f init bb) (global_succ bb) e
795 | Before fn ->
806 | Before fn -> fold_left_function_range f (f init fn) (function_succ fn) e
862 | Before p ->
873 | Before p -> fold_left_param_range f (f init p) (param_succ p) e
    [all...]
llvm.mli 357 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
362 | Before of 'b
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 16 /// scheduled machine IR but before register coalescing, so that machine SSA is
174 MachineBasicBlock::iterator Before);
179 void toExact(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before,
181 void toWQM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before,
183 void toWWM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before,
185 void fromWWM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before,
315 // defs before uses, in particular so that we don't accidentally mark an
316 // instruction as needing e.g. WQM before visiting it and realizing it needs
548 MachineBasicBlock::iterator Before) {
552 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), SaveReg
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 309 | Before of 'b
660 | Before bb ->
671 | Before bb -> fold_left_global_range f (f init bb) (global_succ bb) e
727 | Before fn ->
738 | Before fn -> fold_left_function_range f (f init fn) (function_succ fn) e
866 | Before p ->
877 | Before p -> fold_left_param_range f (f init p) (param_succ p) e
    [all...]
llvm.mli 368 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
373 | Before of 'b
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/pdfium/third_party/lcms/src/
cmstypes.c 229 cmsUInt32Number DirectoryPos, CurrentPos, Before;
252 Before = io ->Tell(io);
253 ElementOffsets[i] = Before - BaseOffset;
259 ElementSizes[i] = io ->Tell(io) - Before;
    [all...]

Completed in 613 milliseconds

1 2