Searched refs:analyzePhysReg (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h201 /// analyzePhysReg - Analyze how the current instruction or bundle uses a
207 PhysRegInfo analyzePhysReg(unsigned Reg, const TargetRegisterInfo *TRI);
/external/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp281 MachineOperandIteratorBase::analyzePhysReg(unsigned Reg, function in class:MachineOperandIteratorBase
287 "analyzePhysReg not given a physical register!");
H A DMachineBasicBlock.cpp1159 MIOperands(I).analyzePhysReg(Reg, TRI);
1197 MIOperands(I).analyzePhysReg(Reg, TRI);
H A DInlineSpiller.cpp1068 MIBundleOperands(FoldMI).analyzePhysReg(Reg, &TRI);

Completed in 116 milliseconds