Home
last modified time | relevance | path

Searched refs:ValAssign (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp71 for (auto const &ValAssign : Locs) { in IsShadowAllocatedReg() local
72 if (ValAssign.isRegLoc()) { in IsShadowAllocatedReg()
73 for (MCRegAliasIterator AI(ValAssign.getLocReg(), &TRI, true); in IsShadowAllocatedReg()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DCallingConvLower.cpp73 for (auto const &ValAssign : Locs) in IsShadowAllocatedReg() local
74 if (ValAssign.isRegLoc() && TRI.regsOverlap(ValAssign.getLocReg(), Reg)) in IsShadowAllocatedReg()