Home
last modified time | relevance | path

Searched refs:DefIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp104 size_t const DefIndex = Mapping.blockToIndex(DefBB); in hasPathCrossingSuspendPoint() local
107 assert(Block[UseIndex].Consumes[DefIndex] && "use must consume def"); in hasPathCrossingSuspendPoint()
108 bool const Result = Block[UseIndex].Kills[DefIndex]; in hasPathCrossingSuspendPoint()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1054 SlotIndex DefIndex = in reMaterializeTrivialDef() local
1059 if (!SR.liveAt(DefIndex)) in reMaterializeTrivialDef()
1060 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()
1065 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp432 SlotIndex DefIndex = OldValNo->def.getDefIndex(); in handleVirtualRegisterDef() local
436 interval.removeRange(DefIndex, RedefIndex); in handleVirtualRegisterDef()
451 LiveRange LR(DefIndex, RedefIndex, ValNo); in handleVirtualRegisterDef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1276 SlotIndex DefIndex = in reMaterializeTrivialDef() local
1281 if (!SR.liveAt(DefIndex)) in reMaterializeTrivialDef()
1282 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()
1287 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()