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

  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 463 /// setPhysRegsDeadExcept - Mark every physreg used by this instruction as
465 void setPhysRegsDeadExcept(const SmallVectorImpl<unsigned> &UsedRegs,
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 727 MI->setPhysRegsDeadExcept(UsedRegs, *TRI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 204 milliseconds