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

  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 110 /// Unassign VirtReg from its PhysReg.
113 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/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/darwin-x86/clang-4691093/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);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 void unassign(LiveInterval &VirtReg);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveRegMatrix.h 115 /// Unassign VirtReg from its PhysReg.
118 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...]
  /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...]
  /external/tensorflow/tensorflow/contrib/kafka/kernels/
kafka_dataset_ops.cc 297 consumer_->unassign();
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 1606 milliseconds