Home
last modified time | relevance | path

Searched defs:unassign (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp114 void LiveRegMatrix::unassign(LiveInterval &VirtReg) { in unassign() function in LiveRegMatrix
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp121 void LiveRegMatrix::unassign(LiveInterval &VirtReg) { in unassign() function in LiveRegMatrix
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp121 void LiveRegMatrix::unassign(const LiveInterval &VirtReg) { in unassign() function in LiveRegMatrix
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DUserVisibilityMediatorTestCase.java595 boolean unassign) { in assertUserCanBeAssignedExtraDisplay()