Home
last modified time | relevance | path

Searched refs:extendDef (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp235 void extendDef(SlotIndex Idx, unsigned LocNo,
542 void UserValue::extendDef(SlotIndex Idx, unsigned LocNo, LiveRange *LR, in extendDef() function in UserValue
680 extendDef(Idx, LocNo, nullptr, nullptr, nullptr, LIS, MDT, UVS); in computeIntervals()
693 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS); in computeIntervals()
704 extendDef(Idx, LocNo, LR, VNI, nullptr, LIS, MDT, UVS); in computeIntervals()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp225 void extendDef(SlotIndex Idx, unsigned LocNo,
485 void UserValue::extendDef(SlotIndex Idx, unsigned LocNo, in extendDef() function in UserValue
642 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS); in computeIntervals()
645 extendDef(Idx, LocNo, 0, 0, 0, LIS, MDT, UVS); in computeIntervals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp284 void extendDef(SlotIndex Idx, DbgValueLocation Loc,
605 void UserValue::extendDef(SlotIndex Idx, DbgValueLocation Loc, LiveRange *LR, in extendDef() function in UserValue
741 extendDef(Idx, Loc, nullptr, nullptr, nullptr, LIS); in computeIntervals()
754 extendDef(Idx, Loc, LI, VNI, &Kills, LIS); in computeIntervals()