HomeSort by relevance Sort by last modified time
    Searched defs:Remat (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeEdit.h 148 /// Remat - Information needed to rematerialize at a specific location.
149 struct Remat {
150 VNInfo *ParentVNI; // parent_'s value at the remat location.
152 explicit Remat(VNInfo *ParentVNI) : ParentVNI(ParentVNI), OrigMI(0) {}
158 bool canRematerializeAt(Remat &RM,
170 const Remat &RM,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 138 /// original reg and are dead after remat.
201 /// Remat - Information needed to rematerialize at a specific location.
202 struct Remat {
203 VNInfo *ParentVNI; // parent_'s value at the remat location.
205 // the real expr for remat.
207 explicit Remat(VNInfo *ParentVNI) : ParentVNI(ParentVNI) {}
213 bool canRematerializeAt(Remat &RM, VNInfo *OrigVNI, SlotIndex UseIdx,
222 const Remat &RM, const TargetRegisterInfo &,
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 125 /// original reg and are dead after remat.
193 /// Remat - Information needed to rematerialize at a specific location.
194 struct Remat {
195 VNInfo *ParentVNI; // parent_'s value at the remat location.
197 // real expr for remat.
198 explicit Remat(VNInfo *ParentVNI) : ParentVNI(ParentVNI), OrigMI(nullptr) {}
204 bool canRematerializeAt(Remat &RM, VNInfo *OrigVNI, SlotIndex UseIdx,
214 const Remat &RM,

Completed in 88 milliseconds