Searched refs:Remat (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h193 /// Remat - Information needed to rematerialize at a specific location.
194 struct Remat { struct in class:llvm::LiveRangeEdit
198 explicit Remat(VNInfo *ParentVNI) : ParentVNI(ParentVNI), OrigMI(nullptr) {} function in struct:llvm::LiveRangeEdit::Remat
204 bool canRematerializeAt(Remat &RM, VNInfo *OrigVNI, SlotIndex UseIdx,
214 const Remat &RM,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeEdit.h148 /// Remat - Information needed to rematerialize at a specific location.
149 struct Remat { struct in class:llvm::LiveRangeEdit
152 explicit Remat(VNInfo *ParentVNI) : ParentVNI(ParentVNI), OrigMI(0) {} function in struct:llvm::LiveRangeEdit::Remat
158 bool canRematerializeAt(Remat &RM,
170 const Remat &RM,
H A DLiveRangeEdit.cpp111 bool LiveRangeEdit::canRematerializeAt(Remat &RM,
145 const Remat &RM,
H A DInlineSpiller.cpp854 LiveRangeEdit::Remat RM(ParentVNI);
960 DEBUG(dbgs() << "Remat created " << DeadDefs.size() << " dead defs.\n");
1273 // Remat may handle everything.
H A DSplitKit.cpp415 LiveRangeEdit::Remat RM(ParentVNI);
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp119 bool LiveRangeEdit::canRematerializeAt(Remat &RM, VNInfo *OrigVNI,
146 const Remat &RM,
H A DInlineSpiller.cpp530 LiveRangeEdit::Remat RM(ParentVNI);
628 DEBUG(dbgs() << "Remat created " << DeadDefs.size() << " dead defs.\n");
1041 // Remat may handle everything.
H A DSplitKit.cpp458 LiveRangeEdit::Remat RM(ParentVNI);

Completed in 230 milliseconds