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

1 2 3

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
92 /// @param newRegs List to receive any new registers created. This needn't be
97 SmallVectorImpl<LiveInterval*> &newRegs,
100 : parent_(parent), newRegs_(newRegs),
103 firstNew_(newRegs.size()),
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
62 SmallVectorImpl<unsigned> &NewRegs;
69 /// FirstNew - Index of the first register added to NewRegs.
117 /// @param newRegs List to receive any new registers created. This needn't be
126 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
130 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
132 FirstNew(newRegs.size()), ScannedRemattable(false),
147 iterator begin() const { return NewRegs.begin()+FirstNew; }
148 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
62 SmallVectorImpl<unsigned> &NewRegs;
69 /// FirstNew - Index of the first register added to NewRegs.
117 /// @param newRegs List to receive any new registers created. This needn't be
126 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
130 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
132 FirstNew(newRegs.size()), ScannedRemattable(false),
147 iterator begin() const { return NewRegs.begin()+FirstNew; }
148 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
62 SmallVectorImpl<unsigned> &NewRegs;
69 /// FirstNew - Index of the first register added to NewRegs.
117 /// @param newRegs List to receive any new registers created. This needn't be
126 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
130 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
132 FirstNew(newRegs.size()), ScannedRemattable(false),
147 iterator begin() const { return NewRegs.begin()+FirstNew; }
148 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveRangeEdit.h 14 // registers are created and added to the newRegs vector.
72 SmallVectorImpl<unsigned> &NewRegs;
79 /// FirstNew - Index of the first register added to NewRegs.
127 /// @param newRegs List to receive any new registers created. This needn't be
136 LiveRangeEdit(LiveInterval *parent, SmallVectorImpl<unsigned> &newRegs,
140 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis),
142 FirstNew(newRegs.size()), DeadRemats(deadRemats) {
157 iterator begin() const { return NewRegs.begin() + FirstNew; }
158 iterator end() const { return NewRegs.end();
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 101 HashMap<TypedConstant, RegisterSpec> newRegs
144 newRegs.put(cst, result);
147 updateConstUses(newRegs, regSz);
320 * @param newRegs {@code non-null;} mapping between constant and new reg
324 private void updateConstUses(HashMap<TypedConstant, RegisterSpec> newRegs,
349 final RegisterSpec newReg = newRegs.get(cst);
368 fixLocalAssignment(origReg, newRegs.get(cst));
EscapeAnalysis.java 491 ArrayList<RegisterSpec> newRegs =
496 replaceDef(def, prev, length, newRegs);
506 replaceUse(use, prev, newRegs, deletedInsns);
531 * @param newRegs {@code non-null;} mapping of array indices to new
535 ArrayList<RegisterSpec> newRegs) {
544 newRegs.add(newReg);
557 * @param newRegs {@code non-null;} mapping of array indices to new
563 ArrayList<RegisterSpec> newRegs,
566 int length = newRegs.size();
580 source = newRegs.get(index)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 513 RegisterSpecSet newRegs = new RegisterSpecSet(newSz);
518 newRegs.putAll(regs);
523 regs = newRegs;
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 512 RegisterSpecSet newRegs = new RegisterSpecSet(newSz);
517 newRegs.putAll(regs);
522 regs = newRegs;
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 

Completed in 297 milliseconds

1 2 3