HomeSort by relevance Sort by last modified time
    Searched full:unassign (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 110 /// Unassign VirtReg from its PhysReg.
113 void unassign(LiveInterval &VirtReg);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBase.h 158 /// unassign - Undo a previous assignment of VirtReg to PhysReg.
161 void unassign(LiveInterval &VirtReg, unsigned PhysReg);
RegAllocBasic.cpp 286 void RegAllocBase::unassign(LiveInterval &VirtReg, unsigned PhysReg) { function in class:RegAllocBase
289 assert(VRM->getPhys(VirtReg.reg) == PhysReg && "Inconsistent unassign");
391 unassign(SpilledVReg, PhysReg);
RegAllocGreedy.cpp 360 unassign(LIS->getInterval(VirtReg), PhysReg);
375 unassign(LI, PhysReg);
598 unassign(*Intf, VRM->getPhys(Intf->reg));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 114 void LiveRegMatrix::unassign(LiveInterval &VirtReg) { function in class:LiveRegMatrix
RegAllocBasic.cpp 199 Matrix->unassign(Spill);
RegAllocGreedy.cpp 497 Matrix->unassign(LI);
512 Matrix->unassign(LI);
834 Matrix->unassign(*Intf);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 180 // ConfirmCredentials intent and unassign it, as otherwise the task will move to
  /external/libevent/
signal.c 406 * ev_signal_added == 0, so unassign is required */

Completed in 2419 milliseconds