HomeSort by relevance Sort by last modified time
    Searched defs:addLiveIn (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 401 /// addLiveIn/Out - Add the specified register as a live in/out. Note that it
403 void addLiveIn(unsigned Reg, unsigned vreg = 0) {
MachineBasicBlock.h 325 /// addLiveIn - Add the specified register as a live in. Note that it
327 void addLiveIn(unsigned Reg) { LiveIns.push_back(Reg); }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 393 /// addLiveIn - Add the specified physical register as a live-in value and
395 unsigned MachineFunction::addLiveIn(unsigned PReg,
404 MRI.addLiveIn(PReg, VReg);
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 805 public void addLiveIn (int regV) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 805 public void addLiveIn (int regV) {
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 615 milliseconds