HomeSort by relevance Sort by last modified time
    Searched refs:LIs (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegRewriter.h 23 LiveIntervals* LIs) = 0;
VirtRegMap.cpp 226 bool VirtRegMap::FindUnusedRegisters(LiveIntervals* LIs) {
241 if (Allocatable[Reg] && !Used[Reg] && !LIs->hasInterval(Reg)) {
244 if (Used[*AS] || LIs->hasInterval(*AS)) {
VirtRegRewriter.cpp 94 LiveIntervals* LIs) {
107 for (LiveIntervals::iterator liItr = LIs->begin(), liEnd = LIs->end();
    [all...]
VirtRegMap.h 480 bool FindUnusedRegisters(LiveIntervals* LIs);
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 164 LiveIntervals &LIs = G.getMetadata().LIS;
187 const LiveInterval &ld = LIs.getInterval(Rd);
188 const LiveInterval &la = LIs.getInterval(Ra);
245 LiveIntervals &LIs = G.getMetadata().LIS;
263 const LiveInterval &ld = LIs.getInterval(Rd);
269 const LiveInterval &lr = LIs.getInterval(r);
320 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg,
322 const LiveInterval &LI = LIs.getInterval(reg)
    [all...]

Completed in 81 milliseconds