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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 329 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
331 unsigned getLiveInPhysReg(unsigned VReg) const;
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 195 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the
197 unsigned MachineRegisterInfo::getLiveInPhysReg(unsigned VReg) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 53 milliseconds