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

1 2

  /dalvik/tests/065-mismatched-implements/src/
Defs.java 3 public interface Defs {
Base.java 3 public class Base implements Defs {
  /dalvik/tests/066-mismatched-super/src/
Base.java 3 public class Base extends Defs {
Defs.java 3 public abstract class Defs {
  /dalvik/tests/066-mismatched-super/src2/
Defs.java 3 public interface Defs {
  /dalvik/tests/065-mismatched-implements/src2/
Defs.java 3 public abstract class Defs {
  /external/skia/src/svg/
SkSVGDefs.h 16 DECLARE_SVG_INFO(Defs);
SkSVGDefs.cpp 12 DEFINE_SVG_NO_INFO(Defs)
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 46 SmallSet<unsigned, 4> &Defs,
57 SmallSet<unsigned, 4> &Defs,
86 Defs.insert(Reg);
89 Defs.insert(*Subreg);
110 SmallSet<unsigned, 4> &Defs,
125 if (Uses.count(DstReg) || Defs.count(SrcReg))
167 SmallSet<unsigned, 4> Defs;
180 Defs.clear();
182 TrackDefUses(MI, Defs, Uses, TRI);
219 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses))
    [all...]
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 67 const DestList& Defs = SI->second;
68 for (DestList::const_iterator I = Defs.begin(), E = Defs.end();
81 const DestList& Defs = SI->second;
82 for (DestList::const_iterator I = Defs.begin(), E = Defs.end();
236 SmallVector<unsigned, 2> Defs;
253 Defs.push_back(Reg);
295 for (unsigned i = 0, e = Defs.size(); i != e; ++i) {
296 unsigned Reg = Defs[i]
    [all...]
MachineInstrBundle.cpp 98 /// bundle, and it copies externally visible defs and uses to the BUNDLE
120 SmallVector<MachineOperand*, 4> Defs;
127 Defs.push_back(&MO);
152 for (unsigned i = 0, e = Defs.size(); i != e; ++i) {
153 MachineOperand &MO = *Defs[i];
181 Defs.clear();
264 // Both defs and uses can read virtual registers.
271 // Only defs can write.
LiveVariables.cpp 228 /// implicit defs to a machine instruction if there was an earlier def of its
445 SmallVector<unsigned, 4> &Defs) {
484 Defs.push_back(Reg); // Remember this def.
488 SmallVector<unsigned, 4> &Defs) {
489 while (!Defs.empty()) {
490 unsigned Reg = Defs.back();
491 Defs.pop_back();
538 SmallVector<unsigned, 4> Defs;
543 HandlePhysRegDef(*II, 0, Defs);
599 // Process all defs
    [all...]
TwoAddressInstructionPass.cpp 452 // If there are multiple defs, we can't do a simple analysis, so just
814 /// effects and all of its defs are dead, then it's safe to delete.
    [all...]
MachineLICM.cpp 458 // FIXME: For now, avoid instructions with multiple defs, unless
466 // register, then this is not safe. Two defs is indicated by setting a
503 // Walk the entire region, count number of defs for each register, and
801 // defs as well. This happens whenever the preheader is created by splitting
844 SmallVector<unsigned, 4> Defs;
855 Defs.push_back(Reg);
    [all...]
LiveDebugVariables.cpp 233 /// points, and add defs if possible.
237 /// @param NewDefs Append (Idx, LocNo) of inserted defs here.
595 // Try to add defs of the copied values for each kill point.
624 SmallVector<std::pair<SlotIndex, unsigned>, 16> Defs;
626 // Collect all defs to be extended (Skipping undefs).
629 Defs.push_back(std::make_pair(I.start(), I.value()));
631 // Extend all defs, and possibly add new ones along the way.
632 for (unsigned i = 0; i != Defs.size(); ++i) {
633 SlotIndex Idx = Defs[i].first;
634 unsigned LocNo = Defs[i].second
    [all...]
ScheduleDAGInstrs.cpp 182 /// the exit SU to the register defs and use list. This is because we want to
194 // If it's a call or a barrier, add dependencies on the defs and uses of
289 if (!Defs.contains(*Alias))
291 std::vector<SUnit *> &DefList = Defs[*Alias];
320 // retrieve the existing SUnits list for this register's defs.
321 std::vector<SUnit *> &DefList = Defs[MO.getReg()];
386 // Defs are pushed in the order they are visited and never reordered.
401 // SSA defs do not have output/anti dependencies.
527 assert(Defs.empty() && Uses.empty() &&
528 "Only BuildGraph should update Defs/Uses")
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicBrowserActivity.java 30 implements MusicUtils.Defs {
VideoBrowserActivity.java 33 public class VideoBrowserActivity extends ListActivity implements MusicUtils.Defs
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 168 SmallVector<unsigned, 4> &Defs);
169 void UpdatePhysRegDefs(MachineInstr *MI, SmallVector<unsigned, 4> &Defs);
  /packages/apps/Music/tests/src/com/android/music/stress/
MusicPlaybackStress.java 61 inst.invokeMenuActionSync(getActivity(), MusicUtils.Defs.CHILD_MENU_BASE + 3, 0);
  /packages/apps/Music/tests/src/com/android/music/functional/
TestPlaylist.java 75 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.CHILD_MENU_BASE + 1, 0);
95 inst.invokeContextMenuAction(trackBrowserActivity, MusicUtils.Defs.NEW_PLAYLIST, 0);
116 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.CHILD_MENU_BASE + 3, 0);
TestSongs.java 72 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.NEW_PLAYLIST, 0);
155 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.USE_AS_RINGTONE, 0);
192 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.DELETE_ITEM, 0);
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 185 // Emit all of the instruction's implicit uses and defs.
194 std::vector<Record*> Defs = Inst->getValueAsListOfDefs("Defs");
195 if (!Defs.empty()) {
196 unsigned &IL = EmittedLists[Defs];
197 if (!IL) PrintDefList(Defs, IL = ++ListNumber, OS);
340 // Emit the implicit uses and defs lists...
347 std::vector<Record*> DefList = Inst.TheDef->getValueAsListOfDefs("Defs");
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 730 /// ListInit - [AL, AH, CL] - Represent a list of defs
    [all...]

Completed in 528 milliseconds

1 2