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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.h 48 /// NewRegs where they are live. Mark the values as unavailable where no new
50 void splitRegister(unsigned OldReg, ArrayRef<LiveInterval*> NewRegs);
LiveDebugVariables.cpp 131 /// splitLocation - Replace OldLocNo ranges with NewRegs ranges where NewRegs
133 bool splitLocation(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs);
254 /// splitRegister - Replace OldReg ranges with NewRegs ranges where NewRegs is
256 bool splitRegister(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs);
340 /// splitRegister - Replace all references to OldReg with NewRegs.
341 void splitRegister(unsigned OldReg, ArrayRef<LiveInterval*> NewRegs);
743 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs) {
751 for (unsigned i = 0; i != NewRegs.size(); ++i)
    [all...]
  /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...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 103 SmallVectorImpl<unsigned> &NewRegs) const;
106 SmallVectorImpl<unsigned> &NewRegs) const;
109 SmallVectorImpl<unsigned> &NewRegs) const;
112 SmallVectorImpl<unsigned> &NewRegs) const;
115 SmallVectorImpl<unsigned> &NewRegs) const;
118 SmallVectorImpl<unsigned> &NewRegs) const;
121 SmallVectorImpl<unsigned> &NewRegs) const;
124 SmallVectorImpl<unsigned> &NewRegs) const;
127 SmallVectorImpl<unsigned> &NewRegs) const;
129 SmallVectorImpl<unsigned> &NewRegs) const
    [all...]
HexagonFrameLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.h 51 /// NewRegs where they are live. Mark the values as unavailable where no new
53 void splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs,
LiveDebugVariables.cpp 136 /// splitLocation - Replace OldLocNo ranges with NewRegs ranges where NewRegs
138 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
260 /// splitRegister - Replace OldReg ranges with NewRegs ranges where NewRegs is
262 bool splitRegister(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
351 /// splitRegister - Replace all references to OldReg with NewRegs.
352 void splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs);
779 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
788 for (unsigned i = 0; i != NewRegs.size(); ++i)
    [all...]
LiveRangeEdit.cpp 431 NewRegs.push_back(VReg);
  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBankInfo.cpp 350 iterator_range<SmallVectorImpl<unsigned>::const_iterator> NewRegs =
352 if (NewRegs.begin() == NewRegs.end()) {
357 MO.setReg(*NewRegs.begin());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 3145 milliseconds

1 2