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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h454 /// clobbersPhysReg - Returns true if this RegMask clobbers PhysReg.
458 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { function in class:llvm::MachineOperand
464 /// clobbersPhysReg - Returns true if this RegMask operand clobbers PhysReg.
465 bool clobbersPhysReg(unsigned PhysReg) const {
466 return clobbersPhysReg(getRegMask(), PhysReg);

Completed in 75 milliseconds