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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 167 /// PhysRegInfo - Information about a physical register used by a set of
169 struct PhysRegInfo {
206 /// @returns A filled-in PhysRegInfo struct.
207 PhysRegInfo analyzePhysReg(unsigned Reg, const TargetRegisterInfo *TRI);
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 280 MachineOperandIteratorBase::PhysRegInfo
284 PhysRegInfo PRI = {false, false, false, false, false, false};
MachineBasicBlock.cpp     [all...]

Completed in 730 milliseconds