Searched defs:clobbersPhysReg (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h467 /// clobbersPhysReg - Returns true if this RegMask clobbers PhysReg.
471 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { function in class:llvm::MachineOperand
477 /// clobbersPhysReg - Returns true if this RegMask operand clobbers PhysReg.
478 bool clobbersPhysReg(unsigned PhysReg) const {
479 return clobbersPhysReg(getRegMask(), PhysReg);

Completed in 78 milliseconds